diff --git a/plugins/puppetdb/package.json b/plugins/puppetdb/package.json index bd143958e7..d912bb789b 100644 --- a/plugins/puppetdb/package.json +++ b/plugins/puppetdb/package.json @@ -44,8 +44,8 @@ "react-use": "^17.2.4" }, "peerDependencies": { - "react": "^16.13.1 || ^17.0.0", "@types/react": "^16.13.1 || ^17.0.0", + "react": "^16.13.1 || ^17.0.0", "react-router-dom": "6.0.0-beta.0 || ^6.3.0" }, "devDependencies": { @@ -58,7 +58,7 @@ "@testing-library/user-event": "^14.0.0", "@types/node": "*", "cross-fetch": "^3.1.5", - "msw": "^0.49.0" + "msw": "^1.0.1" }, "files": [ "dist" diff --git a/yarn.lock b/yarn.lock index 1ba930f017..e53aa294c0 100644 --- a/yarn.lock +++ b/yarn.lock @@ -7944,10 +7944,12 @@ __metadata: "@testing-library/user-event": ^14.0.0 "@types/node": "*" cross-fetch: ^3.1.5 - msw: ^0.49.0 + msw: ^1.0.1 react-use: ^17.2.4 peerDependencies: + "@types/react": ^16.13.1 || ^17.0.0 react: ^16.13.1 || ^17.0.0 + react-router-dom: 6.0.0-beta.0 || ^6.3.0 languageName: unknown linkType: soft