Skip to content

Commit 9223f51

Browse files
committed
fix(eslint-config): fix internal typescript-eslint version range mismatch
1 parent 5617c49 commit 9223f51

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

packages/eslint-config/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"access": "public",
55
"provenance": true
66
},
7-
"version": "1.0.1",
7+
"version": "1.0.2",
88
"description": "ESLint configuration for projects at Viam.",
99
"type": "module",
1010
"main": "./eslint-config.js",
@@ -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)