Skip to content

Commit a419fd4

Browse files
authored
feat: support typescript-eslint 6 (#60)
1 parent 157fd85 commit a419fd4

File tree

3 files changed

+110
-100
lines changed

3 files changed

+110
-100
lines changed

package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -50,9 +50,9 @@
5050
}
5151
},
5252
"dependencies": {
53-
"@typescript-eslint/eslint-plugin": "^5.59.1",
54-
"@typescript-eslint/parser": "^5.59.1",
55-
"vue-eslint-parser": "^9.1.1"
53+
"@typescript-eslint/eslint-plugin": "^6.2.0",
54+
"@typescript-eslint/parser": "^6.2.0",
55+
"vue-eslint-parser": "^9.3.1"
5656
},
5757
"engines": {
5858
"node": "^14.17.0 || >=16.0.0"

pnpm-lock.yaml

+103-93
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)