Upgrade dependencies

This commit is contained in:
Lucid Kobold
2023-11-03 10:54:37 -04:00
parent 45eef27ebf
commit 78203da975
2 changed files with 294 additions and 146 deletions

View File

@@ -24,22 +24,22 @@
"date-fns": "^2.30.0",
"formik": "^2.4.5",
"framer-motion": "^10.16.4",
"next": "13.5.6",
"next": "14.0.1",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-redux": "^8.1.3",
"sharp": "^0.32.6"
},
"devDependencies": {
"@types/node": "^20.8.7",
"@types/react": "^18.2.29",
"@types/node": "^20.8.10",
"@types/react": "^18.2.34",
"@types/react-redux": "^7.1.28",
"@typescript-eslint/eslint-plugin": "^6.8.0",
"@typescript-eslint/parser": "^6.8.0",
"eslint": "^8.51.0",
"@typescript-eslint/eslint-plugin": "^6.9.1",
"@typescript-eslint/parser": "^6.9.1",
"eslint": "^8.52.0",
"eslint-config-next": "<13.4.9",
"eslint-config-prettier": "^9.0.0",
"eslint-plugin-jsx-a11y": "^6.7.1",
"eslint-plugin-jsx-a11y": "^6.8.0",
"eslint-plugin-react": "^7.33.2",
"eslint-plugin-react-hooks": "^4.6.0",
"prettier": "^3.0.3",