feat: support TS 4.8, close #111

This commit is contained in:
Anthony Fu
2022-09-03 13:03:40 +08:00
parent 39820a3f06
commit 0bf8393588
5 changed files with 203 additions and 223 deletions

View File

@@ -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"