Skip to content

Commit

Permalink
build: update devdependency eslint-find-rules to ~3.5.0 (#114)
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored May 13, 2020
1 parent f667dee commit a125c3e
Show file tree
Hide file tree
Showing 2 changed files with 5 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": "~7.0.0",
"eslint-find-rules": "~3.4.0",
"eslint-find-rules": "~3.5.0",
"jest": "~26.0.0",
"lerna": "~3.20.0",
"yarn-run-all": "~3.1.1"
Expand Down
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2919,10 +2919,10 @@ eslint-config-standard@^14.0.0:
resolved "https://registry.yarnpkg.com/eslint-config-standard/-/eslint-config-standard-14.1.1.tgz#830a8e44e7aef7de67464979ad06b406026c56ea"
integrity sha512-Z9B+VR+JIXRxz21udPTL9HpFMyoMUEeX1G251EQ6e05WD9aPVtVBn09XUmZ259wCMlCDmYDSZG62Hhm+ZTJcUg==

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==
eslint-find-rules@~3.5.0:
version "3.5.0"
resolved "https://registry.yarnpkg.com/eslint-find-rules/-/eslint-find-rules-3.5.0.tgz#fe3739b68a3cfb8c596f3bac1f3f99b2d6f8ea07"
integrity sha512-tncRzPVV8zAUt87eAOQOmkLHdYTHm5FX2lyXCnbTL7Htat6/dNDPkPiWecUErQtygNBAbnisPZaUrzZVNHo7rQ==
dependencies:
cliui "^3.2.0"
eslint-rule-documentation "^1.0.0"
Expand Down

0 comments on commit a125c3e

Please sign in to comment.