Skip to content

Commit f83f697

Browse files
committed
Update dependency eslint-plugin-react to v7.6.0
1 parent fcf5d79 commit f83f697

File tree

2 files changed

+29
-18
lines changed

2 files changed

+29
-18
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@
9494
"eslint-plugin-immutable": "1.0.0",
9595
"eslint-plugin-import": "2.8.0",
9696
"eslint-plugin-jsx-a11y": "4.0.0",
97-
"eslint-plugin-react": "6.10.3",
97+
"eslint-plugin-react": "7.6.0",
9898
"extract-text-webpack-plugin": "1.0.1",
9999
"file-loader": "0.11.2",
100100
"flow-bin": "0.43.1",

yarn.lock

Lines changed: 28 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -189,6 +189,13 @@ [email protected]:
189189
version "1.1.1"
190190
resolved "https://registry.npmjs.org/array-flatten/-/array-flatten-1.1.1.tgz#9a5f699051b1e7073328f2a008968b64ea2955d2"
191191

192+
array-includes@^3.0.3:
193+
version "3.0.3"
194+
resolved "https://registry.yarnpkg.com/array-includes/-/array-includes-3.0.3.tgz#184b48f62d92d7452bb31b323165c7f8bd02266d"
195+
dependencies:
196+
define-properties "^1.1.2"
197+
es-abstract "^1.7.0"
198+
192199
array-map@~0.0.0:
193200
version "0.0.0"
194201
resolved "https://registry.yarnpkg.com/array-map/-/array-map-0.0.0.tgz#88a2bab73d1cf7bcd5c1b118a003f66f665fa662"
@@ -215,13 +222,6 @@ array-unique@^0.2.1:
215222
version "0.2.1"
216223
resolved "https://registry.npmjs.org/array-unique/-/array-unique-0.2.1.tgz#a1d97ccafcbc2625cc70fadceb36a50c58b01a53"
217224

218-
array.prototype.find@^2.0.1:
219-
version "2.0.4"
220-
resolved "https://registry.npmjs.org/array.prototype.find/-/array.prototype.find-2.0.4.tgz#556a5c5362c08648323ddaeb9de9d14bc1864c90"
221-
dependencies:
222-
define-properties "^1.1.2"
223-
es-abstract "^1.7.0"
224-
225225
226226
version "0.0.6"
227227
resolved "https://registry.npmjs.org/arraybuffer.slice/-/arraybuffer.slice-0.0.6.tgz#f33b2159f0532a3f3107a272c0ccfbd1ad2979ca"
@@ -2452,7 +2452,7 @@ diffie-hellman@^5.0.0:
24522452
miller-rabin "^4.0.0"
24532453
randombytes "^2.0.0"
24542454

2455-
[email protected], doctrine@^1.2.2:
2455+
24562456
version "1.5.0"
24572457
resolved "https://registry.npmjs.org/doctrine/-/doctrine-1.5.0.tgz#379dce730f6166f76cefa4e6707a159b02c5a6fa"
24582458
dependencies:
@@ -2466,6 +2466,12 @@ doctrine@^2.0.0:
24662466
esutils "^2.0.2"
24672467
isarray "^1.0.0"
24682468

2469+
doctrine@^2.0.2:
2470+
version "2.1.0"
2471+
resolved "https://registry.yarnpkg.com/doctrine/-/doctrine-2.1.0.tgz#5cd01fc101621b42c4cd7f5d1a66243716d3f39d"
2472+
dependencies:
2473+
esutils "^2.0.2"
2474+
24692475
dom-converter@~0.1:
24702476
version "0.1.4"
24712477
resolved "https://registry.npmjs.org/dom-converter/-/dom-converter-0.1.4.tgz#a45ef5727b890c9bffe6d7c876e7b19cb0e17f3b"
@@ -2935,15 +2941,14 @@ [email protected]:
29352941
jsx-ast-utils "^1.0.0"
29362942
object-assign "^4.0.1"
29372943

2938-
eslint-plugin-react@6.10.3:
2939-
version "6.10.3"
2940-
resolved "https://registry.yarnpkg.com/eslint-plugin-react/-/eslint-plugin-react-6.10.3.tgz#c5435beb06774e12c7db2f6abaddcbf900cd3f78"
2944+
eslint-plugin-react@7.6.0:
2945+
version "7.6.0"
2946+
resolved "https://registry.yarnpkg.com/eslint-plugin-react/-/eslint-plugin-react-7.6.0.tgz#351651188c74c5b2fecc2717e3936b7207baa728"
29412947
dependencies:
2942-
array.prototype.find "^2.0.1"
2943-
doctrine "^1.2.2"
2948+
doctrine "^2.0.2"
29442949
has "^1.0.1"
2945-
jsx-ast-utils "^1.3.4"
2946-
object.assign "^4.0.4"
2950+
jsx-ast-utils "^2.0.1"
2951+
prop-types "^15.6.0"
29472952

29482953
29492954
version "3.19.0"
@@ -4599,12 +4604,18 @@ jsprim@^1.2.2:
45994604
json-schema "0.2.3"
46004605
verror "1.3.6"
46014606

4602-
jsx-ast-utils@^1.0.0, jsx-ast-utils@^1.3.4:
4607+
jsx-ast-utils@^1.0.0:
46034608
version "1.4.0"
46044609
resolved "https://registry.npmjs.org/jsx-ast-utils/-/jsx-ast-utils-1.4.0.tgz#5afe38868f56bc8cc7aeaef0100ba8c75bd12591"
46054610
dependencies:
46064611
object-assign "^4.1.0"
46074612

4613+
jsx-ast-utils@^2.0.1:
4614+
version "2.0.1"
4615+
resolved "https://registry.yarnpkg.com/jsx-ast-utils/-/jsx-ast-utils-2.0.1.tgz#e801b1b39985e20fffc87b40e3748080e2dcac7f"
4616+
dependencies:
4617+
array-includes "^3.0.3"
4618+
46084619
jwa@^1.1.4:
46094620
version "1.1.5"
46104621
resolved "https://registry.npmjs.org/jwa/-/jwa-1.1.5.tgz#a0552ce0220742cd52e153774a32905c30e756e5"
@@ -6461,7 +6472,7 @@ promise@^7.1.1:
64616472
dependencies:
64626473
asap "~2.0.3"
64636474

6464-
prop-types@^15.0.0, prop-types@^15.5.10, prop-types@^15.5.7, prop-types@^15.5.8:
6475+
prop-types@^15.0.0, prop-types@^15.5.10, prop-types@^15.5.7, prop-types@^15.5.8, prop-types@^15.6.0:
64656476
version "15.6.0"
64666477
resolved "https://registry.yarnpkg.com/prop-types/-/prop-types-15.6.0.tgz#ceaf083022fc46b4a35f69e13ef75aed0d639856"
64676478
dependencies:

0 commit comments

Comments
 (0)