Skip to content

Commit

Permalink
Update dependency eslint-plugin-react to v6.10.3
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot committed Oct 28, 2018
1 parent 26a3f19 commit 7aa0329
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 6 deletions.
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -88,7 +88,7 @@
"eslint-config-airbnb": "17.1.0",
"eslint-plugin-import": "2.2.0",
"eslint-plugin-jsx-a11y": "4.0.0",
"eslint-plugin-react": "6.9.0",
"eslint-plugin-react": "6.10.3",
"node-fetch": "2.2.0",
"puppeteer": "1.9.0",
"testcafe": "0.23.0",
Expand Down
12 changes: 7 additions & 5 deletions yarn.lock
Expand Up @@ -2795,14 +2795,16 @@ eslint-plugin-jsx-a11y@4.0.0:
jsx-ast-utils "^1.0.0"
object-assign "^4.0.1"

eslint-plugin-react@6.9.0:
version "6.9.0"
resolved "https://registry.yarnpkg.com/eslint-plugin-react/-/eslint-plugin-react-6.9.0.tgz#54c2e9906b76f9d10142030bdc34e9d6840a0bb2"
integrity sha1-VMLpkGt2+dEBQgML3DTp1oQKC7I=
eslint-plugin-react@6.10.3:
version "6.10.3"
resolved "https://registry.yarnpkg.com/eslint-plugin-react/-/eslint-plugin-react-6.10.3.tgz#c5435beb06774e12c7db2f6abaddcbf900cd3f78"
integrity sha1-xUNb6wZ3ThLH2y9qut3L+QDNP3g=
dependencies:
array.prototype.find "^2.0.1"
doctrine "^1.2.2"
has "^1.0.1"
jsx-ast-utils "^1.3.4"
object.assign "^4.0.4"

eslint-restricted-globals@^0.1.1:
version "0.1.1"
Expand Down Expand Up @@ -5602,7 +5604,7 @@ object-visit@^1.0.0:
dependencies:
isobject "^3.0.0"

object.assign@^4.1.0:
object.assign@^4.0.4, object.assign@^4.1.0:
version "4.1.0"
resolved "https://registry.yarnpkg.com/object.assign/-/object.assign-4.1.0.tgz#968bf1100d7956bb3ca086f006f846b3bc4008da"
integrity sha512-exHJeq6kBKj58mqGyTQ9DFvrZC/eR6OwxzoM9YRoGBqrXYonaFyGiFMuc9VZrXf7DarreEwMpurG3dd+CNyW5w==
Expand Down

0 comments on commit 7aa0329

Please sign in to comment.