Bump react-router-dom from 6.15.0 to 6.18.0 in /js (#24448)
Bumps [react-router-dom](https://github.com/remix-run/react-router/tree/HEAD/packages/react-router-dom) from 6.15.0 to 6.18.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.18.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> Co-authored-by: Jon Koops <jonkoops@gmail.com>
This commit is contained in:
parent
1c86a8ebaf
commit
848e9fe004
4 changed files with 697 additions and 873 deletions
|
@ -22,7 +22,7 @@
|
|||
"react-dom": "^18.2.0",
|
||||
"react-hook-form": "^7.47.0",
|
||||
"react-i18next": "^13.3.1",
|
||||
"react-router-dom": "^6.15.0",
|
||||
"react-router-dom": "^6.18.0",
|
||||
"ui-shared": "workspace:*"
|
||||
},
|
||||
"devDependencies": {
|
||||
|
|
|
@ -50,7 +50,7 @@ function getErrorMessage(error: unknown): string | null {
|
|||
}
|
||||
|
||||
if (isRouteErrorResponse(error)) {
|
||||
return error.error ? getErrorMessage(error.error) : null;
|
||||
return error.statusText;
|
||||
}
|
||||
|
||||
if (error instanceof Error) {
|
||||
|
|
|
@ -83,7 +83,7 @@
|
|||
"react-error-boundary": "^3.1.4",
|
||||
"react-hook-form": "^7.47.0",
|
||||
"react-i18next": "^13.3.1",
|
||||
"react-router-dom": "^6.15.0",
|
||||
"react-router-dom": "^6.18.0",
|
||||
"reactflow": "^11.9.4",
|
||||
"ui-shared": "workspace:*",
|
||||
"use-react-router-breadcrumbs": "^4.0.1"
|
||||
|
|
1564
js/pnpm-lock.yaml
1564
js/pnpm-lock.yaml
File diff suppressed because it is too large
Load diff
Loading…
Reference in a new issue