Skip to content

Commit 41197d9

Browse files
chore(deps-dev): bump the ui-app-dependencies group (#5908)
Bumps the ui-app-dependencies group in /ui/ui-app with 2 updates: [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) and [vitest](https://github.com/vitest-dev/vitest/tree/HEAD/packages/vitest). Updates `@types/node` from 22.10.9 to 22.10.10 - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases) - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node) Updates `vitest` from 3.0.3 to 3.0.4 - [Release notes](https://github.com/vitest-dev/vitest/releases) - [Commits](https://github.com/vitest-dev/vitest/commits/v3.0.4/packages/vitest) --- updated-dependencies: - dependency-name: "@types/node" dependency-type: direct:development update-type: version-update:semver-patch dependency-group: ui-app-dependencies - dependency-name: vitest dependency-type: direct:development update-type: version-update:semver-patch dependency-group: ui-app-dependencies ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 0c5b4ef commit 41197d9

File tree

3 files changed

+8
-8
lines changed

3 files changed

+8
-8
lines changed

typescript-sdk/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
"devDependencies": {
2929
"@apicurio/eslint-config": "0.3.0",
3030
"@kiota-community/kiota-gen": "1.0.2",
31-
"@types/node": "22.10.9",
31+
"@types/node": "22.10.10",
3232
"@types/react": "18.3.18",
3333
"@types/react-dom": "18.3.5",
3434
"@typescript-eslint/eslint-plugin": "8.21.0",
@@ -46,6 +46,6 @@
4646
"uuid": "11.0.5",
4747
"vite": "6.0.11",
4848
"vite-plugin-dts": "4.5.0",
49-
"vitest": "3.0.3"
49+
"vitest": "3.0.4"
5050
}
5151
}

ui/ui-app/package-lock.json

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

ui/ui-app/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
"@kiota-community/kiota-wasm": "0.0.3",
2121
"@monaco-editor/react": "4.6.0",
2222
"@types/luxon": "3.4.2",
23-
"@types/node": "22.10.9",
23+
"@types/node": "22.10.10",
2424
"@types/pluralize": "0.0.33",
2525
"@types/react": "18.3.18",
2626
"@types/react-dom": "18.3.5",

0 commit comments

Comments
 (0)