Skip to content

Commit

Permalink
Bump react-router from 7.0.2 to 7.1.1 (#12384)
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 7.0.2 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/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-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Dec 27, 2024
1 parent 3d12c41 commit 6c92ffb
Show file tree
Hide file tree
Showing 7 changed files with 21 additions and 21 deletions.
2 changes: 1 addition & 1 deletion apps/web/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@
"react-helmet-async": "^2.0.5",
"react-hook-form": "^7.54.1",
"react-intl": "^7.0.4",
"react-router": "^7.0.2",
"react-router": "^7.1.1",
"react-to-print": "^2.15.1",
"urql": "^4.2.1"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/auth/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
"@gc-digital-talent/ui": "workspace:*",
"@gc-digital-talent/i18n": "workspace:*",
"jwt-decode": "^4.0.0",
"react-router": "^7.0.2",
"react-router": "^7.1.1",
"urql": "^4.2.1"
},
"devDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion packages/i18n/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
"json-stable-stringify": "^1.2.0",
"react": "^18.3.1",
"react-intl": "^7.0.4",
"react-router": "^7.0.2",
"react-router": "^7.1.1",
"tsconfig": "workspace:*",
"tsx": "^4.19.2",
"typescript": "^5.7.2",
Expand Down
2 changes: 1 addition & 1 deletion packages/jest-helpers/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
"jest": "^29.7.0",
"react-helmet-async": "^2.0.5",
"react-intl": "^7.0.4",
"react-router": "^7.0.2"
"react-router": "^7.1.1"
},
"devDependencies": {
"@gc-digital-talent/eslint-config": "workspace:*",
Expand Down
2 changes: 1 addition & 1 deletion packages/storybook-helpers/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
"graphql": "^16.10.0",
"lodash": "^4.17.21",
"react-helmet-async": "^2.0.5",
"react-router": "^7.0.2",
"react-router": "^7.1.1",
"urql": "^4.2.1",
"wonka": "^6.3.4"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/ui/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@
"react-dom": "^18.2.0",
"react-focus-lock": "^2.13.5",
"react-remove-scroll": "^2.6.2",
"react-router": "^7.0.2",
"react-router": "^7.1.1",
"urql": "^4.2.1"
},
"devDependencies": {
Expand Down
30 changes: 15 additions & 15 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 6c92ffb

Please sign in to comment.