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 Oct 5, 2020
1 parent 4bcb05b commit 199f075
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.3",
"eslint-config-4catalyzer-typescript": "^2.0.4",
"eslint-config-4catalyzer-typescript": "^3.0.1",
"eslint-config-prettier": "^6.12.0",
"eslint-plugin-import": "^2.22.1",
"eslint-plugin-prettier": "^3.1.4",
Expand Down
18 changes: 9 additions & 9 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -3594,13 +3594,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.1:
version "3.0.1"
resolved "https://registry.yarnpkg.com/eslint-config-4catalyzer-typescript/-/eslint-config-4catalyzer-typescript-3.0.1.tgz#8fab25fae2c82d2b8b2d29c45defc9b2e981dce6"
integrity sha512-W4LIMpFxjfJzjr2XFAxs7FoiiOIkgzancamJdeJzps5FL7YqUNNLgGhPG5+8mBiFwmX/ZrAUZSTZ+TWaB7YDcw==
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.3:
version "1.1.3"
Expand Down Expand Up @@ -3634,10 +3634,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 199f075

Please sign in to comment.