From ed7da88e2926b0fdac74246ca94b0556ee91d62c Mon Sep 17 00:00:00 2001 From: Patrik Oldsberg Date: Tue, 23 Aug 2022 14:23:02 +0200 Subject: [PATCH] plugins: migrate react-router dev deps MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: Fredrik Adelöw Co-authored-by: blam Co-authored-by: Johan Haals Signed-off-by: Patrik Oldsberg --- plugins/airbrake/package.json | 6 +++--- plugins/graphiql/package.json | 6 +++--- plugins/todo/package.json | 6 +++--- 3 files changed, 9 insertions(+), 9 deletions(-) diff --git a/plugins/airbrake/package.json b/plugins/airbrake/package.json index d75b4df303..7a7d4fd018 100644 --- a/plugins/airbrake/package.json +++ b/plugins/airbrake/package.json @@ -37,7 +37,8 @@ "react-use": "^17.2.4" }, "peerDependencies": { - "react": "^16.13.1 || ^17.0.0" + "react": "^16.13.1 || ^17.0.0", + "react-router": "6.0.0-beta.0 || ^6.3.0" }, "devDependencies": { "@backstage/app-defaults": "^1.0.6-next.0", @@ -51,8 +52,7 @@ "@types/node": "^16.11.26", "@types/object-hash": "^2.2.1", "cross-fetch": "^3.1.5", - "msw": "^0.45.0", - "react-router": "6.0.0-beta.0" + "msw": "^0.45.0" }, "files": [ "dist" diff --git a/plugins/graphiql/package.json b/plugins/graphiql/package.json index a78ba4d5d7..417694fbd5 100644 --- a/plugins/graphiql/package.json +++ b/plugins/graphiql/package.json @@ -46,7 +46,8 @@ "react-use": "^17.2.4" }, "peerDependencies": { - "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": { "@backstage/cli": "^0.18.2-next.0", @@ -60,8 +61,7 @@ "@types/jest": "^26.0.7", "@types/node": "^16.11.26", "cross-fetch": "^3.1.5", - "msw": "^0.45.0", - "react-router-dom": "6.0.0-beta.0" + "msw": "^0.45.0" }, "files": [ "dist" diff --git a/plugins/todo/package.json b/plugins/todo/package.json index 66f367f189..9677a3eb30 100644 --- a/plugins/todo/package.json +++ b/plugins/todo/package.json @@ -42,7 +42,8 @@ "react-use": "^17.2.4" }, "peerDependencies": { - "react": "^16.13.1 || ^17.0.0" + "react": "^16.13.1 || ^17.0.0", + "react-router": "6.0.0-beta.0 || ^6.3.0" }, "devDependencies": { "@backstage/cli": "^0.18.2-next.0", @@ -55,8 +56,7 @@ "@types/jest": "^26.0.7", "@types/node": "^16.11.26", "cross-fetch": "^3.1.5", - "msw": "^0.45.0", - "react-router": "6.0.0-beta.0" + "msw": "^0.45.0" }, "files": [ "dist"