From 60b0adb112133eb8149b04af5f6759755c0da5ff Mon Sep 17 00:00:00 2001 From: Jake Crews Date: Thu, 25 Aug 2022 16:00:45 -0500 Subject: [PATCH] fix linter Signed-off-by: Jake Crews --- 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 1b57aaddcf..920282e091 100644 --- a/plugins/github-pull-requests-board/package.json +++ b/plugins/github-pull-requests-board/package.json @@ -45,6 +45,7 @@ "@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" }, @@ -61,7 +62,6 @@ "msw": "^0.45.0" }, "peerDependencies": { - "@types/react": "^16.13.1 || ^17.0.0", "react": "^16.13.1 || ^17.0.0", "react-dom": "^16.13.1 || ^17.0.0" },