Upgrade chakra, sharp, and framer motion

This commit is contained in:
Lucid Kobold
2022-10-07 15:02:20 -04:00
parent f080e54d0d
commit bbd9591935
2 changed files with 681 additions and 668 deletions

View File

@@ -16,19 +16,19 @@
"pretty": "prettier --write ."
},
"dependencies": {
"@chakra-ui/react": "^2.3.4",
"@chakra-ui/react": "^2.3.5",
"@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.6",
"framer-motion": "^7.5.3",
"next": "12.3.1",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-redux": "^8.0.4",
"sharp": "^0.31.0"
"sharp": "^0.31.1"
},
"devDependencies": {
"@types/node": "^18.7.19",