Skip to content

Commit

Permalink
Update dependency eslint-plugin-react to v6.10.3 (#10770)
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored and brbrr committed Dec 4, 2018
1 parent 314ddaf commit 232fcaf
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 6 deletions.
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -79,7 +79,7 @@
"eslint-loader": "1.9.0",
"eslint-plugin-jsx-a11y": "4.0.0",
"eslint-plugin-lodash": "2.3.4",
"eslint-plugin-react": "6.4.1",
"eslint-plugin-react": "6.10.3",
"eslint-plugin-wpcalypso": "3.0.2",
"extract-text-webpack-plugin": "3.0.1",
"fancy-log": "1.3.2",
Expand Down
20 changes: 15 additions & 5 deletions yarn.lock
Expand Up @@ -351,6 +351,13 @@ array-unique@^0.3.2:
version "0.3.2"
resolved "https://registry.yarnpkg.com/array-unique/-/array-unique-0.3.2.tgz#a894b75d4bc4f6cd679ef3244a9fd8f46ae2d428"

array.prototype.find@^2.0.1:
version "2.0.4"
resolved "https://registry.yarnpkg.com/array.prototype.find/-/array.prototype.find-2.0.4.tgz#556a5c5362c08648323ddaeb9de9d14bc1864c90"
dependencies:
define-properties "^1.1.2"
es-abstract "^1.7.0"

array.prototype.flat@^1.2.1:
version "1.2.1"
resolved "https://registry.yarnpkg.com/array.prototype.flat/-/array.prototype.flat-1.2.1.tgz#812db8f02cad24d3fab65dd67eabe3b8903494a4"
Expand Down Expand Up @@ -2962,12 +2969,15 @@ eslint-plugin-lodash@2.3.4:
dependencies:
lodash "^4.0.0"

eslint-plugin-react@6.4.1:
version "6.4.1"
resolved "http://registry.npmjs.org/eslint-plugin-react/-/eslint-plugin-react-6.4.1.tgz#7d1aade747db15892f71eee1fea4addf97bcfa2b"
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"
dependencies:
array.prototype.find "^2.0.1"
doctrine "^1.2.2"
jsx-ast-utils "^1.3.1"
has "^1.0.1"
jsx-ast-utils "^1.3.4"
object.assign "^4.0.4"

eslint-plugin-wpcalypso@3.0.2:
version "3.0.2"
Expand Down Expand Up @@ -5186,7 +5196,7 @@ jstimezonedetect@1.0.5:
version "1.0.5"
resolved "https://registry.yarnpkg.com/jstimezonedetect/-/jstimezonedetect-1.0.5.tgz#93d035cd20e8c7d64eb1375cf5aa7a10a024466a"

jsx-ast-utils@^1.0.0, jsx-ast-utils@^1.3.1:
jsx-ast-utils@^1.0.0, jsx-ast-utils@^1.3.4:
version "1.4.1"
resolved "https://registry.yarnpkg.com/jsx-ast-utils/-/jsx-ast-utils-1.4.1.tgz#3867213e8dd79bf1e8f2300c0cfc1efb182c0df1"

Expand Down

0 comments on commit 232fcaf

Please sign in to comment.