Upgrade modules #38
16
package.json
16
package.json
@@ -16,25 +16,25 @@
|
||||
"pretty": "prettier --write ."
|
||||
},
|
||||
"dependencies": {
|
||||
"@chakra-ui/react": "^1.8.4",
|
||||
"@emotion/react": "^11.7.1",
|
||||
"@emotion/styled": "^11.6.0",
|
||||
"@chakra-ui/react": "^1.8.5",
|
||||
"@emotion/react": "^11.8.1",
|
||||
"@emotion/styled": "^11.8.1",
|
||||
"@types/react": "^17.0.39",
|
||||
"date-fns": "^2.28.0",
|
||||
"formik": "^2.2.9",
|
||||
"framer-motion": "<6.2.5",
|
||||
"next": "12.0.10",
|
||||
"next": "12.1.0",
|
||||
"react": "17.0.2",
|
||||
"react-dom": "17.0.2",
|
||||
"sharp": "^0.30.1"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@iconify/react": "^3.1.3",
|
||||
"@types/node": "^17.0.18",
|
||||
"@typescript-eslint/eslint-plugin": "^5.12.0",
|
||||
"@types/node": "^17.0.19",
|
||||
"@typescript-eslint/eslint-plugin": "^5.12.1",
|
||||
"eslint": "^8.9.0",
|
||||
"eslint-config-next": "12.0.10",
|
||||
"eslint-config-prettier": "^8.3.0",
|
||||
"eslint-config-next": "12.1.0",
|
||||
"eslint-config-prettier": "^8.4.0",
|
||||
"eslint-plugin-jsx-a11y": "^6.5.1",
|
||||
"eslint-plugin-react": "<7.28.0",
|
||||
"eslint-plugin-react-hooks": "^4.3.0",
|
||||
|
||||
Reference in New Issue
Block a user