Skip to content

Commit

Permalink
Bump react-router-dom from 6.28.0 to 7.1.2 in /src
Browse files Browse the repository at this point in the history
Bumps [react-router-dom](https://github.com/remix-run/react-router/tree/HEAD/packages/react-router-dom) from 6.28.0 to 7.1.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)

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Jan 16, 2025
1 parent ed0406f commit 763f968
Show file tree
Hide file tree
Showing 5 changed files with 50 additions and 32 deletions.
2 changes: 1 addition & 1 deletion src/examples/xero/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@
"prop-types": "15.8.1",
"react": "19.0.0",
"react-dom": "19.0.0",
"react-router-dom": "6.28.0",
"react-router-dom": "7.1.2",
"xero-node": "9.3.0"
},
"devDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion src/packages/admin-ui-components/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@
"glob": "10.4.3",
"react": "19.0.0",
"react-dom": "19.0.0",
"react-router-dom": "6.28.0",
"react-router-dom": "7.1.2",
"typescript": "5.7.2",
"vite": "6.0.3"
},
Expand Down
2 changes: 1 addition & 1 deletion src/packages/admin-ui/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
"react": "19.0.0",
"react-dom": "19.0.0",
"react-modal": "3.16.1",
"react-router-dom": "6.28.0"
"react-router-dom": "7.1.2"
},
"devDependencies": {
"@chialab/esbuild-plugin-html": "0.18.2",
Expand Down
2 changes: 1 addition & 1 deletion src/packages/xero/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
"prettier": "3.4.2",
"react": "19.0.0",
"react-dom": "19.0.0",
"react-router-dom": "6.28.0",
"react-router-dom": "7.1.2",
"typescript": "5.7.2"
},
"keywords": [
Expand Down
74 changes: 46 additions & 28 deletions src/pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 763f968

Please sign in to comment.