Skip to content

Commit 7bf6c01

Browse files
committed
chore(deps): update dependency eslint-config-4catalyzer-typescript to v3
1 parent 789a217 commit 7bf6c01

File tree

2 files changed

+10
-10
lines changed

2 files changed

+10
-10
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@
5454
"@typescript-eslint/parser": "^3.10.1",
5555
"babel-plugin-add-module-exports": "^1.0.4",
5656
"eslint-config-4catalyzer": "^1.1.4",
57-
"eslint-config-4catalyzer-typescript": "^2.0.4",
57+
"eslint-config-4catalyzer-typescript": "^3.0.1",
5858
"eslint-config-prettier": "^6.12.0",
5959
"eslint-plugin-import": "^2.22.1",
6060
"eslint-plugin-prettier": "^3.1.4",

yarn.lock

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -3594,13 +3594,13 @@ escodegen@^1.14.1:
35943594
optionalDependencies:
35953595
source-map "~0.6.1"
35963596

3597-
eslint-config-4catalyzer-typescript@^2.0.4:
3598-
version "2.0.4"
3599-
resolved "https://registry.yarnpkg.com/eslint-config-4catalyzer-typescript/-/eslint-config-4catalyzer-typescript-2.0.4.tgz#407b58df26582fe34894287ebd76c8e51e5b48c0"
3600-
integrity sha512-hHlDDvRuYcRqFh3z1D5qlcr4e4WGFNHI0DpErOHCyZxvw06BFy/y+ZRd2BYLLjmGZqMLx/ro3fTkjUyTmUuXQQ==
3597+
eslint-config-4catalyzer-typescript@^3.0.1:
3598+
version "3.0.1"
3599+
resolved "https://registry.yarnpkg.com/eslint-config-4catalyzer-typescript/-/eslint-config-4catalyzer-typescript-3.0.1.tgz#8fab25fae2c82d2b8b2d29c45defc9b2e981dce6"
3600+
integrity sha512-W4LIMpFxjfJzjr2XFAxs7FoiiOIkgzancamJdeJzps5FL7YqUNNLgGhPG5+8mBiFwmX/ZrAUZSTZ+TWaB7YDcw==
36013601
dependencies:
36023602
babel-eslint "^10.0.3"
3603-
eslint-import-resolver-typescript "^2.2.1"
3603+
eslint-import-resolver-typescript "^2.3.0"
36043604

36053605
eslint-config-4catalyzer@^1.1.4:
36063606
version "1.1.4"
@@ -3634,10 +3634,10 @@ eslint-import-resolver-node@^0.3.4:
36343634
debug "^2.6.9"
36353635
resolve "^1.13.1"
36363636

3637-
eslint-import-resolver-typescript@^2.2.1:
3638-
version "2.2.1"
3639-
resolved "https://registry.yarnpkg.com/eslint-import-resolver-typescript/-/eslint-import-resolver-typescript-2.2.1.tgz#4b9bdfb51af7e14947ebc40ffdd6c32d5924b905"
3640-
integrity sha512-wxlVdwuWY6R5+CoesIy6n8EZX4k9lEeZGWTVBoX9g//8Xma8JMtL/p3AGnG43rRyXmIrX+/0IN8lpOPzrw1fSw==
3637+
eslint-import-resolver-typescript@^2.3.0:
3638+
version "2.3.0"
3639+
resolved "https://registry.yarnpkg.com/eslint-import-resolver-typescript/-/eslint-import-resolver-typescript-2.3.0.tgz#0870988098bc6c6419c87705e6b42bee89425445"
3640+
integrity sha512-MHSXvmj5e0SGOOBhBbt7C+fWj1bJbtSYFAD85Xeg8nvUtuooTod2HQb8bfhE9f5QyyNxEfgzqOYFCvmdDIcCuw==
36413641
dependencies:
36423642
debug "^4.1.1"
36433643
glob "^7.1.6"

0 commit comments

Comments
 (0)