Skip to content

Commit 0bf8393

Browse files
committedSep 3, 2022
feat: support TS 4.8, close #111
1 parent 39820a3 commit 0bf8393

File tree

5 files changed

+180
-200
lines changed

5 files changed

+180
-200
lines changed
 

‎.npmrc

+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
strict-peer-dependencies=false

‎packages/all/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,8 @@
1818
"dependencies": {
1919
"@antfu/eslint-config-react": "workspace:*",
2020
"@antfu/eslint-config-vue": "workspace:*",
21-
"@typescript-eslint/eslint-plugin": "^5.35.1",
22-
"@typescript-eslint/parser": "^5.35.1",
21+
"@typescript-eslint/eslint-plugin": "^5.36.1",
22+
"@typescript-eslint/parser": "^5.36.1",
2323
"eslint-plugin-eslint-comments": "^3.2.0",
2424
"eslint-plugin-html": "^7.1.0",
2525
"eslint-plugin-import": "^2.26.0",

‎packages/eslint-plugin-antfu/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -16,10 +16,10 @@
1616
"prepublishOnly": "nr build"
1717
},
1818
"dependencies": {
19-
"@typescript-eslint/utils": "^5.35.1"
19+
"@typescript-eslint/utils": "^5.36.1"
2020
},
2121
"devDependencies": {
22-
"unbuild": "^0.8.9",
22+
"unbuild": "^0.8.10",
2323
"vitest": "^0.22.1"
2424
}
2525
}

‎packages/typescript/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,8 @@
1818
},
1919
"dependencies": {
2020
"@antfu/eslint-config-basic": "workspace:*",
21-
"@typescript-eslint/eslint-plugin": "^5.35.1",
22-
"@typescript-eslint/parser": "^5.35.1"
21+
"@typescript-eslint/eslint-plugin": "^5.36.1",
22+
"@typescript-eslint/parser": "^5.36.1"
2323
},
2424
"devDependencies": {
2525
"eslint": "^8.23.0"

‎pnpm-lock.yaml

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

0 commit comments

Comments
 (0)
Please sign in to comment.