Installing react-redux. Going to try to make the calendar coponent subscribe to the current date and the stickers context.

This commit is contained in:
Lucid Kobold
2022-04-11 14:28:31 -05:00
parent 76c0dfca91
commit 6a15f2c5a1
2 changed files with 92 additions and 2 deletions

View File

@@ -20,17 +20,19 @@
"@emotion/react": "^11.9.0",
"@emotion/styled": "^11.8.1",
"@iconify/react": "^3.2.1",
"@types/react": "<=17.0.2",
"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",
"sharp": "^0.30.3"
},
"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",