Upgrade redux toolkit, next, framer-motion, eslint, date-fns, types node & react, eslint config next, and eslint plugin jsx a11y

This commit is contained in:
Lucid Kobold
2022-07-27 12:29:01 -04:00
parent bf8bdbc0aa
commit 9090500f93
2 changed files with 281 additions and 177 deletions

View File

@@ -20,25 +20,25 @@
"@emotion/react": "^11.9.3",
"@emotion/styled": "^11.9.3",
"@iconify/react": "^3.2.2",
"@reduxjs/toolkit": "^1.8.2",
"date-fns": "^2.28.0",
"@reduxjs/toolkit": "^1.8.3",
"date-fns": "^2.29.1",
"formik": "^2.2.9",
"framer-motion": "^6.3.15",
"next": "12.1.6",
"framer-motion": "^6.5.1",
"next": "12.2.3",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-redux": "^8.0.2",
"sharp": "^0.30.7"
},
"devDependencies": {
"@types/node": "^18.0.0",
"@types/react": "^18.0.14",
"@types/node": "^18.6.1",
"@types/react": "^18.0.15",
"@types/react-redux": "^7.1.24",
"@typescript-eslint/eslint-plugin": "^5.29.0",
"eslint": "^8.18.0",
"eslint-config-next": "^12.1.6",
"@typescript-eslint/eslint-plugin": "^5.31.0",
"eslint": "^8.20.0",
"eslint-config-next": "^12.2.3",
"eslint-config-prettier": "^8.5.0",
"eslint-plugin-jsx-a11y": "^6.6.0",
"eslint-plugin-jsx-a11y": "^6.6.1",
"eslint-plugin-react": "^7.30.1",
"eslint-plugin-react-hooks": "<4.6.0",
"prettier": "^2.7.1",