Upgrade yarn && dependencies

This commit is contained in:
Lucid Kobold
2023-10-18 23:00:10 -04:00
parent 0a3e803718
commit d09eef2644
4 changed files with 299 additions and 287 deletions

View File

@@ -20,23 +20,23 @@
"@emotion/react": "^11.11.1",
"@emotion/styled": "^11.11.0",
"@iconify/react": "^4.1.1",
"@reduxjs/toolkit": "^1.9.5",
"@reduxjs/toolkit": "^1.9.7",
"date-fns": "^2.30.0",
"formik": "^2.4.5",
"framer-motion": "^10.16.4",
"next": "13.5.1",
"next": "13.5.6",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-redux": "^8.1.2",
"react-redux": "^8.1.3",
"sharp": "^0.32.6"
},
"devDependencies": {
"@types/node": "^20.6.2",
"@types/react": "^18.2.22",
"@types/react-redux": "^7.1.26",
"@typescript-eslint/eslint-plugin": "^6.7.2",
"@typescript-eslint/parser": "^6.7.2",
"eslint": "^8.49.0",
"@types/node": "^20.8.7",
"@types/react": "^18.2.29",
"@types/react-redux": "^7.1.28",
"@typescript-eslint/eslint-plugin": "^6.8.0",
"@typescript-eslint/parser": "^6.8.0",
"eslint": "^8.51.0",
"eslint-config-next": "<13.4.9",
"eslint-config-prettier": "^9.0.0",
"eslint-plugin-jsx-a11y": "^6.7.1",
@@ -45,5 +45,5 @@
"prettier": "^3.0.3",
"typescript": "^5.2.2"
},
"packageManager": "yarn@3.6.3"
"packageManager": "yarn@3.6.4"
}