Skip to content

Commit

Permalink
build: update devdependency eslint-find-rules to ~3.4.0 (#87)
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored and wopian committed Aug 29, 2019
1 parent af86383 commit 33e6219
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 5 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
"devDependencies": {
"conventional-changelog-angular-all-2": "~5.0.1",
"eslint": "~5.16.0",
"eslint-find-rules": "~3.3.0",
"eslint-find-rules": "~3.4.0",
"jest": "~24.8.0",
"lerna": "~3.16.0",
"yarn-run-all": "~3.1.1"
Expand Down
9 changes: 5 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2515,13 +2515,14 @@ eslint-config-standard@^12.0.0:
resolved "https://registry.yarnpkg.com/eslint-config-standard/-/eslint-config-standard-12.0.0.tgz#638b4c65db0bd5a41319f96bba1f15ddad2107d9"
integrity sha512-COUz8FnXhqFitYj4DTqHzidjIL/t4mumGZto5c7DrBpvWoie+Sn3P4sLEzUGeYhRElWuFEf8K1S1EfvD1vixCQ==

eslint-find-rules@~3.3.0:
version "3.3.1"
resolved "https://registry.yarnpkg.com/eslint-find-rules/-/eslint-find-rules-3.3.1.tgz#46a86c2fc9e9be2b33235234e1820e1f045793a9"
integrity sha512-07lurNxr53r0EgiuPR0JuybU3p1eIOnmA4FBmVGCvi0OtMIUod7CIjOmwKmU5VYkSMDyC/nPT/iWVNU7V4uTlg==
eslint-find-rules@~3.4.0:
version "3.4.0"
resolved "https://registry.yarnpkg.com/eslint-find-rules/-/eslint-find-rules-3.4.0.tgz#efc76af591409f7b9960ab360aa62ab42815ccb1"
integrity sha512-LLaPdZ2C9Q20uXNQMW44CjhlCFiUTdoy/gENudmOYMlqLn/8F6wzPoyTAAa2aTpIED4q5/Z5Obw58lTEKidi+A==
dependencies:
cliui "^3.2.0"
eslint-rule-documentation "^1.0.0"
glob "^7.1.4"
path-is-absolute "^1.0.1"
which "^1.2.8"
window-size "0.3.0"
Expand Down

0 comments on commit 33e6219

Please sign in to comment.