Skip to content

Commit

Permalink
feat: support TS 4.9 (#133)
Browse files Browse the repository at this point in the history
  • Loading branch information
lainbo committed Nov 29, 2022
1 parent 2a1e59f commit 1c37b24
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions packages/all/package.json
Expand Up @@ -17,8 +17,8 @@
},
"dependencies": {
"@antfu/eslint-config-vue": "workspace:*",
"@typescript-eslint/eslint-plugin": "^5.43.0",
"@typescript-eslint/parser": "^5.43.0",
"@typescript-eslint/eslint-plugin": "^5.44.0",
"@typescript-eslint/parser": "^5.44.0",
"eslint-plugin-eslint-comments": "^3.2.0",
"eslint-plugin-html": "^7.1.0",
"eslint-plugin-import": "^2.26.0",
Expand Down
4 changes: 2 additions & 2 deletions packages/typescript/package.json
Expand Up @@ -18,8 +18,8 @@
},
"dependencies": {
"@antfu/eslint-config-basic": "workspace:*",
"@typescript-eslint/eslint-plugin": "^5.43.0",
"@typescript-eslint/parser": "^5.43.0"
"@typescript-eslint/eslint-plugin": "^5.44.0",
"@typescript-eslint/parser": "^5.44.0"
},
"devDependencies": {
"eslint": "^8.27.0"
Expand Down

0 comments on commit 1c37b24

Please sign in to comment.