Skip to content

Commit

Permalink
fix(deps): update dependency eslint-plugin-etc to ^0.0.1-beta.20 (#22)
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored and felixfbecker committed Nov 15, 2019
1 parent e00a199 commit 8b0386e
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 11 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
"@typescript-eslint/parser": "^2.4.0",
"eslint-config-prettier": "^6.5.0",
"eslint-plugin-ban": "^1.3.0",
"eslint-plugin-etc": "^0.0.1-beta.18",
"eslint-plugin-etc": "^0.0.1-beta.20",
"eslint-plugin-import": "^2.18.2",
"eslint-plugin-jsdoc": "^17.1.0",
"eslint-plugin-react": "^7.16.0",
Expand Down
29 changes: 19 additions & 10 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -242,6 +242,13 @@
dependencies:
esquery "^1.0.1"

"@phenomnomnominal/tsquery@^4.0.0":
version "4.0.0"
resolved "https://registry.yarnpkg.com/@phenomnomnominal/tsquery/-/tsquery-4.0.0.tgz#610e8ac968137e4a0f98c842c919bb8ad0e85718"
integrity sha512-s2Yet/MCj9Jh6nR6GfldrUPT6Y+aM1jIAdiKcOKEzmeKALT0Tc7SFIkYP3KvzjzbkKK5W7BiJ3cWy2UOa4ITbw==
dependencies:
esquery "^1.0.1"

"@semantic-release/commit-analyzer@^6.1.0":
version "6.2.0"
resolved "https://registry.npmjs.org/@semantic-release/commit-analyzer/-/commit-analyzer-6.2.0.tgz#5cd25ce67ba9ba5b46e47457505e63629e186695"
Expand Down Expand Up @@ -1462,10 +1469,12 @@ eslint-config-prettier@^6.5.0:
dependencies:
get-stdin "^6.0.0"

eslint-etc@^0.0.3:
version "0.0.3"
resolved "https://registry.yarnpkg.com/eslint-etc/-/eslint-etc-0.0.3.tgz#174203a561eca6ec83a15d34a7735636a6a8689a"
integrity sha512-2z8FOcOd/SCQmJvWKT44n4OK8+PTcu4uxIn6mEokZtFpVjIX9fMeS0cuV44D9ccZEli3UfQyq1hkpRgR4IHmow==
eslint-etc@^0.0.7:
version "0.0.7"
resolved "https://registry.yarnpkg.com/eslint-etc/-/eslint-etc-0.0.7.tgz#56848f1b6338a24e941e698acda64f414ddb03bd"
integrity sha512-O3dvZsp2j3PSUwYQOVMmwOKArvyWjsdpxJ9qh1LO3xKhDiiIwB1Q++0OQUfCxtiFKOe40Ux0i59V9eZigNac2w==
dependencies:
esquery "^1.0.1"

eslint-import-resolver-node@^0.3.2:
version "0.3.2"
Expand All @@ -1490,13 +1499,13 @@ eslint-plugin-ban@^1.3.0:
dependencies:
requireindex "~1.2.0"

eslint-plugin-etc@^0.0.1-beta.18:
version "0.0.1-beta.18"
resolved "https://registry.yarnpkg.com/eslint-plugin-etc/-/eslint-plugin-etc-0.0.1-beta.18.tgz#2c39b4da47971076bf04f2c6a8d3295f232601b2"
integrity sha512-U6QQS4CxJzvpqgTUZivH0O/NzrC5EV/9E50DSwSzQDK56l67CGh8rnmwW19jrboJrAQ8nzwPV7YSrQQMl4G81w==
eslint-plugin-etc@^0.0.1-beta.20:
version "0.0.1-beta.20"
resolved "https://registry.yarnpkg.com/eslint-plugin-etc/-/eslint-plugin-etc-0.0.1-beta.20.tgz#1ada3961359434845c2af68c708f0f60bbff61c2"
integrity sha512-p9TdEF+m0LeiF0FpJ2vUXFu8iQAHr7unyIViaUehK612TCe/JgJklDqSeNtTWuAPIAmwbuSUt0R2x5SZfBIvFw==
dependencies:
"@phenomnomnominal/tsquery" "^3.0.0"
eslint-etc "^0.0.3"
"@phenomnomnominal/tsquery" "^4.0.0"
eslint-etc "^0.0.7"
requireindex "~1.2.0"
tslib "^1.8.0"
tslint-etc "^1.6.0"
Expand Down

0 comments on commit 8b0386e

Please sign in to comment.