From af951b40aa731f4a39dd7692d72403e49676bfef Mon Sep 17 00:00:00 2001 From: manusant Date: Thu, 3 Nov 2022 14:39:17 +0000 Subject: [PATCH] move type dependency Signed-off-by: manusant --- plugins/sonarqube/package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/plugins/sonarqube/package.json b/plugins/sonarqube/package.json index 99f059a016..89cbb0c049 100644 --- a/plugins/sonarqube/package.json +++ b/plugins/sonarqube/package.json @@ -45,7 +45,8 @@ "@material-ui/styles": "^4.10.0", "cross-fetch": "^3.1.5", "rc-progress": "3.4.0", - "react-use": "^17.2.4" + "react-use": "^17.2.4", + "@types/react": "^16.13.1 || ^17.0.0" }, "peerDependencies": { "react": "^16.13.1 || ^17.0.0" @@ -59,7 +60,6 @@ "@testing-library/react": "^12.1.3", "@testing-library/user-event": "^14.0.0", "@types/node": "^16.11.26", - "@types/react": "^16.13.1 || ^17.0.0", "msw": "^0.47.0" }, "files": [