Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit 23ebca8

Browse files
chore(package): update lockfile yarn.lock
1 parent 2ed0e65 commit 23ebca8

File tree

1 file changed

+221
-2
lines changed

1 file changed

+221
-2
lines changed

‎yarn.lock‎

Lines changed: 221 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
semver "^5.4.1"
3030
source-map "^0.5.0"
3131

32-
"@babel/core@^7.0.0", "@babel/core@^7.1.0", "@babel/core@^7.4.3", "@babel/core@^7.4.5":
32+
"@babel/core@^7.0.0", "@babel/core@^7.1.0", "@babel/core@^7.4.3":
3333
version "7.4.5"
3434
resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.4.5.tgz#081f97e8ffca65a9b4b0fdc7e274e703f000c06a"
3535
integrity sha512-OvjIh6aqXtlsA8ujtGKfC7LYWksYSX8yQcM8Ay3LuvVeQ63lcOKgoZWVqcpFwkd29aYU9rVx7jxhfhiEDV9MZA==
@@ -49,6 +49,26 @@
4949
semver "^5.4.1"
5050
source-map "^0.5.0"
5151

52+
"@babel/core@^7.5.0":
53+
version "7.5.0"
54+
resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.5.0.tgz#6ed6a2881ad48a732c5433096d96d1b0ee5eb734"
55+
integrity sha512-6Isr4X98pwXqHvtigw71CKgmhL1etZjPs5A67jL/w0TkLM9eqmFR40YrnJvEc1WnMZFsskjsmid8bHZyxKEAnw==
56+
dependencies:
57+
"@babel/code-frame" "^7.0.0"
58+
"@babel/generator" "^7.5.0"
59+
"@babel/helpers" "^7.5.0"
60+
"@babel/parser" "^7.5.0"
61+
"@babel/template" "^7.4.4"
62+
"@babel/traverse" "^7.5.0"
63+
"@babel/types" "^7.5.0"
64+
convert-source-map "^1.1.0"
65+
debug "^4.1.0"
66+
json5 "^2.1.0"
67+
lodash "^4.17.11"
68+
resolve "^1.3.2"
69+
semver "^5.4.1"
70+
source-map "^0.5.0"
71+
5272
"@babel/generator@^7.4.0", "@babel/generator@^7.4.4":
5373
version "7.4.4"
5474
resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.4.4.tgz#174a215eb843fc392c7edcaabeaa873de6e8f041"
@@ -60,6 +80,17 @@
6080
source-map "^0.5.0"
6181
trim-right "^1.0.1"
6282

83+
"@babel/generator@^7.5.0":
84+
version "7.5.0"
85+
resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.5.0.tgz#f20e4b7a91750ee8b63656073d843d2a736dca4a"
86+
integrity sha512-1TTVrt7J9rcG5PMjvO7VEG3FrEoEJNHxumRq66GemPmzboLWtIjjcJgk8rokuAS7IiRSpgVSu5Vb9lc99iJkOA==
87+
dependencies:
88+
"@babel/types" "^7.5.0"
89+
jsesc "^2.5.1"
90+
lodash "^4.17.11"
91+
source-map "^0.5.0"
92+
trim-right "^1.0.1"
93+
6394
"@babel/helper-annotate-as-pure@^7.0.0":
6495
version "7.0.0"
6596
resolved "https://registry.yarnpkg.com/@babel/helper-annotate-as-pure/-/helper-annotate-as-pure-7.0.0.tgz#323d39dd0b50e10c7c06ca7d7638e6864d8c5c32"
@@ -104,6 +135,18 @@
104135
"@babel/helper-replace-supers" "^7.4.4"
105136
"@babel/helper-split-export-declaration" "^7.4.4"
106137

138+
"@babel/helper-create-class-features-plugin@^7.5.0":
139+
version "7.5.0"
140+
resolved "https://registry.yarnpkg.com/@babel/helper-create-class-features-plugin/-/helper-create-class-features-plugin-7.5.0.tgz#02edb97f512d44ba23b3227f1bf2ed43454edac5"
141+
integrity sha512-EAoMc3hE5vE5LNhMqDOwB1usHvmRjCDAnH8CD4PVkX9/Yr3W/tcz8xE8QvdZxfsFBDICwZnF2UTHIqslRpvxmA==
142+
dependencies:
143+
"@babel/helper-function-name" "^7.1.0"
144+
"@babel/helper-member-expression-to-functions" "^7.0.0"
145+
"@babel/helper-optimise-call-expression" "^7.0.0"
146+
"@babel/helper-plugin-utils" "^7.0.0"
147+
"@babel/helper-replace-supers" "^7.4.4"
148+
"@babel/helper-split-export-declaration" "^7.4.4"
149+
107150
"@babel/helper-define-map@^7.4.0", "@babel/helper-define-map@^7.4.4":
108151
version "7.4.4"
109152
resolved "https://registry.yarnpkg.com/@babel/helper-define-map/-/helper-define-map-7.4.4.tgz#6969d1f570b46bdc900d1eba8e5d59c48ba2c12a"
@@ -244,6 +287,15 @@
244287
"@babel/traverse" "^7.4.4"
245288
"@babel/types" "^7.4.4"
246289

290+
"@babel/helpers@^7.5.0":
291+
version "7.5.0"
292+
resolved "https://registry.yarnpkg.com/@babel/helpers/-/helpers-7.5.0.tgz#7f0c17666e7ed8355ed6eff643dde12fb681ddb4"
293+
integrity sha512-EgCUEa8cNwuMrwo87l2d7i2oShi8m2Q58H7h3t4TWtqATZalJYFwfL9DulRe02f3KdqM9xmMCw3v/7Ll+EiaWg==
294+
dependencies:
295+
"@babel/template" "^7.4.4"
296+
"@babel/traverse" "^7.5.0"
297+
"@babel/types" "^7.5.0"
298+
247299
"@babel/highlight@^7.0.0":
248300
version "7.0.0"
249301
resolved "https://registry.yarnpkg.com/@babel/highlight/-/highlight-7.0.0.tgz#f710c38c8d458e6dd9a201afb637fcb781ce99e4"
@@ -258,6 +310,11 @@
258310
resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.4.5.tgz#04af8d5d5a2b044a2a1bffacc1e5e6673544e872"
259311
integrity sha512-9mUqkL1FF5T7f0WDFfAoDdiMVPWsdD1gZYzSnaXsxUCUqzuch/8of9G3VUSNiZmMBoRxT3neyVsqeiL/ZPcjew==
260312

313+
"@babel/parser@^7.5.0":
314+
version "7.5.0"
315+
resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.5.0.tgz#3e0713dff89ad6ae37faec3b29dcfc5c979770b7"
316+
integrity sha512-I5nW8AhGpOXGCCNYGc+p7ExQIBxRFnS2fd/d862bNOKvmoEPjYPcfIjsfdy0ujagYOIYPczKgD9l3FsgTkAzKA==
317+
261318
"@babel/plugin-proposal-async-generator-functions@^7.2.0":
262319
version "7.2.0"
263320
resolved "https://registry.yarnpkg.com/@babel/plugin-proposal-async-generator-functions/-/plugin-proposal-async-generator-functions-7.2.0.tgz#b289b306669dce4ad20b0252889a15768c9d417e"
@@ -275,7 +332,15 @@
275332
"@babel/helper-create-class-features-plugin" "^7.4.0"
276333
"@babel/helper-plugin-utils" "^7.0.0"
277334

278-
"@babel/plugin-proposal-class-properties@7.4.4", "@babel/plugin-proposal-class-properties@^7.3.3":
335+
"@babel/plugin-proposal-class-properties@7.5.0":
336+
version "7.5.0"
337+
resolved "https://registry.yarnpkg.com/@babel/plugin-proposal-class-properties/-/plugin-proposal-class-properties-7.5.0.tgz#5bc6a0537d286fcb4fd4e89975adbca334987007"
338+
integrity sha512-9L/JfPCT+kShiiTTzcnBJ8cOwdKVmlC1RcCf9F0F9tERVrM4iWtWnXtjWCRqNm2la2BxO1MPArWNsU9zsSJWSQ==
339+
dependencies:
340+
"@babel/helper-create-class-features-plugin" "^7.5.0"
341+
"@babel/helper-plugin-utils" "^7.0.0"
342+
343+
"@babel/plugin-proposal-class-properties@^7.3.3":
279344
version "7.4.4"
280345
resolved "https://registry.yarnpkg.com/@babel/plugin-proposal-class-properties/-/plugin-proposal-class-properties-7.4.4.tgz#93a6486eed86d53452ab9bab35e368e9461198ce"
281346
integrity sha512-WjKTI8g8d5w1Bc9zgwSz2nfrsNQsXcCf9J9cdCvrJV6RF56yztwm4TmJC0MgJ9tvwO9gUA/mcYe89bLdGfiXFg==
@@ -292,6 +357,14 @@
292357
"@babel/helper-plugin-utils" "^7.0.0"
293358
"@babel/plugin-syntax-decorators" "^7.2.0"
294359

360+
"@babel/plugin-proposal-dynamic-import@^7.5.0":
361+
version "7.5.0"
362+
resolved "https://registry.yarnpkg.com/@babel/plugin-proposal-dynamic-import/-/plugin-proposal-dynamic-import-7.5.0.tgz#e532202db4838723691b10a67b8ce509e397c506"
363+
integrity sha512-x/iMjggsKTFHYC6g11PL7Qy58IK8H5zqfm9e6hu4z1iH2IRyAp9u9dL80zA6R76yFovETFLKz2VJIC2iIPBuFw==
364+
dependencies:
365+
"@babel/helper-plugin-utils" "^7.0.0"
366+
"@babel/plugin-syntax-dynamic-import" "^7.2.0"
367+
295368
"@babel/plugin-proposal-json-strings@^7.2.0":
296369
version "7.2.0"
297370
resolved "https://registry.yarnpkg.com/@babel/plugin-proposal-json-strings/-/plugin-proposal-json-strings-7.2.0.tgz#568ecc446c6148ae6b267f02551130891e29f317"
@@ -316,6 +389,14 @@
316389
"@babel/helper-plugin-utils" "^7.0.0"
317390
"@babel/plugin-syntax-object-rest-spread" "^7.2.0"
318391

392+
"@babel/plugin-proposal-object-rest-spread@^7.5.0":
393+
version "7.5.0"
394+
resolved "https://registry.yarnpkg.com/@babel/plugin-proposal-object-rest-spread/-/plugin-proposal-object-rest-spread-7.5.0.tgz#4838ce3cbc9a84dd00bce7a17e9e9c36119f83a0"
395+
integrity sha512-G1qy5EdcO3vYhbxlXjRSR2SXB8GsxYv9hoRKT1Jdn3qy/NUnFqUUnqymKZ00Pbj+3FXNh06B+BUZzecrp3sxNw==
396+
dependencies:
397+
"@babel/helper-plugin-utils" "^7.0.0"
398+
"@babel/plugin-syntax-object-rest-spread" "^7.2.0"
399+
319400
"@babel/plugin-proposal-optional-catch-binding@^7.2.0":
320401
version "7.2.0"
321402
resolved "https://registry.yarnpkg.com/@babel/plugin-proposal-optional-catch-binding/-/plugin-proposal-optional-catch-binding-7.2.0.tgz#135d81edb68a081e55e56ec48541ece8065c38f5"
@@ -412,6 +493,15 @@
412493
"@babel/helper-plugin-utils" "^7.0.0"
413494
"@babel/helper-remap-async-to-generator" "^7.1.0"
414495

496+
"@babel/plugin-transform-async-to-generator@^7.5.0":
497+
version "7.5.0"
498+
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-async-to-generator/-/plugin-transform-async-to-generator-7.5.0.tgz#89a3848a0166623b5bc481164b5936ab947e887e"
499+
integrity sha512-mqvkzwIGkq0bEF1zLRRiTdjfomZJDV33AH3oQzHVGkI2VzEmXLpKKOBvEVaFZBJdN0XTyH38s9j/Kiqr68dggg==
500+
dependencies:
501+
"@babel/helper-module-imports" "^7.0.0"
502+
"@babel/helper-plugin-utils" "^7.0.0"
503+
"@babel/helper-remap-async-to-generator" "^7.1.0"
504+
415505
"@babel/plugin-transform-block-scoped-functions@^7.2.0":
416506
version "7.2.0"
417507
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-block-scoped-functions/-/plugin-transform-block-scoped-functions-7.2.0.tgz#5d3cc11e8d5ddd752aa64c9148d0db6cb79fd190"
@@ -476,6 +566,13 @@
476566
dependencies:
477567
"@babel/helper-plugin-utils" "^7.0.0"
478568

569+
"@babel/plugin-transform-destructuring@^7.5.0":
570+
version "7.5.0"
571+
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-destructuring/-/plugin-transform-destructuring-7.5.0.tgz#f6c09fdfe3f94516ff074fe877db7bc9ef05855a"
572+
integrity sha512-YbYgbd3TryYYLGyC7ZR+Tq8H/+bCmwoaxHfJHupom5ECstzbRLTch6gOQbhEY9Z4hiCNHEURgq06ykFv9JZ/QQ==
573+
dependencies:
574+
"@babel/helper-plugin-utils" "^7.0.0"
575+
479576
"@babel/plugin-transform-dotall-regex@^7.4.3", "@babel/plugin-transform-dotall-regex@^7.4.4":
480577
version "7.4.4"
481578
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-dotall-regex/-/plugin-transform-dotall-regex-7.4.4.tgz#361a148bc951444312c69446d76ed1ea8e4450c3"
@@ -492,6 +589,13 @@
492589
dependencies:
493590
"@babel/helper-plugin-utils" "^7.0.0"
494591

592+
"@babel/plugin-transform-duplicate-keys@^7.5.0":
593+
version "7.5.0"
594+
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-duplicate-keys/-/plugin-transform-duplicate-keys-7.5.0.tgz#c5dbf5106bf84cdf691222c0974c12b1df931853"
595+
integrity sha512-igcziksHizyQPlX9gfSjHkE2wmoCH3evvD2qR5w29/Dk0SMKE/eOI7f1HhBdNhR/zxJDqrgpoDTq5YSLH/XMsQ==
596+
dependencies:
597+
"@babel/helper-plugin-utils" "^7.0.0"
598+
495599
"@babel/plugin-transform-exponentiation-operator@^7.2.0":
496600
version "7.2.0"
497601
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-exponentiation-operator/-/plugin-transform-exponentiation-operator-7.2.0.tgz#a63868289e5b4007f7054d46491af51435766008"
@@ -553,6 +657,15 @@
553657
"@babel/helper-module-transforms" "^7.1.0"
554658
"@babel/helper-plugin-utils" "^7.0.0"
555659

660+
"@babel/plugin-transform-modules-amd@^7.5.0":
661+
version "7.5.0"
662+
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-modules-amd/-/plugin-transform-modules-amd-7.5.0.tgz#ef00435d46da0a5961aa728a1d2ecff063e4fb91"
663+
integrity sha512-n20UsQMKnWrltocZZm24cRURxQnWIvsABPJlw/fvoy9c6AgHZzoelAIzajDHAQrDpuKFFPPcFGd7ChsYuIUMpg==
664+
dependencies:
665+
"@babel/helper-module-transforms" "^7.1.0"
666+
"@babel/helper-plugin-utils" "^7.0.0"
667+
babel-plugin-dynamic-import-node "^2.3.0"
668+
556669
"@babel/plugin-transform-modules-commonjs@^7.4.3", "@babel/plugin-transform-modules-commonjs@^7.4.4":
557670
version "7.4.4"
558671
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-modules-commonjs/-/plugin-transform-modules-commonjs-7.4.4.tgz#0bef4713d30f1d78c2e59b3d6db40e60192cac1e"
@@ -562,6 +675,16 @@
562675
"@babel/helper-plugin-utils" "^7.0.0"
563676
"@babel/helper-simple-access" "^7.1.0"
564677

678+
"@babel/plugin-transform-modules-commonjs@^7.5.0":
679+
version "7.5.0"
680+
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-modules-commonjs/-/plugin-transform-modules-commonjs-7.5.0.tgz#425127e6045231360858eeaa47a71d75eded7a74"
681+
integrity sha512-xmHq0B+ytyrWJvQTc5OWAC4ii6Dhr0s22STOoydokG51JjWhyYo5mRPXoi+ZmtHQhZZwuXNN+GG5jy5UZZJxIQ==
682+
dependencies:
683+
"@babel/helper-module-transforms" "^7.4.4"
684+
"@babel/helper-plugin-utils" "^7.0.0"
685+
"@babel/helper-simple-access" "^7.1.0"
686+
babel-plugin-dynamic-import-node "^2.3.0"
687+
565688
"@babel/plugin-transform-modules-systemjs@^7.4.0", "@babel/plugin-transform-modules-systemjs@^7.4.4":
566689
version "7.4.4"
567690
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-modules-systemjs/-/plugin-transform-modules-systemjs-7.4.4.tgz#dc83c5665b07d6c2a7b224c00ac63659ea36a405"
@@ -570,6 +693,15 @@
570693
"@babel/helper-hoist-variables" "^7.4.4"
571694
"@babel/helper-plugin-utils" "^7.0.0"
572695

696+
"@babel/plugin-transform-modules-systemjs@^7.5.0":
697+
version "7.5.0"
698+
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-modules-systemjs/-/plugin-transform-modules-systemjs-7.5.0.tgz#e75266a13ef94202db2a0620977756f51d52d249"
699+
integrity sha512-Q2m56tyoQWmuNGxEtUyeEkm6qJYFqs4c+XyXH5RAuYxObRNz9Zgj/1g2GMnjYp2EUyEy7YTrxliGCXzecl/vJg==
700+
dependencies:
701+
"@babel/helper-hoist-variables" "^7.4.4"
702+
"@babel/helper-plugin-utils" "^7.0.0"
703+
babel-plugin-dynamic-import-node "^2.3.0"
704+
573705
"@babel/plugin-transform-modules-umd@^7.2.0":
574706
version "7.2.0"
575707
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-modules-umd/-/plugin-transform-modules-umd-7.2.0.tgz#7678ce75169f0877b8eb2235538c074268dd01ae"
@@ -842,6 +974,62 @@
842974
js-levenshtein "^1.1.3"
843975
semver "^5.5.0"
844976

977+
"@babel/preset-env@^7.5.0":
978+
version "7.5.0"
979+
resolved "https://registry.yarnpkg.com/@babel/preset-env/-/preset-env-7.5.0.tgz#1122a751e864850b4dbce38bd9b4497840ee6f01"
980+
integrity sha512-/5oQ7cYg+6sH9Dt9yx5IiylnLPiUdyMHl5y+K0mKVNiW2wJ7FpU5bg8jKcT8PcCbxdYzfv6OuC63jLEtMuRSmQ==
981+
dependencies:
982+
"@babel/helper-module-imports" "^7.0.0"
983+
"@babel/helper-plugin-utils" "^7.0.0"
984+
"@babel/plugin-proposal-async-generator-functions" "^7.2.0"
985+
"@babel/plugin-proposal-dynamic-import" "^7.5.0"
986+
"@babel/plugin-proposal-json-strings" "^7.2.0"
987+
"@babel/plugin-proposal-object-rest-spread" "^7.5.0"
988+
"@babel/plugin-proposal-optional-catch-binding" "^7.2.0"
989+
"@babel/plugin-proposal-unicode-property-regex" "^7.4.4"
990+
"@babel/plugin-syntax-async-generators" "^7.2.0"
991+
"@babel/plugin-syntax-dynamic-import" "^7.2.0"
992+
"@babel/plugin-syntax-json-strings" "^7.2.0"
993+
"@babel/plugin-syntax-object-rest-spread" "^7.2.0"
994+
"@babel/plugin-syntax-optional-catch-binding" "^7.2.0"
995+
"@babel/plugin-transform-arrow-functions" "^7.2.0"
996+
"@babel/plugin-transform-async-to-generator" "^7.5.0"
997+
"@babel/plugin-transform-block-scoped-functions" "^7.2.0"
998+
"@babel/plugin-transform-block-scoping" "^7.4.4"
999+
"@babel/plugin-transform-classes" "^7.4.4"
1000+
"@babel/plugin-transform-computed-properties" "^7.2.0"
1001+
"@babel/plugin-transform-destructuring" "^7.5.0"
1002+
"@babel/plugin-transform-dotall-regex" "^7.4.4"
1003+
"@babel/plugin-transform-duplicate-keys" "^7.5.0"
1004+
"@babel/plugin-transform-exponentiation-operator" "^7.2.0"
1005+
"@babel/plugin-transform-for-of" "^7.4.4"
1006+
"@babel/plugin-transform-function-name" "^7.4.4"
1007+
"@babel/plugin-transform-literals" "^7.2.0"
1008+
"@babel/plugin-transform-member-expression-literals" "^7.2.0"
1009+
"@babel/plugin-transform-modules-amd" "^7.5.0"
1010+
"@babel/plugin-transform-modules-commonjs" "^7.5.0"
1011+
"@babel/plugin-transform-modules-systemjs" "^7.5.0"
1012+
"@babel/plugin-transform-modules-umd" "^7.2.0"
1013+
"@babel/plugin-transform-named-capturing-groups-regex" "^7.4.5"
1014+
"@babel/plugin-transform-new-target" "^7.4.4"
1015+
"@babel/plugin-transform-object-super" "^7.2.0"
1016+
"@babel/plugin-transform-parameters" "^7.4.4"
1017+
"@babel/plugin-transform-property-literals" "^7.2.0"
1018+
"@babel/plugin-transform-regenerator" "^7.4.5"
1019+
"@babel/plugin-transform-reserved-words" "^7.2.0"
1020+
"@babel/plugin-transform-shorthand-properties" "^7.2.0"
1021+
"@babel/plugin-transform-spread" "^7.2.0"
1022+
"@babel/plugin-transform-sticky-regex" "^7.2.0"
1023+
"@babel/plugin-transform-template-literals" "^7.4.4"
1024+
"@babel/plugin-transform-typeof-symbol" "^7.2.0"
1025+
"@babel/plugin-transform-unicode-regex" "^7.4.4"
1026+
"@babel/types" "^7.5.0"
1027+
browserslist "^4.6.0"
1028+
core-js-compat "^3.1.1"
1029+
invariant "^2.2.2"
1030+
js-levenshtein "^1.1.3"
1031+
semver "^5.5.0"
1032+
8451033
"@babel/preset-flow@^7.0.0":
8461034
version "7.0.0"
8471035
resolved "https://registry.yarnpkg.com/@babel/preset-flow/-/preset-flow-7.0.0.tgz#afd764835d9535ec63d8c7d4caf1c06457263da2"
@@ -914,6 +1102,21 @@
9141102
globals "^11.1.0"
9151103
lodash "^4.17.11"
9161104

1105+
"@babel/traverse@^7.5.0":
1106+
version "7.5.0"
1107+
resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.5.0.tgz#4216d6586854ef5c3c4592dab56ec7eb78485485"
1108+
integrity sha512-SnA9aLbyOCcnnbQEGwdfBggnc142h/rbqqsXcaATj2hZcegCl903pUD/lfpsNBlBSuWow/YDfRyJuWi2EPR5cg==
1109+
dependencies:
1110+
"@babel/code-frame" "^7.0.0"
1111+
"@babel/generator" "^7.5.0"
1112+
"@babel/helper-function-name" "^7.1.0"
1113+
"@babel/helper-split-export-declaration" "^7.4.4"
1114+
"@babel/parser" "^7.5.0"
1115+
"@babel/types" "^7.5.0"
1116+
debug "^4.1.0"
1117+
globals "^11.1.0"
1118+
lodash "^4.17.11"
1119+
9171120
"@babel/types@^7.0.0", "@babel/types@^7.2.0", "@babel/types@^7.3.0", "@babel/types@^7.4.0", "@babel/types@^7.4.4":
9181121
version "7.4.4"
9191122
resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.4.4.tgz#8db9e9a629bb7c29370009b4b779ed93fe57d5f0"
@@ -923,6 +1126,15 @@
9231126
lodash "^4.17.11"
9241127
to-fast-properties "^2.0.0"
9251128

1129+
"@babel/types@^7.5.0":
1130+
version "7.5.0"
1131+
resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.5.0.tgz#e47d43840c2e7f9105bc4d3a2c371b4d0c7832ab"
1132+
integrity sha512-UFpDVqRABKsW01bvw7/wSUe56uy6RXM5+VJibVVAybDGxEW25jdwiFJEf7ASvSaC7sN7rbE/l3cLp2izav+CtQ==
1133+
dependencies:
1134+
esutils "^2.0.2"
1135+
lodash "^4.17.11"
1136+
to-fast-properties "^2.0.0"
1137+
9261138
"@cnakazawa/watch@^1.0.3":
9271139
version "1.0.3"
9281140
resolved "https://registry.yarnpkg.com/@cnakazawa/watch/-/watch-1.0.3.tgz#099139eaec7ebf07a27c1786a3ff64f39464d2ef"
@@ -2666,6 +2878,13 @@ babel-plugin-dynamic-import-node@2.2.0:
26662878
dependencies:
26672879
object.assign "^4.1.0"
26682880

2881+
babel-plugin-dynamic-import-node@^2.3.0:
2882+
version "2.3.0"
2883+
resolved "https://registry.yarnpkg.com/babel-plugin-dynamic-import-node/-/babel-plugin-dynamic-import-node-2.3.0.tgz#f00f507bdaa3c3e3ff6e7e5e98d90a7acab96f7f"
2884+
integrity sha512-o6qFkpeQEBxcqt0XYlWzAVxNCSCZdUgcR8IRlhD/8DylxjjO4foPcvTW0GGKa/cVt3rvxZ7o5ippJ+/0nvLhlQ==
2885+
dependencies:
2886+
object.assign "^4.1.0"
2887+
26692888
babel-plugin-emotion@^10.0.9:
26702889
version "10.0.9"
26712890
resolved "https://registry.yarnpkg.com/babel-plugin-emotion/-/babel-plugin-emotion-10.0.9.tgz#04a0404d5a4084d5296357a393d344c0f8303ae4"

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /