Skip to content

Commit d0065dc

Browse files
Bump the ui-app-dependencies group in /ui/ui-app with 3 updates
Bumps the ui-app-dependencies group in /ui/ui-app with 3 updates: [@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 `@typescript-eslint/eslint-plugin` from 7.10.0 to 7.11.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.11.0/packages/eslint-plugin) Updates `@typescript-eslint/parser` from 7.10.0 to 7.11.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.11.0/packages/parser) Updates `vite` from 5.2.11 to 5.2.12 - [Release notes](https://github.com/vitejs/vite/releases) - [Changelog](https://github.com/vitejs/vite/blob/main/packages/vite/CHANGELOG.md) - [Commits](https://github.com/vitejs/vite/commits/v5.2.12/packages/vite) --- updated-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 fc0c9a6 commit d0065dc

File tree

2 files changed

+51
-51
lines changed

2 files changed

+51
-51
lines changed

ui/ui-app/package-lock.json

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

ui/ui-app/package.json

+3-3
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.10.0",
23-
"@typescript-eslint/parser": "7.10.0",
22+
"@typescript-eslint/eslint-plugin": "7.11.0",
23+
"@typescript-eslint/parser": "7.11.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.11",
30+
"vite": "5.2.12",
3131
"vite-tsconfig-paths": "4.3.2"
3232
},
3333
"dependencies": {

0 commit comments

Comments
 (0)