Upgraded types node & react, eslint, next, and prettier

This commit is contained in:
Lucid Kobold
2022-03-26 02:54:08 -05:00
parent ad6e784a2f
commit aaf372ee8f
2 changed files with 95 additions and 85 deletions

View File

@@ -20,25 +20,25 @@
"@emotion/react": "^11.8.2",
"@emotion/styled": "^11.8.1",
"@iconify/react": "^3.2.0",
"@types/react": "^17.0.41",
"@types/react": "^17.0.43",
"date-fns": "^2.28.0",
"formik": "^2.2.9",
"framer-motion": "^6.2.8",
"next": "12.1.0",
"next": "12.1.1",
"react": "17.0.2",
"react-dom": "17.0.2",
"sharp": "^0.30.3"
},
"devDependencies": {
"@types/node": "^17.0.22",
"@types/node": "^17.0.23",
"@typescript-eslint/eslint-plugin": "^5.16.0",
"eslint": "^8.11.0",
"eslint": "^8.12.0",
"eslint-config-next": "12.1.0",
"eslint-config-prettier": "^8.5.0",
"eslint-plugin-jsx-a11y": "^6.5.1",
"eslint-plugin-react": "<7.28.0",
"eslint-plugin-react-hooks": "^4.3.0",
"prettier": "^2.6.0",
"prettier": "^2.6.1",
"typescript": "<4.6.0"
},
"packageManager": "yarn@3.1.0"