Skip to content

Commit 33f348c

Browse files
build(deps): bump the ui-dependencies group in /ui/ui-app with 2 updates (#4348)
Bumps the ui-dependencies group in /ui/ui-app with 2 updates: [react-router-dom](https://github.com/remix-run/react-router/tree/HEAD/packages/react-router-dom) and [@types/react](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/react). Updates `react-router-dom` from 6.22.0 to 6.22.1 - [Release notes](https://github.com/remix-run/react-router/releases) - [Changelog](https://github.com/remix-run/react-router/blob/react-router-dom@6.22.1/packages/react-router-dom/CHANGELOG.md) - [Commits](https://github.com/remix-run/react-router/commits/react-router-dom@6.22.1/packages/react-router-dom) Updates `@types/react` from 18.2.55 to 18.2.56 - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases) - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/react) --- updated-dependencies: - dependency-name: react-router-dom dependency-type: direct:production update-type: version-update:semver-patch dependency-group: ui-dependencies - dependency-name: "@types/react" dependency-type: direct:development update-type: version-update:semver-patch dependency-group: ui-dependencies ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 36bba69 commit 33f348c

File tree

2 files changed

+19
-19
lines changed

2 files changed

+19
-19
lines changed

ui/ui-app/package-lock.json

+17-17
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

ui/ui-app/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
"@apicurio/eslint-config": "0.2.0",
1717
"@monaco-editor/react": "4.6.0",
1818
"@types/luxon": "3.4.2",
19-
"@types/react": "18.2.55",
19+
"@types/react": "18.2.56",
2020
"@types/react-dom": "18.2.19",
2121
"@typescript-eslint/eslint-plugin": "7.0.1",
2222
"@typescript-eslint/parser": "7.0.1",
@@ -42,7 +42,7 @@
4242
"oidc-client-ts": "3.0.1",
4343
"react": "18.2.0",
4444
"react-dom": "18.2.0",
45-
"react-router-dom": "6.22.0",
45+
"react-router-dom": "6.22.1",
4646
"use-resize-observer": "9.1.0",
4747
"yaml": "2.3.4"
4848
}

0 commit comments

Comments
 (0)