Browse Source

fix @typescript-eslint versions

Klaudiusz Dembler 4 years ago
parent
commit
473c7e6b81
1 changed files with 6 additions and 2 deletions
  1. 6 2
      package.json

+ 6 - 2
package.json

@@ -44,8 +44,8 @@
     "@types/express": "^4.17.8",
     "@types/mongoose": "^5.7.36",
     "@types/node": "^14.11.2",
-    "@typescript-eslint/eslint-plugin": "^4.3.0",
-    "@typescript-eslint/parser": "^4.3.0",
+    "@typescript-eslint/eslint-plugin": "^4.10.0",
+    "@typescript-eslint/parser": "^4.10.0",
     "eslint": "^7.10.0",
     "husky": "^4.3.0",
     "lint-staged": "^10.4.0",
@@ -54,6 +54,10 @@
     "ts-node-dev": "^1.0.0-pre.63",
     "typescript": "^4.0.3"
   },
+  "resolutions": {
+    "@typescript-eslint/eslint-plugin": "^4.10.0",
+    "@typescript-eslint/parser": "^4.10.0"
+  },
   "engines": {
     "node": ">=12"
   }