From d8c4dd7a373c03ed9e4259c2c93d01d4017648f9 Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Mon, 25 Jan 2021 16:10:10 +0000 Subject: [PATCH] chore(deps): update dependency eslint-config-4catalyzer-typescript to v3 --- package.json | 2 +- yarn.lock | 18 +++++++++--------- 2 files changed, 10 insertions(+), 10 deletions(-) diff --git a/package.json b/package.json index 7712186..864c691 100644 --- a/package.json +++ b/package.json @@ -54,7 +54,7 @@ "@typescript-eslint/parser": "^3.10.1", "babel-plugin-add-module-exports": "^1.0.4", "eslint-config-4catalyzer": "^1.1.5", - "eslint-config-4catalyzer-typescript": "^2.0.4", + "eslint-config-4catalyzer-typescript": "^3.0.3", "eslint-config-prettier": "^6.15.0", "eslint-plugin-import": "^2.22.1", "eslint-plugin-prettier": "^3.3.1", diff --git a/yarn.lock b/yarn.lock index 325b573..c52bed3 100644 --- a/yarn.lock +++ b/yarn.lock @@ -3608,13 +3608,13 @@ escodegen@^1.14.1: optionalDependencies: source-map "~0.6.1" -eslint-config-4catalyzer-typescript@^2.0.4: - version "2.0.4" - resolved "https://registry.yarnpkg.com/eslint-config-4catalyzer-typescript/-/eslint-config-4catalyzer-typescript-2.0.4.tgz#407b58df26582fe34894287ebd76c8e51e5b48c0" - integrity sha512-hHlDDvRuYcRqFh3z1D5qlcr4e4WGFNHI0DpErOHCyZxvw06BFy/y+ZRd2BYLLjmGZqMLx/ro3fTkjUyTmUuXQQ== +eslint-config-4catalyzer-typescript@^3.0.3: + version "3.0.3" + resolved "https://registry.yarnpkg.com/eslint-config-4catalyzer-typescript/-/eslint-config-4catalyzer-typescript-3.0.3.tgz#273024d8f28e3f542ceb4437483b1f5a222e9eb1" + integrity sha512-lh0T28VL9oR/eADZxFqAZuoJshCd5f4JxUTqIKNKNGBpJLO//+drPOxhYl1KyVn+rSGiqXOf+sfueu7yyL70Pw== dependencies: babel-eslint "^10.0.3" - eslint-import-resolver-typescript "^2.2.1" + eslint-import-resolver-typescript "^2.3.0" eslint-config-4catalyzer@^1.1.5: version "1.1.5" @@ -3648,10 +3648,10 @@ eslint-import-resolver-node@^0.3.4: debug "^2.6.9" resolve "^1.13.1" -eslint-import-resolver-typescript@^2.2.1: - version "2.2.1" - resolved "https://registry.yarnpkg.com/eslint-import-resolver-typescript/-/eslint-import-resolver-typescript-2.2.1.tgz#4b9bdfb51af7e14947ebc40ffdd6c32d5924b905" - integrity sha512-wxlVdwuWY6R5+CoesIy6n8EZX4k9lEeZGWTVBoX9g//8Xma8JMtL/p3AGnG43rRyXmIrX+/0IN8lpOPzrw1fSw== +eslint-import-resolver-typescript@^2.3.0: + version "2.3.0" + resolved "https://registry.yarnpkg.com/eslint-import-resolver-typescript/-/eslint-import-resolver-typescript-2.3.0.tgz#0870988098bc6c6419c87705e6b42bee89425445" + integrity sha512-MHSXvmj5e0SGOOBhBbt7C+fWj1bJbtSYFAD85Xeg8nvUtuooTod2HQb8bfhE9f5QyyNxEfgzqOYFCvmdDIcCuw== dependencies: debug "^4.1.1" glob "^7.1.6"