Upgraded chakra ui, emotion, formik, framer motion, next, react redux & TS

This commit is contained in:
Lucid Kobold
2023-06-09 11:43:02 -04:00
parent 397967c66d
commit 34238bddcf
2 changed files with 208 additions and 207 deletions

View File

@@ -16,18 +16,18 @@
"pretty": "prettier --write ."
},
"dependencies": {
"@chakra-ui/react": "^2.6.1",
"@emotion/react": "^11.11.0",
"@chakra-ui/react": "^2.7.0",
"@emotion/react": "^11.11.1",
"@emotion/styled": "^11.11.0",
"@iconify/react": "^4.1.0",
"@reduxjs/toolkit": "^1.9.5",
"date-fns": "^2.30.0",
"formik": "^2.2.9",
"framer-motion": "^10.12.12",
"next": "13.4.3",
"formik": "^2.4.1",
"framer-motion": "^10.12.16",
"next": "13.4.4",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-redux": "^8.0.5",
"react-redux": "^8.0.7",
"sharp": "^0.32.1"
},
"devDependencies": {
@@ -43,7 +43,7 @@
"eslint-plugin-react": "^7.32.2",
"eslint-plugin-react-hooks": "^4.6.0",
"prettier": "^2.8.8",
"typescript": "^5.0.4"
"typescript": "^5.1.3"
},
"resolutions": {
"@types/react": "^17.0.38"