Skip to content

Commit

Permalink
fix(deps): update dependency eslint-plugin-etc to ^0.0.1-beta.22 (#26)
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored and felixfbecker committed Nov 25, 2019
1 parent eeabb69 commit b3a0907
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 @@ -39,7 +39,7 @@
"@typescript-eslint/parser": "^2.9.0",
"eslint-config-prettier": "^6.5.0",
"eslint-plugin-ban": "^1.3.0",
"eslint-plugin-etc": "^0.0.1-beta.20",
"eslint-plugin-etc": "^0.0.1-beta.22",
"eslint-plugin-import": "^2.18.2",
"eslint-plugin-jsdoc": "^17.1.0",
"eslint-plugin-react": "^7.16.0",
Expand Down
18 changes: 9 additions & 9 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1470,10 +1470,10 @@ eslint-config-prettier@^6.5.0:
dependencies:
get-stdin "^6.0.0"

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==
eslint-etc@^0.0.8:
version "0.0.8"
resolved "https://registry.yarnpkg.com/eslint-etc/-/eslint-etc-0.0.8.tgz#598c0d9e21734d5878fa101c9e4864667571412f"
integrity sha512-UVFu7R13167Gi/m4yggsajygDQAW1ABTlfknXXVIYGAw8Kr0VHFCg7aIaYIOETi6fgiEwtDQe+SSOam4g3QfsA==
dependencies:
esquery "^1.0.1"

Expand All @@ -1500,13 +1500,13 @@ eslint-plugin-ban@^1.3.0:
dependencies:
requireindex "~1.2.0"

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==
eslint-plugin-etc@^0.0.1-beta.22:
version "0.0.1-beta.22"
resolved "https://registry.yarnpkg.com/eslint-plugin-etc/-/eslint-plugin-etc-0.0.1-beta.22.tgz#b69cbfbee6af9a82f80f48c83be8d3eb83fbebf1"
integrity sha512-UIAAYRI9GyteTekB5eeUcrMRZZN4G8Ga+F3IqmpiLBBA/ctxXnalby2vMCrfngy6fYKCPbISDzz7mQxBX4S7Dw==
dependencies:
"@phenomnomnominal/tsquery" "^4.0.0"
eslint-etc "^0.0.7"
eslint-etc "^0.0.8"
requireindex "~1.2.0"
tslib "^1.8.0"
tslint-etc "^1.6.0"
Expand Down

0 comments on commit b3a0907

Please sign in to comment.