Skip to content

Commit f2f586c

Browse files
Bump the ui-app-dependencies group across 1 directory with 4 updates
Bumps the ui-app-dependencies group with 4 updates in the /ui/ui-app directory: [yaml](https://github.com/eemeli/yaml), [@typescript-eslint/eslint-plugin](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin), [@typescript-eslint/parser](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser) and [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite). Updates `yaml` from 2.4.3 to 2.4.5 - [Release notes](https://github.com/eemeli/yaml/releases) - [Commits](eemeli/yaml@v2.4.3...v2.4.5) Updates `@typescript-eslint/eslint-plugin` from 7.12.0 to 7.13.0 - [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases) - [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/eslint-plugin/CHANGELOG.md) - [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v7.13.0/packages/eslint-plugin) Updates `@typescript-eslint/parser` from 7.12.0 to 7.13.0 - [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases) - [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/parser/CHANGELOG.md) - [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v7.13.0/packages/parser) Updates `vite` from 5.2.12 to 5.2.13 - [Release notes](https://github.com/vitejs/vite/releases) - [Changelog](https://github.com/vitejs/vite/blob/v5.2.13/packages/vite/CHANGELOG.md) - [Commits](https://github.com/vitejs/vite/commits/v5.2.13/packages/vite) --- updated-dependencies: - dependency-name: yaml dependency-type: direct:production update-type: version-update:semver-patch dependency-group: ui-app-dependencies - dependency-name: "@typescript-eslint/eslint-plugin" dependency-type: direct:development update-type: version-update:semver-minor dependency-group: ui-app-dependencies - dependency-name: "@typescript-eslint/parser" dependency-type: direct:development update-type: version-update:semver-minor dependency-group: ui-app-dependencies - dependency-name: vite dependency-type: direct:development update-type: version-update:semver-patch dependency-group: ui-app-dependencies ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent fe0d5d5 commit f2f586c

File tree

2 files changed

+56
-56
lines changed

2 files changed

+56
-56
lines changed

ui/ui-app/package-lock.json

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

ui/ui-app/package.json

+4-4
Original file line numberDiff line numberDiff line change
@@ -19,15 +19,15 @@
1919
"@types/pluralize": "0.0.33",
2020
"@types/react": "18.3.3",
2121
"@types/react-dom": "18.3.0",
22-
"@typescript-eslint/eslint-plugin": "7.12.0",
23-
"@typescript-eslint/parser": "7.12.0",
22+
"@typescript-eslint/eslint-plugin": "7.13.0",
23+
"@typescript-eslint/parser": "7.13.0",
2424
"@vitejs/plugin-react-swc": "3.7.0",
2525
"eslint": "8.57.0",
2626
"eslint-plugin-react-hooks": "4.6.2",
2727
"eslint-plugin-react-refresh": "0.4.7",
2828
"rimraf": "5.0.7",
2929
"typescript": "5.4.5",
30-
"vite": "5.2.12",
30+
"vite": "5.2.13",
3131
"vite-tsconfig-paths": "4.3.2"
3232
},
3333
"dependencies": {
@@ -47,6 +47,6 @@
4747
"react-dom": "18.3.1",
4848
"react-router-dom": "6.23.1",
4949
"use-resize-observer": "9.1.0",
50-
"yaml": "2.4.3"
50+
"yaml": "2.4.5"
5151
}
5252
}

0 commit comments

Comments
 (0)