Upgrade types react and node, eslint plugin react and TS, TypeScript, and eslint.

This commit is contained in:
Lucid Kobold
2022-09-02 15:25:58 -04:00
parent 5c9730a6d5
commit 03a2f9c5ed
2 changed files with 137 additions and 67 deletions

View File

@@ -31,18 +31,18 @@
"sharp": "^0.30.7"
},
"devDependencies": {
"@types/node": "^18.7.2",
"@types/react": "^18.0.17",
"@types/node": "^18.7.14",
"@types/react": "^18.0.18",
"@types/react-redux": "^7.1.24",
"@typescript-eslint/eslint-plugin": "^5.33.0",
"eslint": "^8.21.0",
"@typescript-eslint/eslint-plugin": "^5.36.1",
"eslint": "^8.23.0",
"eslint-config-next": "^12.2.5",
"eslint-config-prettier": "^8.5.0",
"eslint-plugin-jsx-a11y": "^6.6.1",
"eslint-plugin-react": "^7.30.1",
"eslint-plugin-react": "^7.31.1",
"eslint-plugin-react-hooks": "^4.6.0",
"prettier": "^2.7.1",
"typescript": "^4.7.4"
"typescript": "^4.8.2"
},
"resolutions": {
"@types/react": "^17.0.38"