Skip to content

Commit

Permalink
Bump react-router from 6.26.0 to 6.26.1
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.26.0 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/[email protected]/packages/react-router)

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Sep 4, 2024
1 parent 3ac8655 commit ee0e304
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@
"postcss-import": "^16.1.0",
"react": "18.3.1",
"react-dom": "18.3.1",
"react-router": "6.26.0",
"react-router": "6.26.1",
"react-router-dom": "6.26.0",
"vite-plugin-svgr": "4.2.0"
},
Expand Down
20 changes: 19 additions & 1 deletion yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -5058,6 +5058,13 @@ __metadata:
languageName: node
linkType: hard

"@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

"@rollup/plugin-inject@npm:^5.0.5":
version: 5.0.5
resolution: "@rollup/plugin-inject@npm:5.0.5"
Expand Down Expand Up @@ -13281,7 +13288,7 @@ __metadata:
react: 18.3.1
react-dom: 18.3.1
react-popper: 2.3.0
react-router: 6.26.0
react-router: 6.26.1
react-router-dom: 6.26.0
storybook: ^8.2.9
stylelint: 16.9.0
Expand Down Expand Up @@ -15708,6 +15715,17 @@ __metadata:
languageName: node
linkType: hard

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

"react-transition-group@npm:^4.4.5":
version: 4.4.5
resolution: "react-transition-group@npm:4.4.5"
Expand Down

0 comments on commit ee0e304

Please sign in to comment.