Skip to content

Commit 1022d44

Browse files
Update typescript-eslint requirement in /packages/worker
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.19.0/packages/typescript-eslint) --- updated-dependencies: - dependency-name: typescript-eslint dependency-type: direct:development ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 3ee17af commit 1022d44

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/worker/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
"globals": "^15.14.0",
2929
"prettier": "^3.4.2",
3030
"typescript": "^5.7.2",
31-
"typescript-eslint": "^8.18.2",
31+
"typescript-eslint": "^8.19.0",
3232
"vitest": "2.1.8"
3333
}
3434
}

0 commit comments

Comments
 (0)