Skip to content

Commit 8e30bf2

Browse files
committed
fix(deps): update dependency eslint-plugin-react to v7.12.2
1 parent b307562 commit 8e30bf2

File tree

2 files changed

+62
-11
lines changed

2 files changed

+62
-11
lines changed

packages/react-scripts/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@
4242
"eslint-plugin-flowtype": "2.39.1",
4343
"eslint-plugin-import": "2.8.0",
4444
"eslint-plugin-jsx-a11y": "5.1.1",
45-
"eslint-plugin-react": "7.4.0",
45+
"eslint-plugin-react": "7.12.2",
4646
"extract-text-webpack-plugin": "3.0.2",
4747
"file-loader": "1.1.5",
4848
"fs-extra": "3.0.1",

yarn.lock

+61-10
Original file line numberDiff line numberDiff line change
@@ -2100,6 +2100,12 @@ doctrine@^2.0.0:
21002100
esutils "^2.0.2"
21012101
isarray "^1.0.0"
21022102

2103+
doctrine@^2.1.0:
2104+
version "2.1.0"
2105+
resolved "https://registry.yarnpkg.com/doctrine/-/doctrine-2.1.0.tgz#5cd01fc101621b42c4cd7f5d1a66243716d3f39d"
2106+
dependencies:
2107+
esutils "^2.0.2"
2108+
21032109
dom-converter@~0.1:
21042110
version "0.1.4"
21052111
resolved "https://registry.npmjs.org/dom-converter/-/dom-converter-0.1.4.tgz#a45ef5727b890c9bffe6d7c876e7b19cb0e17f3b"
@@ -2239,6 +2245,16 @@ error-ex@^1.2.0, error-ex@^1.3.1:
22392245
dependencies:
22402246
is-arrayish "^0.2.1"
22412247

2248+
es-abstract@^1.11.0:
2249+
version "1.12.0"
2250+
resolved "https://registry.yarnpkg.com/es-abstract/-/es-abstract-1.12.0.tgz#9dbbdd27c6856f0001421ca18782d786bf8a6165"
2251+
dependencies:
2252+
es-to-primitive "^1.1.1"
2253+
function-bind "^1.1.1"
2254+
has "^1.0.1"
2255+
is-callable "^1.1.3"
2256+
is-regex "^1.0.4"
2257+
22422258
es-abstract@^1.7.0:
22432259
version "1.9.0"
22442260
resolved "https://registry.npmjs.org/es-abstract/-/es-abstract-1.9.0.tgz#690829a07cae36b222e7fd9b75c0d0573eb25227"
@@ -2402,14 +2418,17 @@ [email protected]:
24022418
emoji-regex "^6.1.0"
24032419
jsx-ast-utils "^1.4.0"
24042420

2405-
eslint-plugin-react@7.4.0:
2406-
version "7.4.0"
2407-
resolved "https://registry.npmjs.org/eslint-plugin-react/-/eslint-plugin-react-7.4.0.tgz#300a95861b9729c087d362dd64abcc351a74364a"
2421+
eslint-plugin-react@7.12.2:
2422+
version "7.12.2"
2423+
resolved "https://registry.yarnpkg.com/eslint-plugin-react/-/eslint-plugin-react-7.12.2.tgz#95a4d8117011787824625ea57be9e38401d33548"
24082424
dependencies:
2409-
doctrine "^2.0.0"
2410-
has "^1.0.1"
2411-
jsx-ast-utils "^2.0.0"
2412-
prop-types "^15.5.10"
2425+
array-includes "^3.0.3"
2426+
doctrine "^2.1.0"
2427+
has "^1.0.3"
2428+
jsx-ast-utils "^2.0.1"
2429+
object.fromentries "^2.0.0"
2430+
prop-types "^15.6.2"
2431+
resolve "^1.9.0"
24132432

24142433
eslint-scope@^3.7.1:
24152434
version "3.7.1"
@@ -3148,6 +3167,12 @@ has@^1.0.1:
31483167
dependencies:
31493168
function-bind "^1.0.2"
31503169

3170+
has@^1.0.3:
3171+
version "1.0.3"
3172+
resolved "https://registry.yarnpkg.com/has/-/has-1.0.3.tgz#722d7cbfc1f6aa8241f16dd814e011e1f41e8796"
3173+
dependencies:
3174+
function-bind "^1.1.1"
3175+
31513176
hash-base@^2.0.0:
31523177
version "2.0.2"
31533178
resolved "https://registry.npmjs.org/hash-base/-/hash-base-2.0.2.tgz#66ea1d856db4e8a5470cadf6fce23ae5244ef2e1"
@@ -4087,9 +4112,9 @@ jsx-ast-utils@^1.4.0:
40874112
version "1.4.1"
40884113
resolved "https://registry.npmjs.org/jsx-ast-utils/-/jsx-ast-utils-1.4.1.tgz#3867213e8dd79bf1e8f2300c0cfc1efb182c0df1"
40894114

4090-
jsx-ast-utils@^2.0.0:
4115+
jsx-ast-utils@^2.0.1:
40914116
version "2.0.1"
4092-
resolved "https://registry.npmjs.org/jsx-ast-utils/-/jsx-ast-utils-2.0.1.tgz#e801b1b39985e20fffc87b40e3748080e2dcac7f"
4117+
resolved "https://registry.yarnpkg.com/jsx-ast-utils/-/jsx-ast-utils-2.0.1.tgz#e801b1b39985e20fffc87b40e3748080e2dcac7f"
40934118
dependencies:
40944119
array-includes "^3.0.3"
40954120

@@ -4694,6 +4719,15 @@ object-keys@^1.0.8:
46944719
version "1.0.11"
46954720
resolved "https://registry.npmjs.org/object-keys/-/object-keys-1.0.11.tgz#c54601778ad560f1142ce0e01bcca8b56d13426d"
46964721

4722+
object.fromentries@^2.0.0:
4723+
version "2.0.0"
4724+
resolved "https://registry.yarnpkg.com/object.fromentries/-/object.fromentries-2.0.0.tgz#49a543d92151f8277b3ac9600f1e930b189d30ab"
4725+
dependencies:
4726+
define-properties "^1.1.2"
4727+
es-abstract "^1.11.0"
4728+
function-bind "^1.1.1"
4729+
has "^1.0.1"
4730+
46974731
object.omit@^2.0.0:
46984732
version "2.0.1"
46994733
resolved "https://registry.npmjs.org/object.omit/-/object.omit-2.0.1.tgz#1a9c744829f39dbb858c76ca3579ae2a54ebd1fa"
@@ -4908,6 +4942,10 @@ path-parse@^1.0.5:
49084942
version "1.0.5"
49094943
resolved "https://registry.npmjs.org/path-parse/-/path-parse-1.0.5.tgz#3c1adf871ea9cd6c9431b6ea2bd74a0ff055c4c1"
49104944

4945+
path-parse@^1.0.6:
4946+
version "1.0.6"
4947+
resolved "https://registry.yarnpkg.com/path-parse/-/path-parse-1.0.6.tgz#d62dbb5679405d72c4737ec58600e9ddcf06d24c"
4948+
49114949
49124950
version "0.1.7"
49134951
resolved "https://registry.npmjs.org/path-to-regexp/-/path-to-regexp-0.1.7.tgz#df604178005f522f15eb4490e7247a1bfaa67f8c"
@@ -5334,14 +5372,21 @@ promise@^7.1.1:
53345372
dependencies:
53355373
asap "~2.0.3"
53365374

5337-
prop-types@^15.5.10, prop-types@^15.6.0:
5375+
prop-types@^15.6.0:
53385376
version "15.6.0"
53395377
resolved "https://registry.npmjs.org/prop-types/-/prop-types-15.6.0.tgz#ceaf083022fc46b4a35f69e13ef75aed0d639856"
53405378
dependencies:
53415379
fbjs "^0.8.16"
53425380
loose-envify "^1.3.1"
53435381
object-assign "^4.1.1"
53445382

5383+
prop-types@^15.6.2:
5384+
version "15.6.2"
5385+
resolved "https://registry.yarnpkg.com/prop-types/-/prop-types-15.6.2.tgz#05d5ca77b4453e985d60fc7ff8c859094a497102"
5386+
dependencies:
5387+
loose-envify "^1.3.1"
5388+
object-assign "^4.1.1"
5389+
53455390
proxy-addr@~2.0.2:
53465391
version "2.0.2"
53475392
resolved "https://registry.npmjs.org/proxy-addr/-/proxy-addr-2.0.2.tgz#6571504f47bb988ec8180253f85dd7e14952bdec"
@@ -5797,6 +5842,12 @@ resolve@^1.2.0, resolve@^1.3.2:
57975842
dependencies:
57985843
path-parse "^1.0.5"
57995844

5845+
resolve@^1.9.0:
5846+
version "1.9.0"
5847+
resolved "https://registry.yarnpkg.com/resolve/-/resolve-1.9.0.tgz#a14c6fdfa8f92a7df1d996cb7105fa744658ea06"
5848+
dependencies:
5849+
path-parse "^1.0.6"
5850+
58005851
restore-cursor@^2.0.0:
58015852
version "2.0.0"
58025853
resolved "https://registry.npmjs.org/restore-cursor/-/restore-cursor-2.0.0.tgz#9f7ee287f82fd326d4fd162923d62129eee0dfaf"

0 commit comments

Comments
 (0)