Skip to content

Commit 17066d4

Browse files
chore: update to typescript-eslint v6 rc
1 parent faf8fc6 commit 17066d4

File tree

2 files changed

+166
-43
lines changed

2 files changed

+166
-43
lines changed

package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -71,8 +71,8 @@
7171
"verify": "pnpm run lint && pnpm run type-check && pnpm run build-tests && pnpm run test-compiled && rimraf build"
7272
},
7373
"dependencies": {
74-
"@typescript-eslint/type-utils": "^5.50.0",
75-
"@typescript-eslint/utils": "^5.50.0",
74+
"@typescript-eslint/type-utils": "^6.0.0-alpha.106",
75+
"@typescript-eslint/utils": "^6.0.0-alpha.106",
7676
"deepmerge-ts": "^5.0.0",
7777
"escape-string-regexp": "^4.0.0",
7878
"is-immutable-type": "^1.2.5",
@@ -104,8 +104,8 @@
104104
"@types/node": "16.18.21",
105105
"@types/rollup-plugin-auto-external": "2.0.2",
106106
"@types/semver": "7.3.13",
107-
"@typescript-eslint/eslint-plugin": "5.56.0",
108-
"@typescript-eslint/parser": "5.56.0",
107+
"@typescript-eslint/eslint-plugin": "6.0.0-alpha.106",
108+
"@typescript-eslint/parser": "6.0.0-alpha.106",
109109
"ava": "5.2.0",
110110
"chalk": "4.1.2",
111111
"commitizen": "4.3.0",

0 commit comments

Comments
 (0)