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 88b7d69 commit 360b91e
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 @@ -54,7 +54,7 @@
"eslint-plugin-jsx-a11y": "6.0.3",
"eslint-plugin-prettier": "2.6.0",
"flow-bin": "0.74.0",
"eslint-plugin-react": "7.9.1",
"eslint-plugin-react": "7.11.1",
"husky": "0.14.3",
"lint-staged": "7.2.0",
"prettier": "1.13.5"
Expand Down
20 changes: 14 additions & 6 deletions yarn.lock
Expand Up @@ -2363,14 +2363,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.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-scope@^3.7.1, eslint-scope@~3.7.1:
version "3.7.1"
Expand Down Expand Up @@ -3072,7 +3073,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 @@ -4697,6 +4698,13 @@ prop-types@15.6.1, prop-types@^15.5.10, prop-types@^15.5.4, prop-types@^15.6.0,
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"

proxy-addr@~2.0.3:
version "2.0.3"
resolved "https://registry.yarnpkg.com/proxy-addr/-/proxy-addr-2.0.3.tgz#355f262505a621646b3130a728eb647e22055341"
Expand Down

0 comments on commit 360b91e

Please sign in to comment.