Skip to content

Commit 1c2e4cf

Browse files
committed
Upgrade devDependencies
1 parent 188b60e commit 1c2e4cf

File tree

1 file changed

+89
-93
lines changed

1 file changed

+89
-93
lines changed

yarn.lock

Lines changed: 89 additions & 93 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,62 @@
22
# yarn lockfile v1
33

44

5-
"@types/node@^6.0.46":
6-
version "6.0.90"
7-
resolved "https://registry.yarnpkg.com/@types/node/-/node-6.0.90.tgz#0ed74833fa1b73dcdb9409dcb1c97ec0a8b13b02"
5+
"@babel/code-frame@7.0.0-beta.31", "@babel/code-frame@^7.0.0-beta.31":
6+
version "7.0.0-beta.31"
7+
resolved "https://registry.yarnpkg.com/@babel/code-frame/-/code-frame-7.0.0-beta.31.tgz#473d021ecc573a2cce1c07d5b509d5215f46ba35"
8+
dependencies:
9+
chalk "^2.0.0"
10+
esutils "^2.0.2"
11+
js-tokens "^3.0.0"
12+
13+
"@babel/helper-function-name@7.0.0-beta.31":
14+
version "7.0.0-beta.31"
15+
resolved "https://registry.yarnpkg.com/@babel/helper-function-name/-/helper-function-name-7.0.0-beta.31.tgz#afe63ad799209989348b1109b44feb66aa245f57"
16+
dependencies:
17+
"@babel/helper-get-function-arity" "7.0.0-beta.31"
18+
"@babel/template" "7.0.0-beta.31"
19+
"@babel/traverse" "7.0.0-beta.31"
20+
"@babel/types" "7.0.0-beta.31"
21+
22+
"@babel/helper-get-function-arity@7.0.0-beta.31":
23+
version "7.0.0-beta.31"
24+
resolved "https://registry.yarnpkg.com/@babel/helper-get-function-arity/-/helper-get-function-arity-7.0.0-beta.31.tgz#1176d79252741218e0aec872ada07efb2b37a493"
25+
dependencies:
26+
"@babel/types" "7.0.0-beta.31"
27+
28+
"@babel/template@7.0.0-beta.31":
29+
version "7.0.0-beta.31"
30+
resolved "https://registry.yarnpkg.com/@babel/template/-/template-7.0.0-beta.31.tgz#577bb29389f6c497c3e7d014617e7d6713f68bda"
31+
dependencies:
32+
"@babel/code-frame" "7.0.0-beta.31"
33+
"@babel/types" "7.0.0-beta.31"
34+
babylon "7.0.0-beta.31"
35+
lodash "^4.2.0"
36+
37+
"@babel/traverse@7.0.0-beta.31", "@babel/traverse@^7.0.0-beta.31":
38+
version "7.0.0-beta.31"
39+
resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.0.0-beta.31.tgz#db399499ad74aefda014f0c10321ab255134b1df"
40+
dependencies:
41+
"@babel/code-frame" "7.0.0-beta.31"
42+
"@babel/helper-function-name" "7.0.0-beta.31"
43+
"@babel/types" "7.0.0-beta.31"
44+
babylon "7.0.0-beta.31"
45+
debug "^3.0.1"
46+
globals "^10.0.0"
47+
invariant "^2.2.0"
48+
lodash "^4.2.0"
49+
50+
"@babel/types@7.0.0-beta.31", "@babel/types@^7.0.0-beta.31":
51+
version "7.0.0-beta.31"
52+
resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.0.0-beta.31.tgz#42c9c86784f674c173fb21882ca9643334029de4"
53+
dependencies:
54+
esutils "^2.0.2"
55+
lodash "^4.2.0"
56+
to-fast-properties "^2.0.0"
57+
58+
"@types/node@*":
59+
version "8.0.50"
60+
resolved "https://registry.yarnpkg.com/@types/node/-/node-8.0.50.tgz#dc545448e128c88c4eec7cd64025fcc3b7604541"
861

962
abab@^1.0.3:
1063
version "1.0.4"
@@ -248,14 +301,6 @@ babel-cli@^6.26.0:
248301
optionalDependencies:
249302
chokidar "^1.6.1"
250303

251-
babel-code-frame@7.0.0-beta.0:
252-
version "7.0.0-beta.0"
253-
resolved "https://registry.yarnpkg.com/babel-code-frame/-/babel-code-frame-7.0.0-beta.0.tgz#418a7b5f3f7dc9a4670e61b1158b4c5661bec98d"
254-
dependencies:
255-
chalk "^2.0.0"
256-
esutils "^2.0.2"
257-
js-tokens "^3.0.0"
258-
259304
babel-code-frame@^6.22.0, babel-code-frame@^6.26.0:
260305
version "6.26.0"
261306
resolved "https://registry.yarnpkg.com/babel-code-frame/-/babel-code-frame-6.26.0.tgz#63fd43f7dc1e3bb7ce35947db8fe369a3f58c74b"
@@ -289,13 +334,13 @@ babel-core@^6.0.0, babel-core@^6.26.0:
289334
source-map "^0.5.6"
290335

291336
babel-eslint@^8.0.1:
292-
version "8.0.1"
293-
resolved "https://registry.yarnpkg.com/babel-eslint/-/babel-eslint-8.0.1.tgz#5d718be7a328625d006022eb293ed3008cbd6346"
337+
version "8.0.2"
338+
resolved "https://registry.yarnpkg.com/babel-eslint/-/babel-eslint-8.0.2.tgz#e44fb9a037d749486071d52d65312f5c20aa7530"
294339
dependencies:
295-
babel-code-frame "7.0.0-beta.0"
296-
babel-traverse "7.0.0-beta.0"
297-
babel-types "7.0.0-beta.0"
298-
babylon "7.0.0-beta.22"
340+
"@babel/code-frame" "^7.0.0-beta.31"
341+
"@babel/traverse" "^7.0.0-beta.31"
342+
"@babel/types" "^7.0.0-beta.31"
343+
babylon "^7.0.0-beta.31"
299344

300345
babel-generator@^6.18.0, babel-generator@^6.26.0:
301346
version "6.26.0"
@@ -369,15 +414,6 @@ babel-helper-explode-class@^6.24.1:
369414
babel-traverse "^6.24.1"
370415
babel-types "^6.24.1"
371416

372-
babel-helper-function-name@7.0.0-beta.0:
373-
version "7.0.0-beta.0"
374-
resolved "https://registry.yarnpkg.com/babel-helper-function-name/-/babel-helper-function-name-7.0.0-beta.0.tgz#d1b6779b647e5c5c31ebeb05e13b998e4d352d56"
375-
dependencies:
376-
babel-helper-get-function-arity "7.0.0-beta.0"
377-
babel-template "7.0.0-beta.0"
378-
babel-traverse "7.0.0-beta.0"
379-
babel-types "7.0.0-beta.0"
380-
381417
babel-helper-function-name@^6.24.1:
382418
version "6.24.1"
383419
resolved "https://registry.yarnpkg.com/babel-helper-function-name/-/babel-helper-function-name-6.24.1.tgz#d3475b8c03ed98242a25b48351ab18399d3580a9"
@@ -388,12 +424,6 @@ babel-helper-function-name@^6.24.1:
388424
babel-traverse "^6.24.1"
389425
babel-types "^6.24.1"
390426

391-
babel-helper-get-function-arity@7.0.0-beta.0:
392-
version "7.0.0-beta.0"
393-
resolved "https://registry.yarnpkg.com/babel-helper-get-function-arity/-/babel-helper-get-function-arity-7.0.0-beta.0.tgz#9d1ab7213bb5efe1ef1638a8ea1489969b5a8b6e"
394-
dependencies:
395-
babel-types "7.0.0-beta.0"
396-
397427
babel-helper-get-function-arity@^6.24.1:
398428
version "6.24.1"
399429
resolved "https://registry.yarnpkg.com/babel-helper-get-function-arity/-/babel-helper-get-function-arity-6.24.1.tgz#8f7782aa93407c41d3aa50908f89b031b1b6853d"
@@ -458,10 +488,6 @@ babel-jest@^21.2.0:
458488
babel-plugin-istanbul "^4.0.0"
459489
babel-preset-jest "^21.2.0"
460490

461-
babel-messages@7.0.0-beta.0:
462-
version "7.0.0-beta.0"
463-
resolved "https://registry.yarnpkg.com/babel-messages/-/babel-messages-7.0.0-beta.0.tgz#6df01296e49fc8fbd0637394326a167f36da817b"
464-
465491
babel-messages@^6.23.0:
466492
version "6.23.0"
467493
resolved "https://registry.yarnpkg.com/babel-messages/-/babel-messages-6.23.0.tgz#f3cdf4703858035b2a2951c6ec5edf6c62f2630e"
@@ -922,15 +948,6 @@ babel-runtime@^6.18.0, babel-runtime@^6.22.0, babel-runtime@^6.26.0:
922948
core-js "^2.4.0"
923949
regenerator-runtime "^0.11.0"
924950

925-
babel-template@7.0.0-beta.0:
926-
version "7.0.0-beta.0"
927-
resolved "https://registry.yarnpkg.com/babel-template/-/babel-template-7.0.0-beta.0.tgz#85083cf9e4395d5e48bf5154d7a8d6991cafecfb"
928-
dependencies:
929-
babel-traverse "7.0.0-beta.0"
930-
babel-types "7.0.0-beta.0"
931-
babylon "7.0.0-beta.22"
932-
lodash "^4.2.0"
933-
934951
babel-template@^6.16.0, babel-template@^6.24.1, babel-template@^6.26.0:
935952
version "6.26.0"
936953
resolved "https://registry.yarnpkg.com/babel-template/-/babel-template-6.26.0.tgz#de03e2d16396b069f46dd9fff8521fb1a0e35e02"
@@ -941,20 +958,6 @@ babel-template@^6.16.0, babel-template@^6.24.1, babel-template@^6.26.0:
941958
babylon "^6.18.0"
942959
lodash "^4.17.4"
943960

944-
babel-traverse@7.0.0-beta.0:
945-
version "7.0.0-beta.0"
946-
resolved "https://registry.yarnpkg.com/babel-traverse/-/babel-traverse-7.0.0-beta.0.tgz#da14be9b762f62a2f060db464eaafdd8cd072a41"
947-
dependencies:
948-
babel-code-frame "7.0.0-beta.0"
949-
babel-helper-function-name "7.0.0-beta.0"
950-
babel-messages "7.0.0-beta.0"
951-
babel-types "7.0.0-beta.0"
952-
babylon "7.0.0-beta.22"
953-
debug "^3.0.1"
954-
globals "^10.0.0"
955-
invariant "^2.2.0"
956-
lodash "^4.2.0"
957-
958961
babel-traverse@^6.18.0, babel-traverse@^6.24.1, babel-traverse@^6.26.0:
959962
version "6.26.0"
960963
resolved "https://registry.yarnpkg.com/babel-traverse/-/babel-traverse-6.26.0.tgz#46a9cbd7edcc62c8e5c064e2d2d8d0f4035766ee"
@@ -969,14 +972,6 @@ babel-traverse@^6.18.0, babel-traverse@^6.24.1, babel-traverse@^6.26.0:
969972
invariant "^2.2.2"
970973
lodash "^4.17.4"
971974

972-
babel-types@7.0.0-beta.0:
973-
version "7.0.0-beta.0"
974-
resolved "https://registry.yarnpkg.com/babel-types/-/babel-types-7.0.0-beta.0.tgz#eb8b6e556470e6dcc4aef982d79ad229469b5169"
975-
dependencies:
976-
esutils "^2.0.2"
977-
lodash "^4.2.0"
978-
to-fast-properties "^2.0.0"
979-
980975
babel-types@^6.18.0, babel-types@^6.19.0, babel-types@^6.24.1, babel-types@^6.26.0:
981976
version "6.26.0"
982977
resolved "https://registry.yarnpkg.com/babel-types/-/babel-types-6.26.0.tgz#a3b073f94ab49eb6fa55cd65227a334380632497"
@@ -986,9 +981,9 @@ babel-types@^6.18.0, babel-types@^6.19.0, babel-types@^6.24.1, babel-types@^6.26
986981
lodash "^4.17.4"
987982
to-fast-properties "^1.0.3"
988983

989-
babylon@7.0.0-beta.22:
990-
version "7.0.0-beta.22"
991-
resolved "https://registry.yarnpkg.com/babylon/-/babylon-7.0.0-beta.22.tgz#74f0ad82ed7c7c3cfeab74cf684f815104161b65"
984+
babylon@7.0.0-beta.31, babylon@^7.0.0-beta.31:
985+
version "7.0.0-beta.31"
986+
resolved "https://registry.yarnpkg.com/babylon/-/babylon-7.0.0-beta.31.tgz#7ec10f81e0e456fd0f855ad60fa30c2ac454283f"
992987

993988
babylon@^6.18.0:
994989
version "6.18.0"
@@ -1187,8 +1182,8 @@ code-point-at@^1.0.0:
11871182
resolved "https://registry.yarnpkg.com/code-point-at/-/code-point-at-1.1.0.tgz#0d070b4d043a5bea33a2f1a40e2edb3d9a4ccf77"
11881183

11891184
color-convert@^1.9.0:
1190-
version "1.9.0"
1191-
resolved "https://registry.yarnpkg.com/color-convert/-/color-convert-1.9.0.tgz#1accf97dd739b983bf994d56fec8f95853641b7a"
1185+
version "1.9.1"
1186+
resolved "https://registry.yarnpkg.com/color-convert/-/color-convert-1.9.1.tgz#c1261107aeb2f294ebffec9ed9ecad529a6097ed"
11921187
dependencies:
11931188
color-name "^1.1.1"
11941189

@@ -1454,8 +1449,8 @@ entities@^1.1.1, entities@~1.1.1:
14541449
resolved "https://registry.yarnpkg.com/entities/-/entities-1.1.1.tgz#6e5c2d0a5621b5dadaecef80b90edfb5cd7772f0"
14551450

14561451
enzyme-adapter-react-16@^1.0.2:
1457-
version "1.0.3"
1458-
resolved "https://registry.yarnpkg.com/enzyme-adapter-react-16/-/enzyme-adapter-react-16-1.0.3.tgz#f40e654f850b62e3ff71639141685e0bb129be34"
1452+
version "1.0.4"
1453+
resolved "https://registry.yarnpkg.com/enzyme-adapter-react-16/-/enzyme-adapter-react-16-1.0.4.tgz#67f898cc053452f5c786424e395fe0c63a0607fe"
14591454
dependencies:
14601455
enzyme-adapter-utils "^1.1.0"
14611456
lodash "^4.17.4"
@@ -1465,22 +1460,22 @@ enzyme-adapter-react-16@^1.0.2:
14651460
react-test-renderer "^16.0.0-0"
14661461

14671462
enzyme-adapter-utils@^1.1.0:
1468-
version "1.1.0"
1469-
resolved "https://registry.yarnpkg.com/enzyme-adapter-utils/-/enzyme-adapter-utils-1.1.0.tgz#7d765b2e7ebd305899e99b2eb60e77382369d8de"
1463+
version "1.1.1"
1464+
resolved "https://registry.yarnpkg.com/enzyme-adapter-utils/-/enzyme-adapter-utils-1.1.1.tgz#689de8853f0751710590d6dfa730ff4056ea36b2"
14701465
dependencies:
14711466
lodash "^4.17.4"
14721467
object.assign "^4.0.4"
14731468
prop-types "^15.5.10"
14741469

14751470
enzyme-to-json@^3.1.4:
1476-
version "3.2.1"
1477-
resolved "https://registry.yarnpkg.com/enzyme-to-json/-/enzyme-to-json-3.2.1.tgz#bdee118fb94eb058311a76a6f94670c0c504b71d"
1471+
version "3.2.2"
1472+
resolved "https://registry.yarnpkg.com/enzyme-to-json/-/enzyme-to-json-3.2.2.tgz#110047c68dda97aaeb7af3cee7d995fe3d17e82a"
14781473
dependencies:
14791474
lodash "^4.17.4"
14801475

14811476
enzyme@^3.1.0:
1482-
version "3.1.0"
1483-
resolved "https://registry.yarnpkg.com/enzyme/-/enzyme-3.1.0.tgz#d8ca84085790fbcec6ed40badd14478faee4c25a"
1477+
version "3.1.1"
1478+
resolved "https://registry.yarnpkg.com/enzyme/-/enzyme-3.1.1.tgz#c6948dfccd055d75fbd8627ad1c96a024d0e247b"
14841479
dependencies:
14851480
cheerio "^1.0.0-rc.2"
14861481
function.prototype.name "^1.0.3"
@@ -1491,7 +1486,7 @@ enzyme@^3.1.0:
14911486
object.entries "^1.0.4"
14921487
object.values "^1.0.4"
14931488
raf "^3.3.2"
1494-
rst-selector-parser "^2.2.2"
1489+
rst-selector-parser "^2.2.3"
14951490

14961491
errno@^0.1.4:
14971492
version "0.1.4"
@@ -1972,8 +1967,8 @@ glob@^7.0.3, glob@^7.0.5, glob@^7.1.1, glob@^7.1.2:
19721967
path-is-absolute "^1.0.0"
19731968

19741969
globals@^10.0.0:
1975-
version "10.1.0"
1976-
resolved "https://registry.yarnpkg.com/globals/-/globals-10.1.0.tgz#4425a1881be0d336b4a823a82a7be725d5dd987c"
1970+
version "10.3.0"
1971+
resolved "https://registry.yarnpkg.com/globals/-/globals-10.3.0.tgz#716aba93657b56630b5a0e77de5ea8ac6215afaa"
19771972

19781973
globals@^9.17.0, globals@^9.18.0:
19791974
version "9.18.0"
@@ -3186,10 +3181,10 @@ parse5@^1.5.1:
31863181
resolved "https://registry.yarnpkg.com/parse5/-/parse5-1.5.1.tgz#9b7f3b0de32be78dc2401b17573ccaf0f6f59d94"
31873182

31883183
parse5@^3.0.1:
3189-
version "3.0.2"
3190-
resolved "https://registry.yarnpkg.com/parse5/-/parse5-3.0.2.tgz#05eff57f0ef4577fb144a79f8b9a967a6cc44510"
3184+
version "3.0.3"
3185+
resolved "https://registry.yarnpkg.com/parse5/-/parse5-3.0.3.tgz#042f792ffdd36851551cf4e9e066b3874ab45b5c"
31913186
dependencies:
3192-
"@types/node" "^6.0.46"
3187+
"@types/node" "*"
31933188

31943189
path-exists@^2.0.0:
31953190
version "2.1.0"
@@ -3368,8 +3363,8 @@ rc@^1.1.7:
33683363
strip-json-comments "~2.0.1"
33693364

33703365
react-dom@^16.0.0:
3371-
version "16.0.0"
3372-
resolved "https://registry.yarnpkg.com/react-dom/-/react-dom-16.0.0.tgz#9cc3079c3dcd70d4c6e01b84aab2a7e34c303f58"
3366+
version "16.1.0"
3367+
resolved "https://registry.yarnpkg.com/react-dom/-/react-dom-16.1.0.tgz#ab6fd2a285096f388aeba51919a573d06c9bdde4"
33733368
dependencies:
33743369
fbjs "^0.8.16"
33753370
loose-envify "^1.1.0"
@@ -3400,15 +3395,16 @@ react-router@^4.2.0:
34003395
warning "^3.0.0"
34013396

34023397
react-test-renderer@^16.0.0-0:
3403-
version "16.0.0"
3404-
resolved "https://registry.yarnpkg.com/react-test-renderer/-/react-test-renderer-16.0.0.tgz#9fe7b8308f2f71f29fc356d4102086f131c9cb15"
3398+
version "16.1.0"
3399+
resolved "https://registry.yarnpkg.com/react-test-renderer/-/react-test-renderer-16.1.0.tgz#33a1d3ce896311e0dd1547649b1456ffa7fda415"
34053400
dependencies:
34063401
fbjs "^0.8.16"
34073402
object-assign "^4.1.1"
3403+
prop-types "^15.6.0"
34083404

34093405
react@^16.0.0:
3410-
version "16.0.0"
3411-
resolved "https://registry.yarnpkg.com/react/-/react-16.0.0.tgz#ce7df8f1941b036f02b2cca9dbd0cb1f0e855e2d"
3406+
version "16.1.0"
3407+
resolved "https://registry.yarnpkg.com/react/-/react-16.1.0.tgz#1c2bdac3c17fe7ee9282fa35aca6cc36387903e1"
34123408
dependencies:
34133409
fbjs "^0.8.16"
34143410
loose-envify "^1.1.0"
@@ -3638,7 +3634,7 @@ rimraf@2, rimraf@^2.2.8, rimraf@^2.5.1, rimraf@^2.6.1:
36383634
dependencies:
36393635
glob "^7.0.5"
36403636

3641-
rst-selector-parser@^2.2.2:
3637+
rst-selector-parser@^2.2.3:
36423638
version "2.2.3"
36433639
resolved "https://registry.yarnpkg.com/rst-selector-parser/-/rst-selector-parser-2.2.3.tgz#81b230ea2fcc6066c89e3472de794285d9b03d91"
36443640
dependencies:

0 commit comments

Comments
 (0)