Skip to content

Commit 1920f95

Browse files
committed
fix(eslint-config): fix internal typescript-eslint version range mismatch
1 parent 6c61960 commit 1920f95

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/eslint-config/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
"license": "Apache-2.0",
2828
"dependencies": {
2929
"@eslint/js": "~9.20.0",
30-
"@typescript-eslint/utils": "^8.23.0",
30+
"@typescript-eslint/utils": "~8.23.0",
3131
"@vitest/eslint-plugin": "~1.1.28",
3232
"eslint-config-prettier": "~10.0.1",
3333
"eslint-plugin-simple-import-sort": "~12.1.1",

0 commit comments

Comments
 (0)