Skip to content

Commit

Permalink
feat: support typescript-eslint 6 (#60)
Browse files Browse the repository at this point in the history
  • Loading branch information
baseballyama authored Sep 13, 2023
1 parent 157fd85 commit a419fd4
Show file tree
Hide file tree
Showing 3 changed files with 110 additions and 100 deletions.
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -50,9 +50,9 @@
}
},
"dependencies": {
"@typescript-eslint/eslint-plugin": "^5.59.1",
"@typescript-eslint/parser": "^5.59.1",
"vue-eslint-parser": "^9.1.1"
"@typescript-eslint/eslint-plugin": "^6.2.0",
"@typescript-eslint/parser": "^6.2.0",
"vue-eslint-parser": "^9.3.1"
},
"engines": {
"node": "^14.17.0 || >=16.0.0"
Expand Down
196 changes: 103 additions & 93 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit a419fd4

Please sign in to comment.