Skip to content

Commit

Permalink
chore(deps): update dependency eslint-plugin-react to v7.11.1
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot committed Aug 14, 2018
1 parent 0d91bd6 commit 7bc7ff7
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 7 deletions.
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -33,7 +33,7 @@
"eslint-plugin-import": "2.12.0",
"eslint-plugin-jsx-a11y": "6.0.3",
"eslint-plugin-prettier": "^2.6.1",
"eslint-plugin-react": "7.9.1",
"eslint-plugin-react": "7.11.1",
"jest": "^23.1.0",
"plop": "^2.0.0",
"prettier": "^1.13.5",
Expand Down
20 changes: 14 additions & 6 deletions yarn.lock
Expand Up @@ -2484,14 +2484,15 @@ eslint-plugin-prettier@^2.6.1:
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.1:
version "7.11.1"
resolved "https://registry.yarnpkg.com/eslint-plugin-react/-/eslint-plugin-react-7.11.1.tgz#c01a7af6f17519457d6116aa94fc6d2ccad5443c"
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 @@ -3277,7 +3278,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 @@ -5516,6 +5517,13 @@ prop-types@^15.6.0, prop-types@^15.6.1:
loose-envify "^1.3.1"
object-assign "^4.1.1"

prop-types@^15.6.2:
version "15.6.2"
resolved "https://registry.yarnpkg.com/prop-types/-/prop-types-15.6.2.tgz#05d5ca77b4453e985d60fc7ff8c859094a497102"
dependencies:
loose-envify "^1.3.1"
object-assign "^4.1.1"

prr@~1.0.1:
version "1.0.1"
resolved "https://registry.yarnpkg.com/prr/-/prr-1.0.1.tgz#d3fc114ba06995a45ec6893f484ceb1d78f5f476"
Expand Down

0 comments on commit 7bc7ff7

Please sign in to comment.