Adding react-redux and types.

This commit is contained in:
Lucid Kobold
2022-04-11 14:36:03 -05:00
parent 6a15f2c5a1
commit b1c84c0922

View File

@@ -20,6 +20,8 @@
"@emotion/react": "^11.9.0",
"@emotion/styled": "^11.8.1",
"@iconify/react": "^3.2.1",
"@types/react": "<=17.0.2",
"@types/react-redux": "^7.1.23",
"date-fns": "^2.28.0",
"formik": "^2.2.9",
"framer-motion": "^6.2.9",
@@ -31,8 +33,6 @@
},
"devDependencies": {
"@types/node": "^17.0.23",
"@types/react": "<=17.0.2",
"@types/react-redux": "^7.1.23",
"@typescript-eslint/eslint-plugin": "^5.18.0",
"eslint": "^8.13.0",
"eslint-config-next": "^12.1.4",