Skip to content

Commit b09b75b

Browse files
build(deps-dev): bump the dev-minor-versions group across 1 directory with 4 updates
Bumps the dev-minor-versions group with 4 updates in the /frontend directory: [@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 [typescript-eslint](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/typescript-eslint). Updates `@types/react` from 19.0.11 to 19.0.12 - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases) - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/react) Updates `@typescript-eslint/eslint-plugin` from 8.26.1 to 8.27.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/v8.27.0/packages/eslint-plugin) Updates `@typescript-eslint/parser` from 8.26.1 to 8.27.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/v8.27.0/packages/parser) Updates `typescript-eslint` from 8.26.1 to 8.27.0 - [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases) - [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/typescript-eslint/CHANGELOG.md) - [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v8.27.0/packages/typescript-eslint) --- updated-dependencies: - dependency-name: "@types/react" dependency-type: direct:development update-type: version-update:semver-patch dependency-group: dev-minor-versions - dependency-name: "@typescript-eslint/eslint-plugin" dependency-type: direct:development update-type: version-update:semver-minor dependency-group: dev-minor-versions - dependency-name: "@typescript-eslint/parser" dependency-type: direct:development update-type: version-update:semver-minor dependency-group: dev-minor-versions - dependency-name: typescript-eslint dependency-type: direct:development update-type: version-update:semver-minor dependency-group: dev-minor-versions ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 435fbc6 commit b09b75b

File tree

2 files changed

+59
-59
lines changed

2 files changed

+59
-59
lines changed

frontend/package-lock.json

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

frontend/package.json

+4-4
Original file line numberDiff line numberDiff line change
@@ -88,12 +88,12 @@
8888
"@types/express-session": "^1.18.1",
8989
"@types/morgan": "^1.9.9",
9090
"@types/node": "^22.13.10",
91-
"@types/react": "^19.0.11",
91+
"@types/react": "^19.0.12",
9292
"@types/react-dom": "^19.0.4",
9393
"@types/source-map-support": "^0.5.10",
9494
"@types/validator": "^13.12.2",
95-
"@typescript-eslint/eslint-plugin": "^8.26.1",
96-
"@typescript-eslint/parser": "^8.26.1",
95+
"@typescript-eslint/eslint-plugin": "^8.27.0",
96+
"@typescript-eslint/parser": "^8.27.0",
9797
"@vitejs/plugin-react": "^4.3.4",
9898
"@vitest/coverage-v8": "^3.0.9",
9999
"eslint": "^9.22.0",
@@ -113,7 +113,7 @@
113113
"tsx": "^4.19.3",
114114
"type-fest": "^4.37.0",
115115
"typescript": "^5.8.2",
116-
"typescript-eslint": "^8.26.1",
116+
"typescript-eslint": "^8.27.0",
117117
"vite": "^6.2.2",
118118
"vite-plugin-static-copy": "^2.3.0",
119119
"vite-tsconfig-paths": "^5.1.4",

0 commit comments

Comments
 (0)