Upgraded all dependencies.

This commit is contained in:
Lucid Kobold
2023-05-05 11:35:11 -04:00
parent 370f898628
commit b10a6d8771
2 changed files with 142 additions and 157 deletions

View File

@@ -16,34 +16,34 @@
"pretty": "prettier --write ."
},
"dependencies": {
"@chakra-ui/react": "^2.5.1",
"@emotion/react": "^11.10.6",
"@emotion/styled": "^11.10.6",
"@chakra-ui/react": "^2.6.1",
"@emotion/react": "^11.10.8",
"@emotion/styled": "^11.10.8",
"@iconify/react": "^4.1.0",
"@reduxjs/toolkit": "^1.9.3",
"date-fns": "^2.29.3",
"@reduxjs/toolkit": "^1.9.5",
"date-fns": "^2.30.0",
"formik": "^2.2.9",
"framer-motion": "^10.2.5",
"next": "13.2.4",
"framer-motion": "^10.12.8",
"next": "13.4.1",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-redux": "^8.0.5",
"sharp": "^0.31.3"
"sharp": "^0.32.1"
},
"devDependencies": {
"@types/node": "^18.15.2",
"@types/react": "^18.0.28",
"@types/node": "^20.0.0",
"@types/react": "^18.2.5",
"@types/react-redux": "^7.1.25",
"@typescript-eslint/eslint-plugin": "^5.55.0",
"@typescript-eslint/eslint-plugin": "^5.59.2",
"@typescript-eslint/parser": "^5.59.2",
"eslint": "^8.36.0",
"eslint-config-next": "^13.2.4",
"eslint-config-prettier": "^8.7.0",
"eslint": "^8.39.0",
"eslint-config-next": "^13.4.1",
"eslint-config-prettier": "^8.8.0",
"eslint-plugin-jsx-a11y": "^6.7.1",
"eslint-plugin-react": "^7.32.2",
"eslint-plugin-react-hooks": "^4.6.0",
"prettier": "^2.8.4",
"typescript": "^4.9.5"
"prettier": "^2.8.8",
"typescript": "^5.0.4"
},
"resolutions": {
"@types/react": "^17.0.38"