Upgrade chakra ui, framer motion, next, and react redux.

This commit is contained in:
Lucid Kobold
2022-09-23 15:37:52 -04:00
parent e61d87ea1f
commit ffeb1e3a58
2 changed files with 354 additions and 351 deletions

View File

@@ -16,18 +16,18 @@
"pretty": "prettier --write ."
},
"dependencies": {
"@chakra-ui/react": "^2.3.2",
"@chakra-ui/react": "^2.3.4",
"@emotion/react": "^11.10.4",
"@emotion/styled": "^11.10.4",
"@iconify/react": "^4.0.0",
"@reduxjs/toolkit": "^1.8.5",
"date-fns": "^2.29.3",
"formik": "^2.2.9",
"framer-motion": "^7.3.5",
"next": "12.3.0",
"framer-motion": "^7.3.6",
"next": "12.3.1",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-redux": "^8.0.2",
"react-redux": "^8.0.4",
"sharp": "^0.31.0"
},
"devDependencies": {