Added redux toolkit.

This commit is contained in:
Lucid Kobold
2022-04-17 15:58:17 -05:00
parent 5d9e09b3cc
commit d84369f7bc
2 changed files with 94 additions and 25 deletions

View File

@@ -20,19 +20,20 @@
"@emotion/react": "^11.9.0",
"@emotion/styled": "^11.8.1",
"@iconify/react": "^3.2.1",
"@reduxjs/toolkit": "^1.8.1",
"date-fns": "^2.28.0",
"formik": "^2.2.9",
"framer-motion": "^6.2.9",
"next": "12.1.4",
"react": "<=17.0.2",
"react-dom": "<=17.0.2",
"react-redux": "^7.2.8",
"react-redux": "^8.0.0",
"sharp": "^0.30.3"
},
"devDependencies": {
"@types/node": "^17.0.23",
"@types/react": "<=17.0.2",
"@types/react-redux": "^7.1.23",
"@types/react-redux": "^7.1.24",
"@typescript-eslint/eslint-plugin": "^5.18.0",
"eslint": "^8.13.0",
"eslint-config-next": "^12.1.4",