From 53c4d7d516513b654d1ead002ae82d39a0aa91df Mon Sep 17 00:00:00 2001 From: Yousif Al-Raheem Date: Fri, 11 Mar 2022 16:37:16 +0100 Subject: [PATCH] =?UTF-8?q?moved=20react=20types=20to=20dependencies=20ins?= =?UTF-8?q?tead=20of=20devDependencies=20=F0=9F=98=90?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Yousif Al-Raheem --- plugins/user-settings/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/user-settings/package.json b/plugins/user-settings/package.json index 89fab2bfaa..b2926235e6 100644 --- a/plugins/user-settings/package.json +++ b/plugins/user-settings/package.json @@ -40,6 +40,7 @@ "@material-ui/core": "^4.12.2", "@material-ui/icons": "^4.9.1", "@material-ui/lab": "4.0.0-alpha.57", + "@types/react": "^16.13.1 || ^17.0.0", "react-router": "6.0.0-beta.0", "react-use": "^17.2.4" }, @@ -56,7 +57,6 @@ "@testing-library/user-event": "^13.1.8", "@types/jest": "^26.0.7", "@types/node": "^14.14.32", - "@types/react": "^16.13.1 || ^17.0.0", "cross-fetch": "^3.1.5", "msw": "^0.35.0" },