Skip to content

Commit

Permalink
Bump react-router-dom from 6.23.1 to 6.24.0 (#10810)
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.23.1 to 6.24.0.
- [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/react-router-dom@6.24.0/packages/react-router-dom)

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

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Jun 27, 2024
1 parent a77d573 commit e0babbf
Show file tree
Hide file tree
Showing 7 changed files with 28 additions and 28 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.52.0",
"react-intl": "^6.6.8",
"react-router-dom": "^6.23.1",
"react-router-dom": "^6.24.0",
"react-to-print": "^2.15.1",
"urql": "^4.1.0"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/auth/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
"@gc-digital-talent/i18n": "workspace:*",
"jwt-decode": "^4.0.0",
"path-browserify": "^1.0.1",
"react-router-dom": "^6.23.1",
"react-router-dom": "^6.24.0",
"urql": "^4.1.0"
},
"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 @@ -39,7 +39,7 @@
"json-stable-stringify": "^1.1.1",
"react": "^18.3.1",
"react-intl": "^6.6.8",
"react-router-dom": "^6.23.1",
"react-router-dom": "^6.24.0",
"tsconfig": "workspace:*",
"tsx": "^4.15.7",
"typescript": "^5.5.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 @@ -18,7 +18,7 @@
"jest": "^29.7.0",
"react-helmet-async": "^2.0.5",
"react-intl": "^6.6.8",
"react-router-dom": "^6.23.1"
"react-router-dom": "^6.24.0"
},
"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 @@ -19,7 +19,7 @@
"graphql": "^16.9.0",
"lodash": "^4.17.21",
"react-helmet-async": "^2.0.5",
"react-router-dom": "^6.23.1",
"react-router-dom": "^6.24.0",
"urql": "^4.1.0",
"wonka": "^6.3.4"
},
Expand Down
4 changes: 2 additions & 2 deletions packages/ui/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
"react-dom": "^18.2.0",
"react-focus-lock": "^2.12.1",
"react-remove-scroll": "^2.5.10",
"react-router-dom": "^6.23.1",
"react-router-dom": "^6.24.0",
"urql": "^4.1.0"
},
"devDependencies": {
Expand All @@ -64,7 +64,7 @@
"jest": "^29.7.0",
"react": "^18.3.1",
"react-intl": "^6.6.8",
"react-router-dom": "^6.23.1",
"react-router-dom": "^6.24.0",
"tsconfig": "workspace:*",
"typescript": "^5.5.2"
}
Expand Down
42 changes: 21 additions & 21 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 e0babbf

Please sign in to comment.