Upgrading packages

This commit is contained in:
Lucid Kobold
2021-11-20 16:23:59 -06:00
parent 67bb129ac1
commit a7da4ac6f6
5 changed files with 96 additions and 96 deletions

View File

@@ -16,20 +16,20 @@
"pretty": "prettier --write ."
},
"dependencies": {
"@chakra-ui/react": "^1.7.1",
"@chakra-ui/react": "^1.7.2",
"@emotion/react": "^11.6.0",
"@emotion/styled": "^11.6.0",
"@iconify/react": "^3.1.0",
"@types/react": "^17.0.34",
"date-fns": "^2.25.0",
"framer-motion": "^5.3.0",
"@types/react": "^17.0.35",
"date-fns": "^2.26.0",
"framer-motion": "^5.3.1",
"next": "12.0.4",
"react": "17.0.2",
"react-dom": "17.0.2",
"sharp": "^0.29.3"
},
"devDependencies": {
"@typescript-eslint/eslint-plugin": "^5.3.1",
"@typescript-eslint/eslint-plugin": "^5.4.0",
"eslint": "<8.0.0",
"eslint-config-next": "12.0.3",
"eslint-config-prettier": "^8.3.0",