Skip to content

Commit dcf3c71

Browse files
committed
Update dependency eslint-plugin-react to v7
1 parent 2434831 commit dcf3c71

File tree

2 files changed

+24
-25
lines changed

2 files changed

+24
-25
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@
7878
"eslint-loader": "2.1.1",
7979
"eslint-plugin-jsx-a11y": "4.0.0",
8080
"eslint-plugin-lodash": "5.1.0",
81-
"eslint-plugin-react": "6.10.3",
81+
"eslint-plugin-react": "7.11.1",
8282
"eslint-plugin-wpcalypso": "4.0.2",
8383
"extract-text-webpack-plugin": "3.0.2",
8484
"fancy-log": "1.3.3",

yarn.lock

Lines changed: 23 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -358,6 +358,13 @@ array-find-index@^1.0.1:
358358
version "1.0.2"
359359
resolved "https://registry.yarnpkg.com/array-find-index/-/array-find-index-1.0.2.tgz#df010aa1287e164bbda6f9723b0a96a1ec4187a1"
360360

361+
array-includes@^3.0.3:
362+
version "3.0.3"
363+
resolved "https://registry.yarnpkg.com/array-includes/-/array-includes-3.0.3.tgz#184b48f62d92d7452bb31b323165c7f8bd02266d"
364+
dependencies:
365+
define-properties "^1.1.2"
366+
es-abstract "^1.7.0"
367+
361368
array-initial@^1.0.0:
362369
version "1.1.0"
363370
resolved "https://registry.yarnpkg.com/array-initial/-/array-initial-1.1.0.tgz#2fa74b26739371c3947bd7a7adc73be334b3d795"
@@ -401,13 +408,6 @@ array-unique@^0.3.2:
401408
version "0.3.2"
402409
resolved "https://registry.yarnpkg.com/array-unique/-/array-unique-0.3.2.tgz#a894b75d4bc4f6cd679ef3244a9fd8f46ae2d428"
403410

404-
array.prototype.find@^2.0.1:
405-
version "2.0.4"
406-
resolved "https://registry.yarnpkg.com/array.prototype.find/-/array.prototype.find-2.0.4.tgz#556a5c5362c08648323ddaeb9de9d14bc1864c90"
407-
dependencies:
408-
define-properties "^1.1.2"
409-
es-abstract "^1.7.0"
410-
411411
array.prototype.flat@^1.2.1:
412412
version "1.2.1"
413413
resolved "https://registry.yarnpkg.com/array.prototype.flat/-/array.prototype.flat-1.2.1.tgz#812db8f02cad24d3fab65dd67eabe3b8903494a4"
@@ -2356,14 +2356,7 @@ discontinuous-range@1.0.0:
23562356
version "1.0.0"
23572357
resolved "https://registry.yarnpkg.com/discontinuous-range/-/discontinuous-range-1.0.0.tgz#e38331f0844bba49b9a9cb71c771585aab1bc65a"
23582358

2359-
doctrine@^1.2.2:
2360-
version "1.5.0"
2361-
resolved "http://registry.npmjs.org/doctrine/-/doctrine-1.5.0.tgz#379dce730f6166f76cefa4e6707a159b02c5a6fa"
2362-
dependencies:
2363-
esutils "^2.0.2"
2364-
isarray "^1.0.0"
2365-
2366-
doctrine@^2.0.0:
2359+
doctrine@^2.0.0, doctrine@^2.1.0:
23672360
version "2.1.0"
23682361
resolved "https://registry.yarnpkg.com/doctrine/-/doctrine-2.1.0.tgz#5cd01fc101621b42c4cd7f5d1a66243716d3f39d"
23692362
dependencies:
@@ -2720,15 +2713,15 @@ eslint-plugin-lodash@5.1.0:
27202713
dependencies:
27212714
lodash "4.17.11"
27222715

2723-
eslint-plugin-react@6.10.3:
2724-
version "6.10.3"
2725-
resolved "https://registry.yarnpkg.com/eslint-plugin-react/-/eslint-plugin-react-6.10.3.tgz#c5435beb06774e12c7db2f6abaddcbf900cd3f78"
2716+
eslint-plugin-react@7.11.1:
2717+
version "7.11.1"
2718+
resolved "https://registry.yarnpkg.com/eslint-plugin-react/-/eslint-plugin-react-7.11.1.tgz#c01a7af6f17519457d6116aa94fc6d2ccad5443c"
27262719
dependencies:
2727-
array.prototype.find "^2.0.1"
2728-
doctrine "^1.2.2"
2729-
has "^1.0.1"
2730-
jsx-ast-utils "^1.3.4"
2731-
object.assign "^4.0.4"
2720+
array-includes "^3.0.3"
2721+
doctrine "^2.1.0"
2722+
has "^1.0.3"
2723+
jsx-ast-utils "^2.0.1"
2724+
prop-types "^15.6.2"
27322725

27332726
eslint-plugin-wpcalypso@4.0.2:
27342727
version "4.0.2"
@@ -4577,10 +4570,16 @@ jstimezonedetect@1.0.5:
45774570
version "1.0.5"
45784571
resolved "https://registry.yarnpkg.com/jstimezonedetect/-/jstimezonedetect-1.0.5.tgz#93d035cd20e8c7d64eb1375cf5aa7a10a024466a"
45794572

4580-
jsx-ast-utils@^1.0.0, jsx-ast-utils@^1.3.4:
4573+
jsx-ast-utils@^1.0.0:
45814574
version "1.4.1"
45824575
resolved "https://registry.yarnpkg.com/jsx-ast-utils/-/jsx-ast-utils-1.4.1.tgz#3867213e8dd79bf1e8f2300c0cfc1efb182c0df1"
45834576

4577+
jsx-ast-utils@^2.0.1:
4578+
version "2.0.1"
4579+
resolved "https://registry.yarnpkg.com/jsx-ast-utils/-/jsx-ast-utils-2.0.1.tgz#e801b1b39985e20fffc87b40e3748080e2dcac7f"
4580+
dependencies:
4581+
array-includes "^3.0.3"
4582+
45844583
just-debounce@^1.0.0:
45854584
version "1.0.0"
45864585
resolved "https://registry.yarnpkg.com/just-debounce/-/just-debounce-1.0.0.tgz#87fccfaeffc0b68cd19d55f6722943f929ea35ea"

0 commit comments

Comments
 (0)