Skip to content

Commit c4c870f

Browse files
Update typescript-eslint requirement in /packages/main
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.33.1/packages/typescript-eslint) --- updated-dependencies: - dependency-name: typescript-eslint dependency-version: 8.33.1 dependency-type: direct:development ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 2fb679a commit c4c870f

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
@@ -40,7 +40,7 @@
4040
"globals": "^16.0.0",
4141
"prettier": "^3.5.3",
4242
"typescript": "^5.8.3",
43-
"typescript-eslint": "^8.29.0",
43+
"typescript-eslint": "^8.33.1",
4444
"vitest": "^3.1.1"
4545
}
4646
}

0 commit comments

Comments
 (0)