From 5e901b67faf6c33af1f5c6f83d38dd474b784807 Mon Sep 17 00:00:00 2001 From: Jake Crews Date: Thu, 25 Aug 2022 18:53:18 -0500 Subject: [PATCH] Update package.json Signed-off-by: jakecrews74 --- plugins/github-pull-requests-board/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/github-pull-requests-board/package.json b/plugins/github-pull-requests-board/package.json index 920282e091..b5bcc182cd 100644 --- a/plugins/github-pull-requests-board/package.json +++ b/plugins/github-pull-requests-board/package.json @@ -45,7 +45,6 @@ "@material-ui/icons": "^4.9.1", "@material-ui/lab": "4.0.0-alpha.57", "@octokit/rest": "^19.0.3", - "@types/react": "^16.13.1 || ^17.0.0", "moment": "^2.29.1", "react-use": "^17.2.4" }, @@ -58,6 +57,7 @@ "@testing-library/user-event": "^14.0.0", "@types/jest": "^26.0.7", "@types/node": "^16.11.26", + "@types/react": "^16.13.1 || ^17.0.0", "cross-fetch": "^3.1.5", "msw": "^0.45.0" },