Skip to content

Commit 3d924d6

Browse files
Update @typescript-eslint/parser requirement in /packages/main
Updates the requirements on [@typescript-eslint/parser](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser) 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/parser/CHANGELOG.md) - [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v8.19.0/packages/parser) --- updated-dependencies: - dependency-name: "@typescript-eslint/parser" dependency-type: direct:development ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 6ed797c commit 3d924d6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/main/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434
"@cloudflare/workers-types": "^4.20241224.0",
3535
"@eslint/js": "^9.17.0",
3636
"@typescript-eslint/eslint-plugin": "^8.19.0",
37-
"@typescript-eslint/parser": "^8.18.2",
37+
"@typescript-eslint/parser": "^8.19.0",
3838
"eslint": "^9.17.0",
3939
"eslint-config-prettier": "^9.1.0",
4040
"globals": "^15.14.0",

0 commit comments

Comments
 (0)