Skip to content

Commit

Permalink
Bump the react-router group across 1 directory with 2 updates (#15627)
Browse files Browse the repository at this point in the history
Bumps the react-router group with 2 updates in the /frontend-react directory: [react-router](https://github.com/remix-run/react-router/tree/HEAD/packages/react-router) and [react-router-dom](https://github.com/remix-run/react-router/tree/HEAD/packages/react-router-dom).


Updates `react-router` from 6.25.1 to 6.26.1
- [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/react-router@6.26.1/packages/react-router)

Updates `react-router-dom` from 6.25.1 to 6.26.1
- [Release notes](https://github.com/remix-run/react-router/releases)
- [Changelog](https://github.com/remix-run/react-router/blob/main/packages/react-router-dom/CHANGELOG.md)
- [Commits](https://github.com/remix-run/react-router/commits/react-router-dom@6.26.1/packages/react-router-dom)

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

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: etanb <etanb@users.noreply.github.com>
  • Loading branch information
dependabot[bot] and etanb authored Sep 10, 2024
1 parent 1d2707b commit 74d4607
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 19 deletions.
4 changes: 2 additions & 2 deletions frontend-react/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,8 @@
"react-loader-spinner": "^6.1.6",
"react-markdown": "^9.0.1",
"react-query-kit": "^3.3.0",
"react-router": "^6.25.1",
"react-router-dom": "^6.25.1",
"react-router": "^6.26.1",
"react-router-dom": "^6.26.1",
"react-scroll-sync": "^0.11.2",
"react-toastify": "^10.0.5",
"rehype-raw": "^7.0.0",
Expand Down
34 changes: 17 additions & 17 deletions frontend-react/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2550,10 +2550,10 @@ __metadata:
languageName: node
linkType: hard

"@remix-run/router@npm:1.18.0":
version: 1.18.0
resolution: "@remix-run/router@npm:1.18.0"
checksum: dad8e8cbd3b44503c89de0fc5d8f92954d04c00bf36b42a18ae8b03fe0783742a99d0cae36f2962db38e2bdba3d40259105202c69620943e88f81711ceeb8fe4
"@remix-run/router@npm:1.19.1":
version: 1.19.1
resolution: "@remix-run/router@npm:1.19.1"
checksum: ebe4474ba0c1046093976b48a4eb4e39bd2f47368aacea21400126d72e133d2cfbfb50254cf1bde0b66dacdf0344452f743049d1595a22e86130668f60112376
languageName: node
linkType: hard

Expand Down Expand Up @@ -12152,8 +12152,8 @@ __metadata:
react-loader-spinner: ^6.1.6
react-markdown: ^9.0.1
react-query-kit: ^3.3.0
react-router: ^6.25.1
react-router-dom: ^6.25.1
react-router: ^6.26.1
react-router-dom: ^6.26.1
react-scroll-sync: ^0.11.2
react-toastify: ^10.0.5
rehype-raw: ^7.0.0
Expand Down Expand Up @@ -12294,27 +12294,27 @@ __metadata:
languageName: node
linkType: hard

"react-router-dom@npm:^6.25.1":
version: 6.25.1
resolution: "react-router-dom@npm:6.25.1"
"react-router-dom@npm:^6.26.1":
version: 6.26.1
resolution: "react-router-dom@npm:6.26.1"
dependencies:
"@remix-run/router": 1.18.0
react-router: 6.25.1
"@remix-run/router": 1.19.1
react-router: 6.26.1
peerDependencies:
react: ">=16.8"
react-dom: ">=16.8"
checksum: fac768bc02cc0f39f5c1f022c8e7323ce9ffcc9b8e80456b51a70ff765854444cb4e6cdbf7d4132064a8fcbeeabeb82b8802614fbe66d8cbe7408e23ee33d789
checksum: e393ab62e3239585d44d598e6bc8cc138ac8353f3dc46262680c6ad83dea35773662ada2f1c353921a05c37d1f369c0a2cb097848a6210689e9b6076550c7de0
languageName: node
linkType: hard

"react-router@npm:6.25.1, react-router@npm:^6.25.1":
version: 6.25.1
resolution: "react-router@npm:6.25.1"
"react-router@npm:6.26.1, react-router@npm:^6.26.1":
version: 6.26.1
resolution: "react-router@npm:6.26.1"
dependencies:
"@remix-run/router": 1.18.0
"@remix-run/router": 1.19.1
peerDependencies:
react: ">=16.8"
checksum: 2abbab5ecc5d1210f70980571326fd1956da3898b78bfcce6229e346e658dd42ec75bea1caea6aa45607ef677e442f3241dc3fb839293f276fa4bd466870aadd
checksum: 810949febc1bf2a6f8dd65f4c0532a2413d0532df462b3e78891aec81dca5a088d387b32c9922cde52bd9770f32263590993cab2383c94ddc1cdb50a20fd7adc
languageName: node
linkType: hard

Expand Down

0 comments on commit 74d4607

Please sign in to comment.