Skip to content

Commit

Permalink
chore(deps): update dependency eslint-config-4catalyzer-typescript to v3
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot committed Jan 25, 2021
1 parent 2730b3e commit d8c4dd7
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
18 changes: 9 additions & 9 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down Expand Up @@ -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"
Expand Down

0 comments on commit d8c4dd7

Please sign in to comment.