Skip to content
This repository was archived by the owner on Apr 11, 2019. It is now read-only.

Commit 6e26fff

Browse files
committed
chore(deps): update dependency eslint-plugin-react to v7.12.0
1 parent f21968d commit 6e26fff

File tree

2 files changed

+42
-17
lines changed

2 files changed

+42
-17
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@
5151
"eslint-config-airbnb": "15.1.0",
5252
"eslint-plugin-import": "2.13.0",
5353
"eslint-plugin-jsx-a11y": "5.1.1",
54-
"eslint-plugin-react": "7.4.0",
54+
"eslint-plugin-react": "7.12.0",
5555
"flow-bin": "0.79.1",
5656
"husky": "0.14.3",
5757
"lint-staged": "7.3.0",

yarn.lock

+41-16
Original file line numberDiff line numberDiff line change
@@ -3047,13 +3047,6 @@ [email protected]:
30473047
esutils "^2.0.2"
30483048
isarray "^1.0.0"
30493049

3050-
doctrine@^2.0.0:
3051-
version "2.0.0"
3052-
resolved "https://registry.yarnpkg.com/doctrine/-/doctrine-2.0.0.tgz#c73d8d2909d22291e1a007a395804da8b665fe63"
3053-
dependencies:
3054-
esutils "^2.0.2"
3055-
isarray "^1.0.0"
3056-
30573050
doctrine@^2.1.0:
30583051
version "2.1.0"
30593052
resolved "https://registry.yarnpkg.com/doctrine/-/doctrine-2.1.0.tgz#5cd01fc101621b42c4cd7f5d1a66243716d3f39d"
@@ -3271,6 +3264,16 @@ error-stack-parser@^1.3.6:
32713264
dependencies:
32723265
stackframe "^0.3.1"
32733266

3267+
es-abstract@^1.11.0:
3268+
version "1.12.0"
3269+
resolved "https://registry.yarnpkg.com/es-abstract/-/es-abstract-1.12.0.tgz#9dbbdd27c6856f0001421ca18782d786bf8a6165"
3270+
dependencies:
3271+
es-to-primitive "^1.1.1"
3272+
function-bind "^1.1.1"
3273+
has "^1.0.1"
3274+
is-callable "^1.1.3"
3275+
is-regex "^1.0.4"
3276+
32743277
es-abstract@^1.5.0, es-abstract@^1.7.0:
32753278
version "1.8.2"
32763279
resolved "https://registry.yarnpkg.com/es-abstract/-/es-abstract-1.8.2.tgz#25103263dc4decbda60e0c737ca32313518027ee"
@@ -3467,14 +3470,17 @@ eslint-plugin-jsx-a11y@^6.0.3:
34673470
has "^1.0.3"
34683471
jsx-ast-utils "^2.0.1"
34693472

3470-
eslint-plugin-react@7.4.0:
3471-
version "7.4.0"
3472-
resolved "https://registry.yarnpkg.com/eslint-plugin-react/-/eslint-plugin-react-7.4.0.tgz#300a95861b9729c087d362dd64abcc351a74364a"
3473+
eslint-plugin-react@7.12.0:
3474+
version "7.12.0"
3475+
resolved "https://registry.yarnpkg.com/eslint-plugin-react/-/eslint-plugin-react-7.12.0.tgz#fa6701063f2172c3e1db3a22d3db6d8bdc0179af"
34733476
dependencies:
3474-
doctrine "^2.0.0"
3475-
has "^1.0.1"
3476-
jsx-ast-utils "^2.0.0"
3477-
prop-types "^15.5.10"
3477+
array-includes "^3.0.3"
3478+
doctrine "^2.1.0"
3479+
has "^1.0.3"
3480+
jsx-ast-utils "^2.0.1"
3481+
object.fromentries "^2.0.0"
3482+
prop-types "^15.6.2"
3483+
resolve "^1.9.0"
34783484

34793485
eslint-plugin-react@^7.8.2:
34803486
version "7.10.0"
@@ -5695,7 +5701,7 @@ jsx-ast-utils@^1.4.0:
56955701
version "1.4.1"
56965702
resolved "https://registry.yarnpkg.com/jsx-ast-utils/-/jsx-ast-utils-1.4.1.tgz#3867213e8dd79bf1e8f2300c0cfc1efb182c0df1"
56975703

5698-
jsx-ast-utils@^2.0.0, jsx-ast-utils@^2.0.1:
5704+
jsx-ast-utils@^2.0.1:
56995705
version "2.0.1"
57005706
resolved "https://registry.yarnpkg.com/jsx-ast-utils/-/jsx-ast-utils-2.0.1.tgz#e801b1b39985e20fffc87b40e3748080e2dcac7f"
57015707
dependencies:
@@ -6767,6 +6773,15 @@ object-visit@^1.0.0:
67676773
dependencies:
67686774
isobject "^3.0.0"
67696775

6776+
object.fromentries@^2.0.0:
6777+
version "2.0.0"
6778+
resolved "https://registry.yarnpkg.com/object.fromentries/-/object.fromentries-2.0.0.tgz#49a543d92151f8277b3ac9600f1e930b189d30ab"
6779+
dependencies:
6780+
define-properties "^1.1.2"
6781+
es-abstract "^1.11.0"
6782+
function-bind "^1.1.1"
6783+
has "^1.0.1"
6784+
67706785
object.getownpropertydescriptors@^2.0.3:
67716786
version "2.0.3"
67726787
resolved "https://registry.yarnpkg.com/object.getownpropertydescriptors/-/object.getownpropertydescriptors-2.0.3.tgz#8758c846f5b407adab0f236e0986f14b051caa16"
@@ -7116,6 +7131,10 @@ path-parse@^1.0.5:
71167131
version "1.0.5"
71177132
resolved "https://registry.yarnpkg.com/path-parse/-/path-parse-1.0.5.tgz#3c1adf871ea9cd6c9431b6ea2bd74a0ff055c4c1"
71187133

7134+
path-parse@^1.0.6:
7135+
version "1.0.6"
7136+
resolved "https://registry.yarnpkg.com/path-parse/-/path-parse-1.0.6.tgz#d62dbb5679405d72c4737ec58600e9ddcf06d24c"
7137+
71197138
71207139
version "0.1.7"
71217140
resolved "https://registry.yarnpkg.com/path-to-regexp/-/path-to-regexp-0.1.7.tgz#df604178005f522f15eb4490e7247a1bfaa67f8c"
@@ -7541,7 +7560,7 @@ promise@~1.3.0:
75417560
dependencies:
75427561
is-promise "~1"
75437562

7544-
prop-types@^15.5.10, prop-types@^15.5.4:
7563+
prop-types@^15.5.4:
75457564
version "15.5.10"
75467565
resolved "https://registry.yarnpkg.com/prop-types/-/prop-types-15.5.10.tgz#2797dfc3126182e3a95e3dfbb2e893ddd7456154"
75477566
dependencies:
@@ -8142,6 +8161,12 @@ resolve@^1.6.0:
81428161
dependencies:
81438162
path-parse "^1.0.5"
81448163

8164+
resolve@^1.9.0:
8165+
version "1.9.0"
8166+
resolved "https://registry.yarnpkg.com/resolve/-/resolve-1.9.0.tgz#a14c6fdfa8f92a7df1d996cb7105fa744658ea06"
8167+
dependencies:
8168+
path-parse "^1.0.6"
8169+
81458170
restore-cursor@^1.0.1:
81468171
version "1.0.1"
81478172
resolved "https://registry.yarnpkg.com/restore-cursor/-/restore-cursor-1.0.1.tgz#34661f46886327fed2991479152252df92daa541"

0 commit comments

Comments
 (0)