Skip to content

Commit

Permalink
Bump the router group across 1 directory with 3 updates (#16731)
Browse files Browse the repository at this point in the history
* Bump the router group across 1 directory with 3 updates

Bumps the router group with 3 updates in the /frontend-react directory: [react-router](https://github.com/remix-run/react-router/tree/HEAD/packages/react-router), [react-router-dom](https://github.com/remix-run/react-router/tree/HEAD/packages/react-router-dom) and [storybook-addon-remix-react-router](https://github.com/JesusTheHun/storybook-addon-remix-react-router).


Updates `react-router` from 6.27.0 to 7.0.2
- [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)

Updates `react-router-dom` from 6.27.0 to 7.0.2
- [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/[email protected]/packages/react-router-dom)

Updates `storybook-addon-remix-react-router` from 3.0.1 to 3.0.2
- [Release notes](https://github.com/JesusTheHun/storybook-addon-remix-react-router/releases)
- [Changelog](https://github.com/JesusTheHun/storybook-addon-remix-react-router/blob/main/CHANGELOG.md)
- [Commits](JesusTheHun/storybook-addon-remix-react-router@v3.0.1...v3.0.2)

---
updated-dependencies:
- dependency-name: react-router
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: router
- dependency-name: react-router-dom
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: router
- dependency-name: storybook-addon-remix-react-router
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: router
...

Signed-off-by: dependabot[bot] <[email protected]>

* pin react-router to pre-7 as it requires react 19

---------

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Joseph Andersen <[email protected]>
  • Loading branch information
dependabot[bot] and jpandersen87 authored Dec 6, 2024
1 parent c1a4f42 commit 9d4321d
Show file tree
Hide file tree
Showing 2 changed files with 36 additions and 392 deletions.
6 changes: 3 additions & 3 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.1",
"react-router": "^6.27.0",
"react-router-dom": "^6.27.0",
"react-router": "~6.28.0",
"react-router-dom": "~6.28.0",
"react-scroll-sync": "^0.11.2",
"react-toastify": "^10.0.6",
"rehype-raw": "^7.0.0",
Expand Down Expand Up @@ -185,7 +185,7 @@
"remark-mdx-toc": "^0.3.1",
"sass": "^1.81.0",
"storybook": "^8.4.6",
"storybook-addon-remix-react-router": "^3.0.1",
"storybook-addon-remix-react-router": "^3.0.2",
"ts-node": "^10.9.2",
"tslib": "^2.8.1",
"typescript": "^5.7.2",
Expand Down
Loading

0 comments on commit 9d4321d

Please sign in to comment.