Skip to content

Commit 0f62402

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.55.0/packages/typescript-eslint) --- updated-dependencies: - dependency-name: typescript-eslint dependency-version: 8.55.0 dependency-type: direct:development ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 55addfd commit 0f62402

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
@@ -76,7 +76,7 @@
7676
"eslint-plugin-prettier": "^5.5.5",
7777
"prettier": "^3.8.1",
7878
"typescript": "^5.9.3",
79-
"typescript-eslint": "^8.54.0",
79+
"typescript-eslint": "^8.55.0",
8080
"vitest": "^4.0.18"
8181
},
8282
"scripts": {

0 commit comments

Comments
 (0)