Skip to content

Commit

Permalink
build(deps): bump react-router from 6.0.0-beta.0 to 6.25.0
Browse files Browse the repository at this point in the history
Bumps [react-router](https://github.com/remix-run/react-router/tree/HEAD/packages/react-router) from 6.0.0-beta.0 to 6.25.0.
- [Release notes](https://github.com/remix-run/react-router/releases)
- [Changelog](https://github.com/remix-run/react-router/blob/main/packages/react-router/CHANGELOG.md)
- [Commits](https://github.com/remix-run/react-router/commits/[email protected]/packages/react-router)

---
updated-dependencies:
- dependency-name: react-router
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Jul 17, 2024
1 parent 72b00f4 commit 1541aae
Show file tree
Hide file tree
Showing 32 changed files with 44 additions and 32 deletions.
2 changes: 1 addition & 1 deletion packages/app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@
"react": "^16.13.1",
"react-dom": "^16.13.1",
"react-hot-loader": "^4.12.21",
"react-router": "6.0.0-beta.0",
"react-router": "6.25.0",
"react-router-dom": "6.0.0-beta.0",
"react-use": "^17.2.4",
"zen-observable": "^0.8.15"
Expand Down
2 changes: 1 addition & 1 deletion packages/core-components/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@
"react-helmet": "6.1.0",
"react-hook-form": "^7.12.2",
"react-markdown": "^7.0.1",
"react-router": "6.0.0-beta.0",
"react-router": "6.25.0",
"react-router-dom": "6.0.0-beta.0",
"react-sparklines": "^1.7.0",
"react-syntax-highlighter": "^15.4.3",
Expand Down
2 changes: 1 addition & 1 deletion packages/dev-utils/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@
"@testing-library/user-event": "^13.1.8",
"react-use": "^17.2.4",
"react-hot-loader": "^4.12.21",
"react-router": "6.0.0-beta.0",
"react-router": "6.25.0",
"react-router-dom": "6.0.0-beta.0",
"zen-observable": "^0.8.15"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/embedded-techdocs-app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
"history": "^5.0.0",
"react": "^16.13.1",
"react-dom": "^16.13.1",
"react-router": "6.0.0-beta.0",
"react-router": "6.25.0",
"react-router-dom": "6.0.0-beta.0",
"react-use": "^17.2.4"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/test-utils/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
"@testing-library/jest-dom": "^5.10.1",
"@testing-library/react": "^11.2.5",
"@testing-library/user-event": "^13.1.8",
"react-router": "6.0.0-beta.0",
"react-router": "6.25.0",
"react-router-dom": "6.0.0-beta.0",
"zen-observable": "^0.8.15"
},
Expand Down
2 changes: 1 addition & 1 deletion plugins/airbrake/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@
"@types/node": "^14.14.32",
"msw": "^0.35.0",
"cross-fetch": "^3.0.6",
"react-router": "6.0.0-beta.0"
"react-router": "6.25.0"
},
"files": [
"dist"
Expand Down
2 changes: 1 addition & 1 deletion plugins/api-docs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@
"graphiql": "^1.5.12",
"graphql": "^16.0.0",
"isomorphic-form-data": "^2.0.0",
"react-router": "6.0.0-beta.0",
"react-router": "6.25.0",
"react-router-dom": "6.0.0-beta.0",
"react-use": "^17.2.4",
"swagger-client": "3.16.1",
Expand Down
2 changes: 1 addition & 1 deletion plugins/azure-devops/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
"@material-ui/lab": "4.0.0-alpha.57",
"humanize-duration": "^3.27.0",
"luxon": "^2.0.2",
"react-router": "6.0.0-beta.0",
"react-router": "6.25.0",
"react-use": "^17.2.4"
},
"peerDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion plugins/badges/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
"@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-router": "6.25.0",
"react-use": "^17.2.4"
},
"peerDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion plugins/catalog-graph/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
"lodash": "^4.17.15",
"p-limit": "^3.1.0",
"qs": "^6.9.4",
"react-router": "6.0.0-beta.0",
"react-router": "6.25.0",
"react-use": "^17.2.4"
},
"peerDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion plugins/catalog-import/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@
"js-base64": "^3.6.0",
"lodash": "^4.17.21",
"react-hook-form": "^7.12.2",
"react-router": "6.0.0-beta.0",
"react-router": "6.25.0",
"react-use": "^17.2.4",
"yaml": "^1.10.0"
},
Expand Down
2 changes: 1 addition & 1 deletion plugins/catalog-react/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@
"jwt-decode": "^3.1.0",
"lodash": "^4.17.21",
"qs": "^6.9.4",
"react-router": "6.0.0-beta.0",
"react-router": "6.25.0",
"react-use": "^17.2.4",
"zen-observable": "^0.8.15"
},
Expand Down
2 changes: 1 addition & 1 deletion plugins/catalog/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@
"history": "^5.0.0",
"lodash": "^4.17.21",
"react-helmet": "6.1.0",
"react-router": "6.0.0-beta.0",
"react-router": "6.25.0",
"react-use": "^17.2.4"
},
"peerDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion plugins/circleci/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@
"humanize-duration": "^3.27.0",
"lodash": "^4.17.21",
"luxon": "^2.0.2",
"react-router": "6.0.0-beta.0",
"react-router": "6.25.0",
"react-router-dom": "6.0.0-beta.0",
"react-use": "^17.2.4"
},
Expand Down
2 changes: 1 addition & 1 deletion plugins/cloudbuild/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
"@material-ui/lab": "4.0.0-alpha.57",
"luxon": "^2.0.2",
"qs": "^6.9.4",
"react-router": "6.0.0-beta.0",
"react-router": "6.25.0",
"react-router-dom": "6.0.0-beta.0",
"react-use": "^17.2.4"
},
Expand Down
2 changes: 1 addition & 1 deletion plugins/code-coverage/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
"@material-ui/styles": "^4.11.0",
"highlight.js": "^10.6.0",
"luxon": "^2.0.2",
"react-router": "6.0.0-beta.0",
"react-router": "6.25.0",
"react-router-dom": "6.0.0-beta.0",
"react-use": "^17.2.4",
"recharts": "^1.8.5"
Expand Down
2 changes: 1 addition & 1 deletion plugins/explore/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
"@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": "6.25.0",
"react-router-dom": "6.0.0-beta.0",
"react-use": "^17.2.4"
},
Expand Down
2 changes: 1 addition & 1 deletion plugins/git-release-manager/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
"@octokit/rest": "^18.5.3",
"luxon": "^2.0.2",
"qs": "^6.10.1",
"react-router": "6.0.0-beta.0",
"react-router": "6.25.0",
"react-use": "^17.2.4",
"recharts": "^1.8.5"
},
Expand Down
2 changes: 1 addition & 1 deletion plugins/github-actions/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@
"@material-ui/lab": "4.0.0-alpha.57",
"@octokit/rest": "^18.5.3",
"luxon": "^2.0.2",
"react-router": "6.0.0-beta.0",
"react-router": "6.25.0",
"react-router-dom": "6.0.0-beta.0",
"react-use": "^17.2.4"
},
Expand Down
2 changes: 1 addition & 1 deletion plugins/home/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
"@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": "6.25.0",
"react-use": "^17.2.4"
},
"peerDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion plugins/jenkins/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
"@material-ui/icons": "^4.9.1",
"@material-ui/lab": "4.0.0-alpha.57",
"luxon": "^2.0.2",
"react-router": "6.0.0-beta.0",
"react-router": "6.25.0",
"react-router-dom": "6.0.0-beta.0",
"react-use": "^17.2.4"
},
Expand Down
2 changes: 1 addition & 1 deletion plugins/kafka/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
"@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-router": "6.25.0",
"react-use": "^17.2.4"
},
"peerDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion plugins/org/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
"@material-ui/lab": "4.0.0-alpha.57",
"pluralize": "^8.0.0",
"qs": "^6.10.1",
"react-router": "6.0.0-beta.0",
"react-router": "6.25.0",
"react-router-dom": "6.0.0-beta.0",
"react-use": "^17.2.4"
},
Expand Down
2 changes: 1 addition & 1 deletion plugins/permission-react/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
"@backstage/core-plugin-api": "^0.4.1",
"@backstage/plugin-permission-common": "^0.3.0",
"cross-fetch": "^3.0.6",
"react-router": "6.0.0-beta.0",
"react-router": "6.25.0",
"react-use": "^17.2.4"
},
"peerDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion plugins/rollbar/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
"@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": "6.25.0",
"react-router-dom": "6.0.0-beta.0",
"react-sparklines": "^1.7.0",
"react-use": "^17.2.4"
Expand Down
2 changes: 1 addition & 1 deletion plugins/scaffolder/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@
"lodash": "^4.17.21",
"luxon": "^2.0.2",
"qs": "^6.9.4",
"react-router": "6.0.0-beta.0",
"react-router": "6.25.0",
"react-router-dom": "6.0.0-beta.0",
"react-use": "^17.2.4",
"use-immer": "^0.6.0",
Expand Down
2 changes: 1 addition & 1 deletion plugins/search/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@
"@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": "6.25.0",
"react-router-dom": "6.0.0-beta.0",
"react-use": "^17.2.4"
},
Expand Down
2 changes: 1 addition & 1 deletion plugins/sentry/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
"@material-ui/icons": "^4.9.1",
"@material-ui/lab": "4.0.0-alpha.57",
"luxon": "^2.0.2",
"react-router": "6.0.0-beta.0",
"react-router": "6.25.0",
"react-sparklines": "^1.7.0",
"react-use": "^17.2.4"
},
Expand Down
2 changes: 1 addition & 1 deletion plugins/shortcuts/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
"@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-router": "6.25.0",
"react-use": "^17.2.4",
"uuid": "^8.3.2",
"zen-observable": "^0.8.15"
Expand Down
2 changes: 1 addition & 1 deletion plugins/techdocs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@
"event-source-polyfill": "^1.0.25",
"git-url-parse": "^11.6.0",
"lodash": "^4.17.21",
"react-router": "6.0.0-beta.0",
"react-router": "6.25.0",
"react-router-dom": "6.0.0-beta.0",
"react-text-truncate": "^0.16.0",
"react-use": "^17.2.4"
Expand Down
2 changes: 1 addition & 1 deletion plugins/user-settings/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
"@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-router": "6.25.0",
"react-use": "^17.2.4"
},
"peerDependencies": {
Expand Down
14 changes: 13 additions & 1 deletion yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -5361,6 +5361,11 @@
prop-types "^15.6.1"
react-lifecycles-compat "^3.0.4"

"@remix-run/[email protected]":
version "1.18.0"
resolved "https://registry.npmjs.org/@remix-run/router/-/router-1.18.0.tgz#20b033d1f542a100c1d57cfd18ecf442d1784732"
integrity sha512-L3jkqmqoSVBVKHfpGZmLrex0lxR5SucGA0sUfFzGctehw+S/ggL9L/0NnC5mw6P8HUWpFZ3nQw3cRApjjWx9Sw==

"@rjsf/core@^3.2.1":
version "3.2.1"
resolved "https://registry.npmjs.org/@rjsf/core/-/core-3.2.1.tgz#8a7b24c9a6f01f0ecb093fdfc777172c12b1b009"
Expand Down Expand Up @@ -24300,13 +24305,20 @@ [email protected]:
dependencies:
prop-types "^15.7.2"

[email protected], react-router@^6.0.0, react-router@^6.0.0-beta.0:
[email protected]:
version "6.2.1"
resolved "https://registry.npmjs.org/react-router/-/react-router-6.2.1.tgz#be2a97a6006ce1d9123c28934e604faef51448a3"
integrity sha512-2fG0udBtxou9lXtK97eJeET2ki5//UWfQSl1rlJ7quwe6jrktK9FCCc8dQb5QY6jAv3jua8bBQRhhDOM/kVRsg==
dependencies:
history "^5.2.0"

[email protected], react-router@^6.0.0, react-router@^6.0.0-beta.0:
version "6.25.0"
resolved "https://registry.npmjs.org/react-router/-/react-router-6.25.0.tgz#24f72cdf3bcc9be0f60b95af6cd88950c3d246e4"
integrity sha512-bziKjCcDbcxgWS9WlWFcQIVZ2vJHnCP6DGpQDT0l+0PFDasfJKgzf9CM22eTyhFsZkjk8ApCdKjJwKtzqH80jQ==
dependencies:
"@remix-run/router" "1.18.0"

react-side-effect@^2.1.0:
version "2.1.0"
resolved "https://registry.npmjs.org/react-side-effect/-/react-side-effect-2.1.0.tgz#1ce4a8b4445168c487ed24dab886421f74d380d3"
Expand Down

0 comments on commit 1541aae

Please sign in to comment.