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

Commit b893c37

Browse files
committed
chore(deps): update dependency eslint-plugin-react to v7.12.2
1 parent 6de1bc8 commit b893c37

File tree

2 files changed

+71
-9
lines changed

2 files changed

+71
-9
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@
3535
"eslint-plugin-jest": "20.0.3",
3636
"eslint-plugin-jsx-a11y": "5.0.3",
3737
"eslint-plugin-prettier": "2.1.1",
38-
"eslint-plugin-react": "7.0.1",
38+
"eslint-plugin-react": "7.12.2",
3939
"flow-bin": "0.47.0",
4040
"husky": "0.13.4",
4141
"jest": "20.0.4",

yarn.lock

+70-8
Original file line numberDiff line numberDiff line change
@@ -1440,6 +1440,12 @@ doctrine@^2.0.0:
14401440
esutils "^2.0.2"
14411441
isarray "^1.0.0"
14421442

1443+
doctrine@^2.1.0:
1444+
version "2.1.0"
1445+
resolved "https://registry.yarnpkg.com/doctrine/-/doctrine-2.1.0.tgz#5cd01fc101621b42c4cd7f5d1a66243716d3f39d"
1446+
dependencies:
1447+
esutils "^2.0.2"
1448+
14431449
dom-walk@^0.1.0:
14441450
version "0.1.1"
14451451
resolved "https://registry.yarnpkg.com/dom-walk/-/dom-walk-0.1.1.tgz#672226dc74c8f799ad35307df936aba11acd6018"
@@ -1489,6 +1495,16 @@ errorhandler@~1.4.2:
14891495
accepts "~1.3.0"
14901496
escape-html "~1.0.3"
14911497

1498+
es-abstract@^1.11.0:
1499+
version "1.12.0"
1500+
resolved "https://registry.yarnpkg.com/es-abstract/-/es-abstract-1.12.0.tgz#9dbbdd27c6856f0001421ca18782d786bf8a6165"
1501+
dependencies:
1502+
es-to-primitive "^1.1.1"
1503+
function-bind "^1.1.1"
1504+
has "^1.0.1"
1505+
is-callable "^1.1.3"
1506+
is-regex "^1.0.4"
1507+
14921508
es-abstract@^1.7.0:
14931509
version "1.7.0"
14941510
resolved "https://registry.yarnpkg.com/es-abstract/-/es-abstract-1.7.0.tgz#dfade774e01bfcd97f96180298c449c8623fb94c"
@@ -1663,13 +1679,17 @@ eslint-plugin-prettier@2.1.1:
16631679
fast-diff "^1.1.1"
16641680
jest-docblock "^20.0.1"
16651681

1666-
eslint-plugin-react@7.0.1:
1667-
version "7.0.1"
1668-
resolved "https://registry.yarnpkg.com/eslint-plugin-react/-/eslint-plugin-react-7.0.1.tgz#e78107e1e559c6e2b17786bb67c2e2a010ad0d2f"
1682+
eslint-plugin-react@7.12.2:
1683+
version "7.12.2"
1684+
resolved "https://registry.yarnpkg.com/eslint-plugin-react/-/eslint-plugin-react-7.12.2.tgz#95a4d8117011787824625ea57be9e38401d33548"
16691685
dependencies:
1670-
doctrine "^2.0.0"
1671-
has "^1.0.1"
1672-
jsx-ast-utils "^1.3.4"
1686+
array-includes "^3.0.3"
1687+
doctrine "^2.1.0"
1688+
has "^1.0.3"
1689+
jsx-ast-utils "^2.0.1"
1690+
object.fromentries "^2.0.0"
1691+
prop-types "^15.6.2"
1692+
resolve "^1.9.0"
16731693

16741694
eslint@3.19.0:
16751695
version "3.19.0"
@@ -2013,6 +2033,10 @@ function-bind@^1.0.2, function-bind@^1.1.0:
20132033
version "1.1.0"
20142034
resolved "https://registry.yarnpkg.com/function-bind/-/function-bind-1.1.0.tgz#16176714c801798e4e8f2cf7f7529467bb4a5771"
20152035

2036+
function-bind@^1.1.1:
2037+
version "1.1.1"
2038+
resolved "https://registry.yarnpkg.com/function-bind/-/function-bind-1.1.1.tgz#a56899d3ea3c9bab874bb9773b7c5ede92f4895d"
2039+
20162040
gauge@~1.2.5:
20172041
version "1.2.7"
20182042
resolved "https://registry.yarnpkg.com/gauge/-/gauge-1.2.7.tgz#e9cec5483d3d4ee0ef44b60a7d99e4935e136d93"
@@ -2201,6 +2225,12 @@ has@^1.0.1:
22012225
dependencies:
22022226
function-bind "^1.0.2"
22032227

2228+
has@^1.0.3:
2229+
version "1.0.3"
2230+
resolved "https://registry.yarnpkg.com/has/-/has-1.0.3.tgz#722d7cbfc1f6aa8241f16dd814e011e1f41e8796"
2231+
dependencies:
2232+
function-bind "^1.1.1"
2233+
22042234
hawk@~3.1.3:
22052235
version "3.1.3"
22062236
resolved "https://registry.yarnpkg.com/hawk/-/hawk-3.1.3.tgz#078444bd7c1640b0fe540d2c9b73d59678e8e1c4"
@@ -2483,7 +2513,7 @@ is-property@^1.0.0:
24832513
version "1.0.2"
24842514
resolved "https://registry.yarnpkg.com/is-property/-/is-property-1.0.2.tgz#57fe1c4e48474edd65b09911f26b1cd4095dda84"
24852515

2486-
is-regex@^1.0.3:
2516+
is-regex@^1.0.3, is-regex@^1.0.4:
24872517
version "1.0.4"
24882518
resolved "https://registry.yarnpkg.com/is-regex/-/is-regex-1.0.4.tgz#5517489b547091b0930e095654ced25ee97e9491"
24892519
dependencies:
@@ -2953,10 +2983,16 @@ jsprim@^1.2.2:
29532983
json-schema "0.2.3"
29542984
verror "1.3.6"
29552985

2956-
jsx-ast-utils@^1.3.4, jsx-ast-utils@^1.4.0:
2986+
jsx-ast-utils@^1.4.0:
29572987
version "1.4.1"
29582988
resolved "https://registry.yarnpkg.com/jsx-ast-utils/-/jsx-ast-utils-1.4.1.tgz#3867213e8dd79bf1e8f2300c0cfc1efb182c0df1"
29592989

2990+
jsx-ast-utils@^2.0.1:
2991+
version "2.0.1"
2992+
resolved "https://registry.yarnpkg.com/jsx-ast-utils/-/jsx-ast-utils-2.0.1.tgz#e801b1b39985e20fffc87b40e3748080e2dcac7f"
2993+
dependencies:
2994+
array-includes "^3.0.3"
2995+
29602996
kind-of@^3.0.2:
29612997
version "3.2.0"
29622998
resolved "https://registry.yarnpkg.com/kind-of/-/kind-of-3.2.0.tgz#b58abe4d5c044ad33726a8c1525b48cf891bff07"
@@ -3403,6 +3439,15 @@ object-keys@^1.0.8:
34033439
version "1.0.11"
34043440
resolved "https://registry.yarnpkg.com/object-keys/-/object-keys-1.0.11.tgz#c54601778ad560f1142ce0e01bcca8b56d13426d"
34053441

3442+
object.fromentries@^2.0.0:
3443+
version "2.0.0"
3444+
resolved "https://registry.yarnpkg.com/object.fromentries/-/object.fromentries-2.0.0.tgz#49a543d92151f8277b3ac9600f1e930b189d30ab"
3445+
dependencies:
3446+
define-properties "^1.1.2"
3447+
es-abstract "^1.11.0"
3448+
function-bind "^1.1.1"
3449+
has "^1.0.1"
3450+
34063451
object.omit@^2.0.0:
34073452
version "2.0.1"
34083453
resolved "https://registry.yarnpkg.com/object.omit/-/object.omit-2.0.1.tgz#1a9c744829f39dbb858c76ca3579ae2a54ebd1fa"
@@ -3555,6 +3600,10 @@ path-parse@^1.0.5:
35553600
version "1.0.5"
35563601
resolved "https://registry.yarnpkg.com/path-parse/-/path-parse-1.0.5.tgz#3c1adf871ea9cd6c9431b6ea2bd74a0ff055c4c1"
35573602

3603+
path-parse@^1.0.6:
3604+
version "1.0.6"
3605+
resolved "https://registry.yarnpkg.com/path-parse/-/path-parse-1.0.6.tgz#d62dbb5679405d72c4737ec58600e9ddcf06d24c"
3606+
35583607
path-type@^1.0.0:
35593608
version "1.1.0"
35603609
resolved "https://registry.yarnpkg.com/path-type/-/path-type-1.1.0.tgz#59c44f7ee491da704da415da5a4070ba4f8fe441"
@@ -3674,6 +3723,13 @@ prop-types@15.5.10, prop-types@^15.5.6, prop-types@^15.5.8:
36743723
fbjs "^0.8.9"
36753724
loose-envify "^1.3.1"
36763725

3726+
prop-types@^15.6.2:
3727+
version "15.6.2"
3728+
resolved "https://registry.yarnpkg.com/prop-types/-/prop-types-15.6.2.tgz#05d5ca77b4453e985d60fc7ff8c859094a497102"
3729+
dependencies:
3730+
loose-envify "^1.3.1"
3731+
object-assign "^4.1.1"
3732+
36773733
prr@~0.0.0:
36783734
version "0.0.0"
36793735
resolved "https://registry.yarnpkg.com/prr/-/prr-0.0.0.tgz#1a84b85908325501411853d0081ee3fa86e2926a"
@@ -4130,6 +4186,12 @@ resolve@^1.1.6, resolve@^1.3.2:
41304186
dependencies:
41314187
path-parse "^1.0.5"
41324188

4189+
resolve@^1.9.0:
4190+
version "1.9.0"
4191+
resolved "https://registry.yarnpkg.com/resolve/-/resolve-1.9.0.tgz#a14c6fdfa8f92a7df1d996cb7105fa744658ea06"
4192+
dependencies:
4193+
path-parse "^1.0.6"
4194+
41334195
response-time@~2.3.1:
41344196
version "2.3.2"
41354197
resolved "https://registry.yarnpkg.com/response-time/-/response-time-2.3.2.tgz#ffa71bab952d62f7c1d49b7434355fbc68dffc5a"

0 commit comments

Comments
 (0)