Fully upgraded all packages
This commit is contained in:
30
package.json
30
package.json
@@ -16,31 +16,31 @@
|
|||||||
"pretty": "prettier --write ."
|
"pretty": "prettier --write ."
|
||||||
},
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@chakra-ui/react": "^1.8.8",
|
"@chakra-ui/react": "^2.0.2",
|
||||||
"@emotion/react": "^11.9.0",
|
"@emotion/react": "^11.9.0",
|
||||||
"@emotion/styled": "^11.8.1",
|
"@emotion/styled": "^11.8.1",
|
||||||
"@iconify/react": "^3.2.1",
|
"@iconify/react": "^3.2.1",
|
||||||
"@types/react": "<=17.0.2",
|
"@types/react": "^18.0.9",
|
||||||
"date-fns": "^2.28.0",
|
"date-fns": "^2.28.0",
|
||||||
"formik": "^2.2.9",
|
"formik": "^2.2.9",
|
||||||
"framer-motion": "^6.2.9",
|
"framer-motion": "^6.3.3",
|
||||||
"next": "12.1.4",
|
"next": "12.1.6",
|
||||||
"react": "<=17.0.2",
|
"react": "^18.1.0",
|
||||||
"react-dom": "<=17.0.2",
|
"react-dom": "^18.1.0",
|
||||||
"sharp": "^0.30.3"
|
"sharp": "^0.30.4"
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"@types/node": "^17.0.23",
|
"@types/node": "^17.0.35",
|
||||||
"@typescript-eslint/eslint-plugin": "^5.18.0",
|
"@typescript-eslint/eslint-plugin": "^5.25.0",
|
||||||
"eslint": "^8.12.0",
|
"eslint": "^8.16.0",
|
||||||
"eslint-config-next": "^12.1.4",
|
"eslint-config-next": "^12.1.6",
|
||||||
"eslint-config-prettier": "^8.5.0",
|
"eslint-config-prettier": "^8.5.0",
|
||||||
"eslint-plugin-jsx-a11y": "^6.5.1",
|
"eslint-plugin-jsx-a11y": "^6.5.1",
|
||||||
"eslint-plugin-react": "^7.29.4",
|
"eslint-plugin-react": "^7.30.0",
|
||||||
"eslint-plugin-react-hooks": "<=4.3.0",
|
"eslint-plugin-react-hooks": "^4.5.0",
|
||||||
"prettier": "^2.6.2",
|
"prettier": "^2.6.2",
|
||||||
"prisma": "^3.0.2",
|
"prisma": "^3.14.0",
|
||||||
"typescript": "<4.6.0"
|
"typescript": "^4.6.4"
|
||||||
},
|
},
|
||||||
"packageManager": "yarn@3.2.1"
|
"packageManager": "yarn@3.2.1"
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user