Bump @typescript-eslint/eslint-plugin from 4.15.2 to 4.16.1 (#251)
[poolifier.git] / package.json
index 415b61f976f27fc3b1dadfe1ee4d2505de7ff81d..fad741c654a45682ae0ad77598f8694d0551a75a 100644 (file)
@@ -1,6 +1,6 @@
 {
   "name": "poolifier",
-  "version": "2.0.0-beta.7",
+  "version": "2.0.0",
   "description": "A fast, easy to use Node.js Worker Thread Pool and Cluster Pool implementation",
   "main": "lib/index.js",
   "scripts": {
@@ -63,7 +63,7 @@
   ],
   "devDependencies": {
     "@types/node": "^14.14.31",
-    "@typescript-eslint/eslint-plugin": "^4.15.2",
+    "@typescript-eslint/eslint-plugin": "^4.16.1",
     "@typescript-eslint/parser": "^4.15.2",
     "benchmark": "^2.1.4",
     "eslint": "^7.21.0",
@@ -90,7 +90,7 @@
     "rollup-plugin-typescript2": "^0.30.0",
     "sonar-scanner": "^3.1.0",
     "source-map-support": "^0.5.19",
-    "typedoc": "^0.20.28",
+    "typedoc": "^0.20.29",
     "typescript": "^4.2.2"
   },
   "engines": {