Skip to content

Commit

Permalink
chore: bump react-router-dom from 5.3.4 to 7.1.1
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 5.3.4 to 7.1.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/[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 Dec 23, 2024
1 parent 4b8912b commit f222540
Show file tree
Hide file tree
Showing 6 changed files with 59 additions and 57 deletions.
2 changes: 1 addition & 1 deletion cookbooks/app-react-bookmark-advanced/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
"@types/react-dom": "^18.2.7",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-router-dom": "^6.15.0",
"react-router-dom": "^7.1.1",
"typescript": "^5.5.4"
},
"dependencies": {
Expand Down
2 changes: 1 addition & 1 deletion cookbooks/app-react-people/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
"@equinor/fusion-framework-module-navigation": "workspace:^",
"@equinor/fusion-react-person": "^0.9.1",
"@remix-run/router": "^1.8.0",
"react-router-dom": "^6.16.0",
"react-router-dom": "^7.1.1",
"styled-components": "^6.0.7"
}
}
2 changes: 1 addition & 1 deletion cookbooks/app-react-router/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
"@types/react-dom": "^18.2.7",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-router-dom": "^6.15.0",
"react-router-dom": "^7.1.1",
"typescript": "^5.5.4"
}
}
2 changes: 1 addition & 1 deletion packages/cli/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@
"eslint-plugin-rxjs": "^5.0.3",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-router-dom": "^6.15.0",
"react-router-dom": "^7.1.1",
"rollup": "^4.22.4",
"rxjs": "^7.8.1",
"styled-components": "^6.0.7",
Expand Down
2 changes: 1 addition & 1 deletion packages/react/legacy-interopt/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@
"history": "^4.7.2",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-router-dom": "^5",
"react-router-dom": "^7",
"rxjs": "^7.8.1",
"typescript": "^5.5.4"
},
Expand Down
106 changes: 54 additions & 52 deletions pnpm-lock.yaml

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

0 comments on commit f222540

Please sign in to comment.