Upgraded dependencies

This commit is contained in:
Lucid Kobold
2024-03-25 19:19:31 -04:00
parent 3917586bcd
commit f118725a59
2 changed files with 938 additions and 296 deletions

View File

@@ -17,33 +17,33 @@
},
"dependencies": {
"@chakra-ui/react": "^2.8.2",
"@emotion/react": "^11.11.3",
"@emotion/react": "^11.11.4",
"@emotion/styled": "^11.11.0",
"@iconify/react": "^4.1.1",
"@reduxjs/toolkit": "^2.2.1",
"date-fns": "^3.3.1",
"@reduxjs/toolkit": "^2.2.2",
"date-fns": "^3.6.0",
"formik": "^2.4.5",
"framer-motion": "^11.0.5",
"next": "14.1.0",
"framer-motion": "^11.0.20",
"next": "14.1.4",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-redux": "^9.1.0",
"sharp": "^0.33.2"
"sharp": "^0.33.3"
},
"devDependencies": {
"@types/node": "^20.11.19",
"@types/react": "^18.2.56",
"@types/node": "^20.11.30",
"@types/react": "^18.2.70",
"@types/react-redux": "^7.1.33",
"@typescript-eslint/eslint-plugin": "^7.0.1",
"@typescript-eslint/parser": "^7.0.1",
"eslint": "^8.56.0",
"@typescript-eslint/eslint-plugin": "^7.4.0",
"@typescript-eslint/parser": "^7.4.0",
"eslint": "^8.57.0",
"eslint-config-next": "<13.4.9",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-jsx-a11y": "^6.8.0",
"eslint-plugin-react": "^7.33.2",
"eslint-plugin-react": "^7.34.1",
"eslint-plugin-react-hooks": "^4.6.0",
"prettier": "^3.2.5",
"typescript": "^5.3.3"
"typescript": "^5.4.3"
},
"packageManager": "yarn@3.6.4"
}