Skip to content

Commit

Permalink
Update dependency eslint-plugin-react to v7.11.0
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot committed Aug 13, 2018
1 parent c76111e commit 1f4aa60
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 8 deletions.
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -40,7 +40,7 @@
"eslint-plugin-import": "2.12.0",
"eslint-plugin-jsx-a11y": "6.0.3",
"eslint-plugin-prettier": "2.6.0",
"eslint-plugin-react": "7.9.1",
"eslint-plugin-react": "7.11.0",
"husky": "0.14.3",
"jest": "23.1.0",
"parcel-bundler": "1.9.3",
Expand Down
15 changes: 8 additions & 7 deletions yarn.lock
Expand Up @@ -2634,14 +2634,15 @@ eslint-plugin-prettier@2.6.0:
fast-diff "^1.1.1"
jest-docblock "^21.0.0"

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"
eslint-plugin-react@7.11.0:
version "7.11.0"
resolved "https://registry.yarnpkg.com/eslint-plugin-react/-/eslint-plugin-react-7.11.0.tgz#b3124af974c4da978e62a57ea49a7bc26f11e76d"
dependencies:
array-includes "^3.0.3"
doctrine "^2.1.0"
has "^1.0.2"
has "^1.0.3"
jsx-ast-utils "^2.0.1"
prop-types "^15.6.1"
prop-types "^15.6.2"

eslint-restricted-globals@^0.1.1:
version "0.1.1"
Expand Down Expand Up @@ -3516,7 +3517,7 @@ has@^1.0.1:
dependencies:
function-bind "^1.0.2"

has@^1.0.2:
has@^1.0.3:
version "1.0.3"
resolved "https://registry.yarnpkg.com/has/-/has-1.0.3.tgz#722d7cbfc1f6aa8241f16dd814e011e1f41e8796"
dependencies:
Expand Down Expand Up @@ -6144,7 +6145,7 @@ promise@^7.1.1:
dependencies:
asap "~2.0.3"

prop-types@15.6.2:
prop-types@15.6.2, prop-types@^15.6.2:
version "15.6.2"
resolved "https://registry.yarnpkg.com/prop-types/-/prop-types-15.6.2.tgz#05d5ca77b4453e985d60fc7ff8c859094a497102"
dependencies:
Expand Down

0 comments on commit 1f4aa60

Please sign in to comment.