diff --git a/packages/app-defaults/package.json b/packages/app-defaults/package.json index d115183602..75d37296d0 100644 --- a/packages/app-defaults/package.json +++ b/packages/app-defaults/package.json @@ -39,11 +39,11 @@ "@backstage/plugin-permission-react": "^0.4.5-next.0", "@backstage/theme": "^0.2.16", "@material-ui/core": "^4.12.2", - "@material-ui/icons": "^4.9.1", - "react-router-dom": "6.0.0-beta.0" + "@material-ui/icons": "^4.9.1" }, "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", diff --git a/packages/core-app-api/package.json b/packages/core-app-api/package.json index 1e54443473..ad6f69c380 100644 --- a/packages/core-app-api/package.json +++ b/packages/core-app-api/package.json @@ -39,14 +39,14 @@ "@backstage/version-bridge": "^1.0.1", "@types/prop-types": "^15.7.3", "prop-types": "^15.7.2", - "react-router-dom": "6.0.0-beta.0", "react-use": "^17.2.4", "zen-observable": "^0.8.15", "zod": "^3.11.6" }, "peerDependencies": { "@types/react": "^16.13.1 || ^17.0.0", - "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", diff --git a/packages/core-components/package.json b/packages/core-components/package.json index 74dc89bfc0..ffa256bd48 100644 --- a/packages/core-components/package.json +++ b/packages/core-components/package.json @@ -60,8 +60,6 @@ "react-helmet": "6.1.0", "react-hook-form": "^7.12.2", "react-markdown": "^8.0.0", - "react-router": "6.0.0-beta.0", - "react-router-dom": "6.0.0-beta.0", "react-sparklines": "^1.7.0", "react-syntax-highlighter": "^15.4.5", "react-text-truncate": "^0.19.0", @@ -76,7 +74,9 @@ "peerDependencies": { "@types/react": "^16.13.1 || ^17.0.0", "react": "^16.13.1 || ^17.0.0", - "react-dom": "^16.13.1 || ^17.0.0" + "react-dom": "^16.13.1 || ^17.0.0", + "react-router": "6.0.0-beta.0 || ^6.3.0", + "react-router-dom": "6.0.0-beta.0 || ^6.3.0" }, "devDependencies": { "@backstage/core-app-api": "^1.0.6-next.0", diff --git a/packages/core-plugin-api/package.json b/packages/core-plugin-api/package.json index 20e06593eb..26c490e894 100644 --- a/packages/core-plugin-api/package.json +++ b/packages/core-plugin-api/package.json @@ -39,12 +39,12 @@ "@backstage/version-bridge": "^1.0.1", "history": "^5.0.0", "prop-types": "^15.7.2", - "react-router-dom": "6.0.0-beta.0", "zen-observable": "^0.8.15" }, "peerDependencies": { "@types/react": "^16.13.1 || ^17.0.0", - "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", diff --git a/packages/dev-utils/package.json b/packages/dev-utils/package.json index 062ad64585..41ad92772f 100644 --- a/packages/dev-utils/package.json +++ b/packages/dev-utils/package.json @@ -55,7 +55,9 @@ "peerDependencies": { "@types/react": "^16.13.1 || ^17.0.0", "react": "^16.13.1 || ^17.0.0", - "react-dom": "^16.13.1 || ^17.0.0" + "react-dom": "^16.13.1 || ^17.0.0", + "react-router": "6.0.0-beta.0 || ^6.3.0", + "react-router-dom": "6.0.0-beta.0 || ^6.3.0" }, "devDependencies": { "@backstage/cli": "^0.18.2-next.0", diff --git a/packages/test-utils/package.json b/packages/test-utils/package.json index d2a22d2e05..a93c6e3268 100644 --- a/packages/test-utils/package.json +++ b/packages/test-utils/package.json @@ -46,13 +46,13 @@ "@testing-library/react": "^12.1.3", "@testing-library/user-event": "^14.0.0", "cross-fetch": "^3.1.5", - "react-router": "6.0.0-beta.0", - "react-router-dom": "6.0.0-beta.0", "zen-observable": "^0.8.15" }, "peerDependencies": { "@types/react": "^16.13.1 || ^17.0.0", - "react": "^16.13.1 || ^17.0.0" + "react": "^16.13.1 || ^17.0.0", + "react-router": "6.0.0-beta.0 || ^6.3.0", + "react-router-dom": "6.0.0-beta.0 || ^6.3.0" }, "devDependencies": { "@backstage/cli": "^0.18.2-next.0", diff --git a/plugins/adr/package.json b/plugins/adr/package.json index 3adae6db71..da659ced48 100644 --- a/plugins/adr/package.json +++ b/plugins/adr/package.json @@ -37,12 +37,12 @@ "git-url-parse": "^12.0.0", "octokit": "^2.0.0", "react-markdown": "^8.0.0", - "react-router-dom": "6.0.0-beta.0", "react-use": "^17.2.4", "remark-gfm": "^3.0.1" }, "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", diff --git a/plugins/allure/package.json b/plugins/allure/package.json index a336c3deff..f3ffa403b8 100644 --- a/plugins/allure/package.json +++ b/plugins/allure/package.json @@ -33,11 +33,11 @@ "@material-ui/core": "^4.12.2", "@material-ui/icons": "^4.9.1", "@material-ui/lab": "4.0.0-alpha.57", - "react-router-dom": "6.0.0-beta.0", "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", diff --git a/plugins/api-docs/package.json b/plugins/api-docs/package.json index ddf87f3ff7..897eded1a6 100644 --- a/plugins/api-docs/package.json +++ b/plugins/api-docs/package.json @@ -47,14 +47,14 @@ "graphql": "^16.0.0", "graphql-ws": "^5.4.1", "isomorphic-form-data": "^2.0.0", - "react-router": "6.0.0-beta.0", - "react-router-dom": "6.0.0-beta.0", "react-use": "^17.2.4", "swagger-ui-react": "^4.11.1" }, "peerDependencies": { "@types/react": "^16.13.1 || ^17.0.0", - "react": "^16.13.1 || ^17.0.0" + "react": "^16.13.1 || ^17.0.0", + "react-router": "6.0.0-beta.0 || ^6.3.0", + "react-router-dom": "6.0.0-beta.0 || ^6.3.0" }, "devDependencies": { "@backstage/cli": "^0.18.2-next.0", diff --git a/plugins/azure-devops/package.json b/plugins/azure-devops/package.json index d80e01fbe9..84e3d19348 100644 --- a/plugins/azure-devops/package.json +++ b/plugins/azure-devops/package.json @@ -42,11 +42,11 @@ "@material-ui/lab": "4.0.0-alpha.57", "humanize-duration": "^3.27.0", "luxon": "^3.0.0", - "react-router": "6.0.0-beta.0", "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", diff --git a/plugins/badges/package.json b/plugins/badges/package.json index 8a850e321e..7e136aac72 100644 --- a/plugins/badges/package.json +++ b/plugins/badges/package.json @@ -39,11 +39,11 @@ "@material-ui/core": "^4.12.2", "@material-ui/icons": "^4.9.1", "@material-ui/lab": "4.0.0-alpha.57", - "react-router": "6.0.0-beta.0", "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", diff --git a/plugins/bazaar/package.json b/plugins/bazaar/package.json index 4d39f92a09..90b244e9dd 100644 --- a/plugins/bazaar/package.json +++ b/plugins/bazaar/package.json @@ -40,11 +40,11 @@ "luxon": "^3.0.0", "material-ui-search-bar": "^1.0.0", "react-hook-form": "^7.13.0", - "react-router-dom": "6.0.0-beta.0", "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", diff --git a/plugins/catalog-graph/package.json b/plugins/catalog-graph/package.json index d74c10b50a..ad13d4bd63 100644 --- a/plugins/catalog-graph/package.json +++ b/plugins/catalog-graph/package.json @@ -37,12 +37,12 @@ "lodash": "^4.17.15", "p-limit": "^3.1.0", "qs": "^6.9.4", - "react-router": "6.0.0-beta.0", "react-use": "^17.2.4" }, "peerDependencies": { "@types/react": "^16.13.1 || ^17.0.0", - "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", diff --git a/plugins/catalog-import/package.json b/plugins/catalog-import/package.json index 3e02888b94..6e99914ee8 100644 --- a/plugins/catalog-import/package.json +++ b/plugins/catalog-import/package.json @@ -51,13 +51,13 @@ "js-base64": "^3.6.0", "lodash": "^4.17.21", "react-hook-form": "^7.12.2", - "react-router": "6.0.0-beta.0", "react-use": "^17.2.4", "yaml": "^2.0.0" }, "peerDependencies": { "@types/react": "^16.13.1 || ^17.0.0", - "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", diff --git a/plugins/catalog-react/package.json b/plugins/catalog-react/package.json index 291def38c6..fafac47a8c 100644 --- a/plugins/catalog-react/package.json +++ b/plugins/catalog-react/package.json @@ -53,14 +53,14 @@ "jwt-decode": "^3.1.0", "lodash": "^4.17.21", "qs": "^6.9.4", - "react-router": "6.0.0-beta.0", "react-use": "^17.2.4", "yaml": "^2.0.0", "zen-observable": "^0.8.15" }, "peerDependencies": { "@types/react": "^16.13.1 || ^17.0.0", - "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", diff --git a/plugins/catalog/package.json b/plugins/catalog/package.json index 5465814ef9..edd69f2e2e 100644 --- a/plugins/catalog/package.json +++ b/plugins/catalog/package.json @@ -52,13 +52,13 @@ "history": "^5.0.0", "lodash": "^4.17.21", "react-helmet": "6.1.0", - "react-router": "6.0.0-beta.0", "react-use": "^17.2.4", "zen-observable": "^0.8.15" }, "peerDependencies": { "@types/react": "^16.13.1 || ^17.0.0", - "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", diff --git a/plugins/circleci/package.json b/plugins/circleci/package.json index 23334570a2..4b0a7ca3e0 100644 --- a/plugins/circleci/package.json +++ b/plugins/circleci/package.json @@ -47,12 +47,12 @@ "humanize-duration": "^3.27.0", "lodash": "^4.17.21", "luxon": "^3.0.0", - "react-router": "6.0.0-beta.0", - "react-router-dom": "6.0.0-beta.0", "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", + "react-router-dom": "6.0.0-beta.0 || ^6.3.0" }, "devDependencies": { "@backstage/cli": "^0.18.2-next.0", diff --git a/plugins/cloudbuild/package.json b/plugins/cloudbuild/package.json index ac65694c74..75ca4421b2 100644 --- a/plugins/cloudbuild/package.json +++ b/plugins/cloudbuild/package.json @@ -44,12 +44,12 @@ "@material-ui/lab": "4.0.0-alpha.57", "luxon": "^3.0.0", "qs": "^6.9.4", - "react-router": "6.0.0-beta.0", - "react-router-dom": "6.0.0-beta.0", "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", + "react-router-dom": "6.0.0-beta.0 || ^6.3.0" }, "devDependencies": { "@backstage/cli": "^0.18.2-next.0", diff --git a/plugins/code-climate/package.json b/plugins/code-climate/package.json index 3631017c94..77586ecf52 100644 --- a/plugins/code-climate/package.json +++ b/plugins/code-climate/package.json @@ -33,11 +33,11 @@ "@material-ui/lab": "4.0.0-alpha.57", "humanize-duration": "^3.27.1", "luxon": "^3.0.0", - "react-router": "6.0.0-beta.0", "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", diff --git a/plugins/code-coverage/package.json b/plugins/code-coverage/package.json index 62aaf4c5ba..2159ae56d0 100644 --- a/plugins/code-coverage/package.json +++ b/plugins/code-coverage/package.json @@ -37,13 +37,13 @@ "@material-ui/styles": "^4.11.0", "highlight.js": "^10.6.0", "luxon": "^3.0.0", - "react-router": "6.0.0-beta.0", - "react-router-dom": "6.0.0-beta.0", "react-use": "^17.2.4", "recharts": "^1.8.5" }, "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", + "react-router-dom": "6.0.0-beta.0 || ^6.3.0" }, "devDependencies": { "@backstage/cli": "^0.18.2-next.0", diff --git a/plugins/codescene/package.json b/plugins/codescene/package.json index af2f380a26..4e304eb221 100644 --- a/plugins/codescene/package.json +++ b/plugins/codescene/package.json @@ -31,11 +31,11 @@ "@material-ui/icons": "^4.9.1", "@material-ui/lab": "^4.0.0-alpha.57", "rc-progress": "3.4.0", - "react-router-dom": "6.0.0-beta.0", "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", diff --git a/plugins/cost-insights/package.json b/plugins/cost-insights/package.json index a737688d74..ffde84d26c 100644 --- a/plugins/cost-insights/package.json +++ b/plugins/cost-insights/package.json @@ -50,7 +50,6 @@ "luxon": "^3.0.0", "pluralize": "^8.0.0", "qs": "^6.9.4", - "react-router-dom": "6.0.0-beta.0", "react-use": "^17.2.4", "recharts": "^1.8.5", "regression": "^2.0.1", @@ -58,7 +57,8 @@ }, "peerDependencies": { "@types/react": "^16.13.1 || ^17.0.0", - "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", diff --git a/plugins/explore/package.json b/plugins/explore/package.json index db91907e25..10ee68c95f 100644 --- a/plugins/explore/package.json +++ b/plugins/explore/package.json @@ -44,13 +44,13 @@ "@material-ui/icons": "^4.9.1", "@material-ui/lab": "4.0.0-alpha.57", "classnames": "^2.2.6", - "react-router": "6.0.0-beta.0", - "react-router-dom": "6.0.0-beta.0", "react-use": "^17.2.4" }, "peerDependencies": { "@types/react": "^16.13.1 || ^17.0.0", - "react": "^16.13.1 || ^17.0.0" + "react": "^16.13.1 || ^17.0.0", + "react-router": "6.0.0-beta.0 || ^6.3.0", + "react-router-dom": "6.0.0-beta.0 || ^6.3.0" }, "devDependencies": { "@backstage/cli": "^0.18.2-next.0", diff --git a/plugins/gcp-projects/package.json b/plugins/gcp-projects/package.json index 56c68effee..8b8d1d4859 100644 --- a/plugins/gcp-projects/package.json +++ b/plugins/gcp-projects/package.json @@ -40,11 +40,11 @@ "@material-ui/core": "^4.12.2", "@material-ui/icons": "^4.9.1", "@material-ui/lab": "4.0.0-alpha.57", - "@react-hookz/web": "^15.0.0", - "react-router-dom": "6.0.0-beta.0" + "@react-hookz/web": "^15.0.0" }, "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", diff --git a/plugins/git-release-manager/package.json b/plugins/git-release-manager/package.json index b6c95e3f79..3d95f05211 100644 --- a/plugins/git-release-manager/package.json +++ b/plugins/git-release-manager/package.json @@ -34,13 +34,13 @@ "@octokit/rest": "^19.0.3", "luxon": "^3.0.0", "qs": "^6.10.1", - "react-router": "6.0.0-beta.0", "react-use": "^17.2.4", "recharts": "^1.8.5" }, "peerDependencies": { "@types/react": "^16.13.1 || ^17.0.0", - "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", diff --git a/plugins/github-actions/package.json b/plugins/github-actions/package.json index 18adf36085..a85c7e3a4c 100644 --- a/plugins/github-actions/package.json +++ b/plugins/github-actions/package.json @@ -47,12 +47,12 @@ "@material-ui/lab": "4.0.0-alpha.57", "@octokit/rest": "^19.0.3", "luxon": "^3.0.0", - "react-router": "6.0.0-beta.0", - "react-router-dom": "6.0.0-beta.0", "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", + "react-router-dom": "6.0.0-beta.0 || ^6.3.0" }, "devDependencies": { "@backstage/cli": "^0.18.2-next.0", diff --git a/plugins/gitops-profiles/package.json b/plugins/gitops-profiles/package.json index 23796ad3e9..7f92b6e702 100644 --- a/plugins/gitops-profiles/package.json +++ b/plugins/gitops-profiles/package.json @@ -41,11 +41,11 @@ "@material-ui/core": "^4.12.2", "@material-ui/icons": "^4.9.1", "@material-ui/lab": "4.0.0-alpha.57", - "react-router-dom": "6.0.0-beta.0", "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", diff --git a/plugins/home/package.json b/plugins/home/package.json index e02d6d3e34..2a56904e7c 100644 --- a/plugins/home/package.json +++ b/plugins/home/package.json @@ -45,12 +45,12 @@ "@material-ui/icons": "^4.9.1", "@material-ui/lab": "4.0.0-alpha.57", "lodash": "^4.17.21", - "react-router": "6.0.0-beta.0", "react-use": "^17.2.4" }, "peerDependencies": { "@types/react": "^16.13.1 || ^17.0.0", - "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", diff --git a/plugins/jenkins/package.json b/plugins/jenkins/package.json index 6d53c7fc78..e9afa65665 100644 --- a/plugins/jenkins/package.json +++ b/plugins/jenkins/package.json @@ -46,12 +46,12 @@ "@material-ui/icons": "^4.9.1", "@material-ui/lab": "4.0.0-alpha.57", "luxon": "^3.0.0", - "react-router": "6.0.0-beta.0", - "react-router-dom": "6.0.0-beta.0", "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", + "react-router-dom": "6.0.0-beta.0 || ^6.3.0" }, "devDependencies": { "@backstage/cli": "^0.18.2-next.0", diff --git a/plugins/kafka/package.json b/plugins/kafka/package.json index 0dfb4a2134..a290eca265 100644 --- a/plugins/kafka/package.json +++ b/plugins/kafka/package.json @@ -34,11 +34,11 @@ "@material-ui/core": "^4.12.2", "@material-ui/icons": "^4.9.1", "@material-ui/lab": "4.0.0-alpha.57", - "react-router": "6.0.0-beta.0", "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", diff --git a/plugins/kubernetes/package.json b/plugins/kubernetes/package.json index 41be1bdf77..34ecb7d3e4 100644 --- a/plugins/kubernetes/package.json +++ b/plugins/kubernetes/package.json @@ -50,11 +50,11 @@ "js-yaml": "^4.0.0", "lodash": "^4.17.21", "luxon": "^3.0.0", - "react-router-dom": "6.0.0-beta.0", "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", diff --git a/plugins/lighthouse/package.json b/plugins/lighthouse/package.json index 720c8a3a09..994109398c 100644 --- a/plugins/lighthouse/package.json +++ b/plugins/lighthouse/package.json @@ -44,11 +44,11 @@ "@material-ui/core": "^4.12.2", "@material-ui/icons": "^4.9.1", "@material-ui/lab": "4.0.0-alpha.57", - "react-router-dom": "6.0.0-beta.0", "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", diff --git a/plugins/org/package.json b/plugins/org/package.json index bc871ac480..33668fbee3 100644 --- a/plugins/org/package.json +++ b/plugins/org/package.json @@ -40,12 +40,12 @@ "p-limit": "^3.1.0", "pluralize": "^8.0.0", "qs": "^6.10.1", - "react-router": "6.0.0-beta.0", - "react-router-dom": "6.0.0-beta.0", "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", + "react-router-dom": "6.0.0-beta.0 || ^6.3.0" }, "devDependencies": { "@backstage/catalog-client": "^1.0.5-next.0", diff --git a/plugins/pagerduty/package.json b/plugins/pagerduty/package.json index 714b67d879..7567424e5e 100644 --- a/plugins/pagerduty/package.json +++ b/plugins/pagerduty/package.json @@ -45,12 +45,12 @@ "@material-ui/lab": "4.0.0-alpha.57", "classnames": "^2.2.6", "luxon": "^3.0.0", - "react-router-dom": "6.0.0-beta.0", "react-use": "^17.2.4" }, "peerDependencies": { "@types/react": "^16.13.1 || ^17.0.0", - "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", diff --git a/plugins/permission-react/package.json b/plugins/permission-react/package.json index 86b7f5297d..7b13ecdf73 100644 --- a/plugins/permission-react/package.json +++ b/plugins/permission-react/package.json @@ -35,13 +35,13 @@ "@backstage/core-plugin-api": "^1.0.6-next.0", "@backstage/plugin-permission-common": "^0.6.4-next.0", "cross-fetch": "^3.1.5", - "react-router": "6.0.0-beta.0", "react-use": "^17.2.4", "swr": "^1.1.2" }, "peerDependencies": { "@types/react": "^16.13.1 || ^17.0.0", - "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", diff --git a/plugins/rollbar/package.json b/plugins/rollbar/package.json index d31dd16bcb..3dad5d4db3 100644 --- a/plugins/rollbar/package.json +++ b/plugins/rollbar/package.json @@ -44,13 +44,13 @@ "@material-ui/icons": "^4.9.1", "@material-ui/lab": "4.0.0-alpha.57", "lodash": "^4.17.21", - "react-router": "6.0.0-beta.0", - "react-router-dom": "6.0.0-beta.0", "react-sparklines": "^1.7.0", "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", + "react-router-dom": "6.0.0-beta.0 || ^6.3.0" }, "devDependencies": { "@backstage/cli": "^0.18.2-next.0", diff --git a/plugins/scaffolder/package.json b/plugins/scaffolder/package.json index 4200e2d3ff..3c948c6612 100644 --- a/plugins/scaffolder/package.json +++ b/plugins/scaffolder/package.json @@ -69,8 +69,6 @@ "lodash": "^4.17.21", "luxon": "^3.0.0", "qs": "^6.9.4", - "react-router": "6.0.0-beta.0", - "react-router-dom": "6.0.0-beta.0", "react-use": "^17.2.4", "use-immer": "^0.7.0", "yaml": "^2.0.0", @@ -78,7 +76,9 @@ }, "peerDependencies": { "@types/react": "^16.13.1 || ^17.0.0", - "react": "^16.13.1 || ^17.0.0" + "react": "^16.13.1 || ^17.0.0", + "react-router": "6.0.0-beta.0 || ^6.3.0", + "react-router-dom": "6.0.0-beta.0 || ^6.3.0" }, "devDependencies": { "@backstage/cli": "^0.18.2-next.0", diff --git a/plugins/search-react/package.json b/plugins/search-react/package.json index 80234670e7..925db68e79 100644 --- a/plugins/search-react/package.json +++ b/plugins/search-react/package.json @@ -40,12 +40,12 @@ "@material-ui/core": "^4.12.2", "@material-ui/icons": "^4.9.1", "@material-ui/lab": "4.0.0-alpha.57", - "react-router": "6.0.0-beta.0", "react-use": "^17.3.2" }, "peerDependencies": { "@types/react": "^16.13.1 || ^17.0.0", - "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/core-app-api": "^1.0.6-next.0", diff --git a/plugins/search/package.json b/plugins/search/package.json index a0b1370ec8..be44d09004 100644 --- a/plugins/search/package.json +++ b/plugins/search/package.json @@ -48,13 +48,13 @@ "@material-ui/icons": "^4.9.1", "@material-ui/lab": "4.0.0-alpha.57", "qs": "^6.9.4", - "react-router": "6.0.0-beta.0", - "react-router-dom": "6.0.0-beta.0", "react-use": "^17.2.4" }, "peerDependencies": { "@types/react": "^16.13.1 || ^17.0.0", - "react": "^16.13.1 || ^17.0.0" + "react": "^16.13.1 || ^17.0.0", + "react-router": "6.0.0-beta.0 || ^6.3.0", + "react-router-dom": "6.0.0-beta.0 || ^6.3.0" }, "devDependencies": { "@backstage/cli": "^0.18.2-next.0", diff --git a/plugins/sentry/package.json b/plugins/sentry/package.json index c0d3df778f..ee48f7e090 100644 --- a/plugins/sentry/package.json +++ b/plugins/sentry/package.json @@ -45,12 +45,12 @@ "@material-ui/icons": "^4.9.1", "@material-ui/lab": "4.0.0-alpha.57", "luxon": "^3.0.0", - "react-router": "6.0.0-beta.0", "react-sparklines": "^1.7.0", "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", diff --git a/plugins/shortcuts/package.json b/plugins/shortcuts/package.json index f02a7ba68a..8476197c03 100644 --- a/plugins/shortcuts/package.json +++ b/plugins/shortcuts/package.json @@ -33,13 +33,13 @@ "@material-ui/lab": "4.0.0-alpha.57", "@types/zen-observable": "^0.8.2", "react-hook-form": "^7.12.2", - "react-router": "6.0.0-beta.0", "react-use": "^17.2.4", "uuid": "^8.3.2", "zen-observable": "^0.8.15" }, "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", diff --git a/plugins/splunk-on-call/package.json b/plugins/splunk-on-call/package.json index 0bf2d7daed..5ae1da0823 100644 --- a/plugins/splunk-on-call/package.json +++ b/plugins/splunk-on-call/package.json @@ -44,11 +44,11 @@ "@material-ui/lab": "4.0.0-alpha.57", "classnames": "^2.2.6", "luxon": "^3.0.0", - "react-router-dom": "6.0.0-beta.0", "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", diff --git a/plugins/tech-insights/package.json b/plugins/tech-insights/package.json index ab4477acf1..5cc08c9164 100644 --- a/plugins/tech-insights/package.json +++ b/plugins/tech-insights/package.json @@ -39,12 +39,12 @@ "@material-ui/core": "^4.12.2", "@material-ui/icons": "^4.9.1", "@material-ui/lab": "4.0.0-alpha.57", - "react-router-dom": "6.0.0-beta.0", "react-use": "^17.2.4" }, "peerDependencies": { "@types/react": "^16.13.1 || ^17.0.0", - "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", diff --git a/plugins/techdocs-addons-test-utils/package.json b/plugins/techdocs-addons-test-utils/package.json index 7d87ca2e52..04935376fa 100644 --- a/plugins/techdocs-addons-test-utils/package.json +++ b/plugins/techdocs-addons-test-utils/package.json @@ -46,14 +46,14 @@ "@material-ui/icons": "^4.9.1", "@material-ui/lab": "4.0.0-alpha.57", "react-use": "^17.2.4", - "react-router-dom": "6.0.0-beta.0", "@testing-library/react": "^12.1.3", "testing-library__dom": "^7.29.4-beta.1" }, "peerDependencies": { "@types/react": "^16.13.1 || ^17.0.0", "react": "^16.13.1 || ^17.0.0", - "react-dom": "^16.13.1 || ^17.0.0" + "react-dom": "^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", diff --git a/plugins/techdocs-react/package.json b/plugins/techdocs-react/package.json index 452838284e..0ed196cf5e 100644 --- a/plugins/techdocs-react/package.json +++ b/plugins/techdocs-react/package.json @@ -46,12 +46,12 @@ "jss": "~10.8.2", "lodash": "^4.17.21", "react-helmet": "6.1.0", - "react-router-dom": "6.0.0-beta.0", "react-use": "^17.2.4" }, "peerDependencies": { "@types/react": "^16.13.1 || ^17.0.0", - "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": { "@testing-library/jest-dom": "^5.10.1", diff --git a/plugins/techdocs/package.json b/plugins/techdocs/package.json index 604fec15ed..4385818c95 100644 --- a/plugins/techdocs/package.json +++ b/plugins/techdocs/package.json @@ -57,14 +57,14 @@ "jss": "~10.8.2", "lodash": "^4.17.21", "react-helmet": "6.1.0", - "react-router": "6.0.0-beta.0", - "react-router-dom": "6.0.0-beta.0", "react-use": "^17.2.4" }, "peerDependencies": { "@types/react": "^16.13.1 || ^17.0.0", "react": "^16.13.1 || ^17.0.0", - "react-dom": "^16.13.1 || ^17.0.0" + "react-dom": "^16.13.1 || ^17.0.0", + "react-router": "6.0.0-beta.0 || ^6.3.0", + "react-router-dom": "6.0.0-beta.0 || ^6.3.0" }, "devDependencies": { "@backstage/cli": "^0.18.2-next.0", diff --git a/plugins/user-settings/package.json b/plugins/user-settings/package.json index 6e73ba6499..e23c9d2ed4 100644 --- a/plugins/user-settings/package.json +++ b/plugins/user-settings/package.json @@ -41,11 +41,11 @@ "@material-ui/icons": "^4.9.1", "@material-ui/lab": "4.0.0-alpha.57", "@types/react": "^16.13.1 || ^17.0.0", - "react-router": "6.0.0-beta.0", "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",