diff --git a/package.json b/package.json index 7652730..0e6c9ed 100644 --- a/package.json +++ b/package.json @@ -10,8 +10,5 @@ "build": "yarn workspaces run build", "lint": "yarn workspaces run lint", "test": "yarn workspaces run test" - }, - "devDependencies": { - "typescript": "^3.6.2" } } diff --git a/packages/limiters/package.json b/packages/limiters/package.json index 2521bc0..27162df 100644 --- a/packages/limiters/package.json +++ b/packages/limiters/package.json @@ -33,7 +33,7 @@ "eslint": "^6.5.1", "eslint-config-prettier": "^6.4.0", "eslint-config-recommended-plus-types": "^1.0.0", - "eslint-plugin-jest": "^22.17.0", + "eslint-plugin-jest": "^22.19.0", "eslint-plugin-prettier": "^3.1.1", "jest": "^24.9.0", "prettier": "^1.18.2", diff --git a/packages/pubsub/package.json b/packages/pubsub/package.json index e7b7d71..db71cf3 100644 --- a/packages/pubsub/package.json +++ b/packages/pubsub/package.json @@ -32,7 +32,7 @@ "eslint": "^6.5.1", "eslint-config-prettier": "^6.4.0", "eslint-config-recommended-plus-types": "^1.0.0", - "eslint-plugin-jest": "^22.17.0", + "eslint-plugin-jest": "^22.19.0", "eslint-plugin-prettier": "^3.1.1", "jest": "^24.9.0", "prettier": "^1.18.2", diff --git a/packages/repeater/package.json b/packages/repeater/package.json index 6eddec3..04876d3 100644 --- a/packages/repeater/package.json +++ b/packages/repeater/package.json @@ -29,7 +29,7 @@ "eslint": "^6.5.1", "eslint-config-prettier": "^6.4.0", "eslint-config-recommended-plus-types": "^1.0.0", - "eslint-plugin-jest": "^22.17.0", + "eslint-plugin-jest": "^22.19.0", "eslint-plugin-prettier": "^3.1.1", "jest": "^24.9.0", "prettier": "^1.18.2", diff --git a/packages/timers/package.json b/packages/timers/package.json index 0dce5a6..ac297dd 100644 --- a/packages/timers/package.json +++ b/packages/timers/package.json @@ -32,7 +32,7 @@ "eslint": "^6.5.1", "eslint-config-prettier": "^6.4.0", "eslint-config-recommended-plus-types": "^1.0.0", - "eslint-plugin-jest": "^22.17.0", + "eslint-plugin-jest": "^22.19.0", "eslint-plugin-prettier": "^3.1.1", "jest": "^24.9.0", "prettier": "^1.18.2", diff --git a/yarn.lock b/yarn.lock index 929317f..bf46fc5 100644 --- a/yarn.lock +++ b/yarn.lock @@ -1201,10 +1201,10 @@ eslint-config-recommended-plus-types@^1.0.0: resolved "https://registry.yarnpkg.com/eslint-config-recommended-plus-types/-/eslint-config-recommended-plus-types-1.0.0.tgz#aaf8e6d7d6b0cef98b2cf6aae6b7c7c059d2b4c8" integrity sha512-LKFuUDjAmIoSLV+DmyXFHpDg61f3tYFak63r/Od1WrntMwZOOeiSXaiWTsrXh1BK+UUEz3Wr6VUtoJ7i6C6fUA== -eslint-plugin-jest@^22.17.0: - version "22.17.0" - resolved "https://registry.yarnpkg.com/eslint-plugin-jest/-/eslint-plugin-jest-22.17.0.tgz#dc170ec8369cd1bff9c5dd8589344e3f73c88cf6" - integrity sha512-WT4DP4RoGBhIQjv+5D0FM20fAdAUstfYAf/mkufLNTojsfgzc5/IYW22cIg/Q4QBavAZsROQlqppiWDpFZDS8Q== +eslint-plugin-jest@^22.19.0: + version "22.19.0" + resolved "https://registry.yarnpkg.com/eslint-plugin-jest/-/eslint-plugin-jest-22.19.0.tgz#0cf90946a8c927d40a2c64458c89bb635d0f2a0b" + integrity sha512-4zUc3rh36ds0SXdl2LywT4YWA3zRe8sfLhz8bPp8qQPIKvynTTkNGwmSCMpl5d9QiZE2JxSinGF+WD8yU+O0Lg== dependencies: "@typescript-eslint/experimental-utils" "^1.13.0"