Bump react-router-dom from 6.9.0 to 6.10.0 in /js (#19502)

Bumps [react-router-dom](https://github.com/remix-run/react-router/tree/HEAD/packages/react-router-dom) from 6.9.0 to 6.10.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.10.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>
This commit is contained in:
dependabot[bot] 2023-04-03 19:00:02 +02:00 committed by GitHub
parent 472e1242aa
commit 27692fcbd6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 16 additions and 16 deletions

View File

@ -19,7 +19,7 @@
"react-dom": "^18.2.0",
"react-hook-form": "^7.43.8",
"react-i18next": "^12.2.0",
"react-router-dom": "6.9.0",
"react-router-dom": "6.10.0",
"ui-shared": "999.0.0-SNAPSHOT"
},
"devDependencies": {

View File

@ -80,7 +80,7 @@
"react-error-boundary": "^3.1.4",
"react-hook-form": "^7.43.8",
"react-i18next": "^12.2.0",
"react-router-dom": "6.9.0",
"react-router-dom": "6.10.0",
"reactflow": "^11.7.0",
"ui-shared": "999.0.0-SNAPSHOT",
"use-react-router-breadcrumbs": "^4.0.1"

28
js/package-lock.json generated
View File

@ -48,7 +48,7 @@
"react-dom": "^18.2.0",
"react-hook-form": "^7.43.8",
"react-i18next": "^12.2.0",
"react-router-dom": "6.9.0",
"react-router-dom": "6.10.0",
"ui-shared": "999.0.0-SNAPSHOT"
},
"devDependencies": {
@ -82,7 +82,7 @@
"react-error-boundary": "^3.1.4",
"react-hook-form": "^7.43.8",
"react-i18next": "^12.2.0",
"react-router-dom": "6.9.0",
"react-router-dom": "6.10.0",
"reactflow": "^11.7.0",
"ui-shared": "999.0.0-SNAPSHOT",
"use-react-router-breadcrumbs": "^4.0.1"
@ -1503,9 +1503,9 @@
}
},
"node_modules/@remix-run/router": {
"version": "1.4.0",
"resolved": "https://registry.npmjs.org/@remix-run/router/-/router-1.4.0.tgz",
"integrity": "sha512-BJ9SxXux8zAg991UmT8slpwpsd31K1dHHbD3Ba4VzD+liLQ4WAMSxQp2d2ZPRPfN0jN2NPRowcSSoM7lCaF08Q==",
"version": "1.5.0",
"resolved": "https://registry.npmjs.org/@remix-run/router/-/router-1.5.0.tgz",
"integrity": "sha512-bkUDCp8o1MvFO+qxkODcbhSqRa6P2GXgrGZVpt0dCXNW2HCSCqYI0ZoAqEOSAjRWmmlKcYgFvN4B4S+zo/f8kg==",
"engines": {
"node": ">=14"
}
@ -8896,11 +8896,11 @@
}
},
"node_modules/react-router": {
"version": "6.9.0",
"resolved": "https://registry.npmjs.org/react-router/-/react-router-6.9.0.tgz",
"integrity": "sha512-51lKevGNUHrt6kLuX3e/ihrXoXCa9ixY/nVWRLlob4r/l0f45x3SzBvYJe3ctleLUQQ5fVa4RGgJOTH7D9Umhw==",
"version": "6.10.0",
"resolved": "https://registry.npmjs.org/react-router/-/react-router-6.10.0.tgz",
"integrity": "sha512-Nrg0BWpQqrC3ZFFkyewrflCud9dio9ME3ojHCF/WLsprJVzkq3q3UeEhMCAW1dobjeGbWgjNn/PVF6m46ANxXQ==",
"dependencies": {
"@remix-run/router": "1.4.0"
"@remix-run/router": "1.5.0"
},
"engines": {
"node": ">=14"
@ -8910,12 +8910,12 @@
}
},
"node_modules/react-router-dom": {
"version": "6.9.0",
"resolved": "https://registry.npmjs.org/react-router-dom/-/react-router-dom-6.9.0.tgz",
"integrity": "sha512-/seUAPY01VAuwkGyVBPCn1OXfVbaWGGu4QN9uj0kCPcTyNYgL1ldZpxZUpRU7BLheKQI4Twtl/OW2nHRF1u26Q==",
"version": "6.10.0",
"resolved": "https://registry.npmjs.org/react-router-dom/-/react-router-dom-6.10.0.tgz",
"integrity": "sha512-E5dfxRPuXKJqzwSe/qGcqdwa18QiWC6f3H3cWXM24qj4N0/beCIf/CWTipop2xm7mR0RCS99NnaqPNjHtrAzCg==",
"dependencies": {
"@remix-run/router": "1.4.0",
"react-router": "6.9.0"
"@remix-run/router": "1.5.0",
"react-router": "6.10.0"
},
"engines": {
"node": ">=14"