Skip to content

Commit a28d841

Browse files
authoredMar 5, 2024
build(deps-dev): bump the ui-dependencies group (#4406)
Bumps the ui-dependencies group in /ui/ui-docs with 4 updates: [@types/react](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/react), [@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 `@types/react` from 18.2.61 to 18.2.63 - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases) - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/react) Updates `@typescript-eslint/eslint-plugin` from 7.1.0 to 7.1.1 - [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.1.1/packages/eslint-plugin) Updates `@typescript-eslint/parser` from 7.1.0 to 7.1.1 - [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.1.1/packages/parser) Updates `vite` from 5.1.4 to 5.1.5 - [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.1.5/packages/vite) --- updated-dependencies: - dependency-name: "@types/react" dependency-type: direct:development update-type: version-update:semver-patch dependency-group: ui-dependencies - dependency-name: "@typescript-eslint/eslint-plugin" dependency-type: direct:development update-type: version-update:semver-patch dependency-group: ui-dependencies - dependency-name: "@typescript-eslint/parser" dependency-type: direct:development update-type: version-update:semver-patch dependency-group: ui-dependencies - dependency-name: vite 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 5661707 commit a28d841

File tree

2 files changed

+104
-104
lines changed

2 files changed

+104
-104
lines changed
 

‎ui/ui-docs/package-lock.json

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

‎ui/ui-docs/package.json

+4-4
Original file line numberDiff line numberDiff line change
@@ -13,17 +13,17 @@
1313
},
1414
"devDependencies": {
1515
"@apicurio/eslint-config": "0.2.0",
16-
"@types/react": "18.2.61",
16+
"@types/react": "18.2.63",
1717
"@types/react-dom": "18.2.19",
18-
"@typescript-eslint/eslint-plugin": "7.1.0",
19-
"@typescript-eslint/parser": "7.1.0",
18+
"@typescript-eslint/eslint-plugin": "7.1.1",
19+
"@typescript-eslint/parser": "7.1.1",
2020
"@vitejs/plugin-react-swc": "3.6.0",
2121
"eslint": "8.57.0",
2222
"eslint-plugin-react-hooks": "4.6.0",
2323
"eslint-plugin-react-refresh": "0.4.5",
2424
"rimraf": "5.0.5",
2525
"typescript": "5.3.3",
26-
"vite": "5.1.4",
26+
"vite": "5.1.5",
2727
"vite-tsconfig-paths": "4.3.1"
2828
},
2929
"dependencies": {

0 commit comments

Comments
 (0)