chore: bump typescript-eslint to support ts 4.8 (#8573)

This commit is contained in:
Parbez
2022-08-31 01:53:00 +05:30
committed by GitHub
parent fd97da9b6c
commit 4bdb0593ae
13 changed files with 130 additions and 257 deletions

View File

@@ -35,8 +35,8 @@
},
"devDependencies": {
"@types/node": "^16.11.56",
"@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": "^8.23.0",
"eslint-config-marine": "^9.4.1",
"eslint-config-prettier": "^8.5.0",