Upgrade types node, eslint plugin TS, esling config next, framer motion, and next.

This commit is contained in:
Lucid Kobold
2022-04-17 16:03:18 -05:00
parent ae9ce83d9c
commit faadfc9d62
2 changed files with 124 additions and 124 deletions

View File

@@ -23,17 +23,17 @@
"@types/react": "<=17.0.2",
"date-fns": "^2.28.0",
"formik": "^2.2.9",
"framer-motion": "^6.2.9",
"next": "12.1.4",
"framer-motion": "^6.3.0",
"next": "12.1.5",
"react": "<=17.0.2",
"react-dom": "<=17.0.2",
"sharp": "^0.30.3"
},
"devDependencies": {
"@types/node": "^17.0.23",
"@typescript-eslint/eslint-plugin": "^5.18.0",
"@types/node": "^17.0.24",
"@typescript-eslint/eslint-plugin": "^5.19.0",
"eslint": "^8.13.0",
"eslint-config-next": "^12.1.4",
"eslint-config-next": "^12.1.5",
"eslint-config-prettier": "^8.5.0",
"eslint-plugin-jsx-a11y": "^6.5.1",
"eslint-plugin-react": "^7.29.4",