Skip to content

Commit 232b081

Browse files
Build(deps-dev): update typescript-eslint requirement in /server
Updates the requirements on [typescript-eslint](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/typescript-eslint) to permit the latest version. - [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.56.1/packages/typescript-eslint) --- updated-dependencies: - dependency-name: typescript-eslint dependency-version: 8.56.1 dependency-type: direct:development ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 1691206 commit 232b081

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

server/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@
7878
"eslint-plugin-prettier": "^5.5.5",
7979
"prettier": "^3.8.1",
8080
"typescript": "^5.9.3",
81-
"typescript-eslint": "^8.56.0",
81+
"typescript-eslint": "^8.56.1",
8282
"vitest": "^4.0.18"
8383
},
8484
"scripts": {

0 commit comments

Comments
 (0)