Skip to content

Commit

Permalink
chore: update deps to ensure support for newer TS versions
Browse files Browse the repository at this point in the history
Closes #46
Closes #56
  • Loading branch information
haoqunjiang committed Apr 25, 2023
1 parent 4116ac8 commit c4e2908
Show file tree
Hide file tree
Showing 2 changed files with 1,298 additions and 1,247 deletions.
20 changes: 10 additions & 10 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,14 +30,14 @@
},
"homepage": "https://github.com/vuejs/eslint-config-typescript#readme",
"devDependencies": {
"eslint": "^8.0.0",
"eslint-plugin-vue": "^9.0.0",
"execa": "^4.0.3",
"jest": "^26.5.2",
"typescript": "^4.0.3",
"vue": "^2.6.12",
"eslint": "^8.39.0",
"eslint-plugin-vue": "^9.11.0",
"execa": "^4.1.0",
"jest": "^26.6.3",
"typescript": "^4.9.5",
"vue": "^2.7.14",
"vue-class-component": "^7.2.6",
"vue-property-decorator": "^9.0.2"
"vue-property-decorator": "^9.1.2"
},
"peerDependencies": {
"eslint": "^6.2.0 || ^7.0.0 || ^8.0.0",
Expand All @@ -50,9 +50,9 @@
}
},
"dependencies": {
"@typescript-eslint/eslint-plugin": "^5.0.0",
"@typescript-eslint/parser": "^5.0.0",
"vue-eslint-parser": "^9.0.0"
"@typescript-eslint/eslint-plugin": "^5.59.1",
"@typescript-eslint/parser": "^5.59.1",
"vue-eslint-parser": "^9.1.1"
},
"engines": {
"node": "^14.17.0 || >=16.0.0"
Expand Down
Loading

0 comments on commit c4e2908

Please sign in to comment.