From b1c84c0922946e219ae75ab4ad9a8c1da789771e Mon Sep 17 00:00:00 2001 From: Lucid Kobold <72232219+LucidKobold@users.noreply.github.com> Date: Mon, 11 Apr 2022 14:36:03 -0500 Subject: [PATCH] Adding react-redux and types. --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 230ad33..c003cf6 100644 --- a/package.json +++ b/package.json @@ -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",