Skip to content

Commit

Permalink
Update dependency eslint-plugin-react to v7.9.1
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot committed Jun 4, 2018
1 parent b0b3e69 commit a435958
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 8 deletions.
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -53,7 +53,7 @@
"eslint-plugin-import": "2.12.0",
"eslint-plugin-jsdoc": "3.7.0",
"eslint-plugin-prettier": "2.6.0",
"eslint-plugin-react": "7.8.2",
"eslint-plugin-react": "7.9.1",
"eslint-plugin-you-dont-need-lodash-underscore": "6.3.1",
"husky": "0.14.3",
"jest": "22.4.4",
Expand Down
20 changes: 13 additions & 7 deletions yarn.lock
Expand Up @@ -3368,7 +3368,7 @@ doctrine@1.5.0:
esutils "^2.0.2"
isarray "^1.0.0"

doctrine@^2.0.2, doctrine@^2.1.0:
doctrine@^2.1.0:
version "2.1.0"
resolved "https://registry.yarnpkg.com/doctrine/-/doctrine-2.1.0.tgz#5cd01fc101621b42c4cd7f5d1a66243716d3f39d"
dependencies:
Expand Down Expand Up @@ -3779,14 +3779,14 @@ eslint-plugin-react-native@^3.2.1:
dependencies:
eslint-plugin-react-native-globals "^0.1.1"

eslint-plugin-react@7.8.2:
version "7.8.2"
resolved "https://registry.yarnpkg.com/eslint-plugin-react/-/eslint-plugin-react-7.8.2.tgz#e95c9c47fece55d2303d1a67c9d01b930b88a51d"
eslint-plugin-react@7.9.1:
version "7.9.1"
resolved "https://registry.yarnpkg.com/eslint-plugin-react/-/eslint-plugin-react-7.9.1.tgz#101aadd15e7c7b431ed025303ac7b421a8e3dc15"
dependencies:
doctrine "^2.0.2"
has "^1.0.1"
doctrine "^2.1.0"
has "^1.0.2"
jsx-ast-utils "^2.0.1"
prop-types "^15.6.0"
prop-types "^15.6.1"

eslint-plugin-you-dont-need-lodash-underscore@6.3.1:
version "6.3.1"
Expand Down Expand Up @@ -4707,6 +4707,12 @@ has@^1.0.1:
dependencies:
function-bind "^1.0.2"

has@^1.0.2:
version "1.0.2"
resolved "https://registry.yarnpkg.com/has/-/has-1.0.2.tgz#1a64bfe4b52e67fb87b9822503d97c019fb6ba42"
dependencies:
function-bind "^1.1.1"

hash-base@^3.0.0:
version "3.0.4"
resolved "https://registry.yarnpkg.com/hash-base/-/hash-base-3.0.4.tgz#5fc8686847ecd73499403319a6b0a3f3f6ae4918"
Expand Down

0 comments on commit a435958

Please sign in to comment.