Skip to content

Commit

Permalink
feat: support TS 4.8, close #111
Browse files Browse the repository at this point in the history
  • Loading branch information
antfu committed Sep 3, 2022
1 parent 39820a3 commit 0bf8393
Show file tree
Hide file tree
Showing 5 changed files with 180 additions and 200 deletions.
1 change: 1 addition & 0 deletions .npmrc
@@ -0,0 +1 @@
strict-peer-dependencies=false
4 changes: 2 additions & 2 deletions packages/all/package.json
Expand Up @@ -18,8 +18,8 @@
"dependencies": {
"@antfu/eslint-config-react": "workspace:*",
"@antfu/eslint-config-vue": "workspace:*",
"@typescript-eslint/eslint-plugin": "^5.35.1",
"@typescript-eslint/parser": "^5.35.1",
"@typescript-eslint/eslint-plugin": "^5.36.1",
"@typescript-eslint/parser": "^5.36.1",
"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/eslint-plugin-antfu/package.json
Expand Up @@ -16,10 +16,10 @@
"prepublishOnly": "nr build"
},
"dependencies": {
"@typescript-eslint/utils": "^5.35.1"
"@typescript-eslint/utils": "^5.36.1"
},
"devDependencies": {
"unbuild": "^0.8.9",
"unbuild": "^0.8.10",
"vitest": "^0.22.1"
}
}
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.35.1",
"@typescript-eslint/parser": "^5.35.1"
"@typescript-eslint/eslint-plugin": "^5.36.1",
"@typescript-eslint/parser": "^5.36.1"
},
"devDependencies": {
"eslint": "^8.23.0"
Expand Down

0 comments on commit 0bf8393

Please sign in to comment.