chore: Improves linting rule to catch mishandled promises (#5506)

This commit is contained in:
Tom Moor
2023-07-01 13:25:51 -04:00
committed by GitHub
parent 7aec0e24ef
commit f843a20a54
13 changed files with 265 additions and 269 deletions

View File

@@ -289,8 +289,8 @@
"@types/turndown": "^5.0.1",
"@types/utf8": "^3.0.1",
"@types/validator": "^13.7.10",
"@typescript-eslint/eslint-plugin": "^5.40.0",
"@typescript-eslint/parser": "^5.48.1",
"@typescript-eslint/eslint-plugin": "^5.60.1",
"@typescript-eslint/parser": "^5.60.1",
"babel-eslint": "^10.1.0",
"babel-jest": "^29.4.3",
"babel-plugin-transform-inline-environment-variables": "^0.4.4",
@@ -300,7 +300,7 @@
"concurrently": "^7.4.0",
"enzyme": "^3.11.0",
"enzyme-adapter-react-16": "^1.15.7",
"eslint": "^7.32.0",
"eslint": "^8.44.0",
"eslint-config-prettier": "^8.8.0",
"eslint-import-resolver-typescript": "^3.5.4",
"eslint-plugin-es": "^4.1.0",
@@ -324,7 +324,7 @@
"rimraf": "^2.5.4",
"rollup-plugin-webpack-stats": "^0.2.0",
"terser": "^5.16.6",
"typescript": "^4.7.4",
"typescript": "^5.0.0",
"vite-plugin-static-copy": "^0.13.0",
"yarn-deduplicate": "^6.0.1"
},