14
14
dependencies :
15
15
" @babel/highlight" " 7.0.0-beta.49"
16
16
17
+
18
+ version "7.0.0-beta.49"
19
+ resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.0.0-beta.49.tgz#73de2081dd652489489f0cb4aa97829a1133314e"
20
+ dependencies :
21
+ " @babel/code-frame" " 7.0.0-beta.49"
22
+ " @babel/generator" " 7.0.0-beta.49"
23
+ " @babel/helpers" " 7.0.0-beta.49"
24
+ " @babel/parser" " 7.0.0-beta.49"
25
+ " @babel/template" " 7.0.0-beta.49"
26
+ " @babel/traverse" " 7.0.0-beta.49"
27
+ " @babel/types" " 7.0.0-beta.49"
28
+ convert-source-map "^1.1.0"
29
+ debug "^3.1.0"
30
+ json5 "^0.5.0"
31
+ lodash "^4.17.5"
32
+ micromatch "^2.3.11"
33
+ resolve "^1.3.2"
34
+ semver "^5.4.1"
35
+ source-map "^0.5.0"
36
+
17
37
" @babel/core@^7.0.0-beta.40 " :
18
38
version "7.0.0-beta.46"
19
39
resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.0.0-beta.46.tgz#dbe2189bcdef9a2c84becb1ec624878d31a95689"
34
54
semver "^5.4.1"
35
55
source-map "^0.5.0"
36
56
37
- " @babel/core@^7.0.0-beta.49 " :
38
- version "7.0.0-beta.49"
39
- resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.0.0-beta.49.tgz#73de2081dd652489489f0cb4aa97829a1133314e"
40
- dependencies :
41
- " @babel/code-frame" " 7.0.0-beta.49"
42
- " @babel/generator" " 7.0.0-beta.49"
43
- " @babel/helpers" " 7.0.0-beta.49"
44
- " @babel/parser" " 7.0.0-beta.49"
45
- " @babel/template" " 7.0.0-beta.49"
46
- " @babel/traverse" " 7.0.0-beta.49"
47
- " @babel/types" " 7.0.0-beta.49"
48
- convert-source-map "^1.1.0"
49
- debug "^3.1.0"
50
- json5 "^0.5.0"
51
- lodash "^4.17.5"
52
- micromatch "^2.3.11"
53
- resolve "^1.3.2"
54
- semver "^5.4.1"
55
- source-map "^0.5.0"
56
-
57
57
58
58
version "7.0.0-beta.46"
59
59
resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.0.0-beta.46.tgz#6f57159bcc28bf8c3ed6b549789355cebfa3faa7"
920
920
" @babel/helper-regex" " 7.0.0-beta.49"
921
921
regexpu-core "^4.1.3"
922
922
923
+
924
+ version "7.0.0-beta.49"
925
+ resolved "https://registry.yarnpkg.com/@babel/preset-env/-/preset-env-7.0.0-beta.49.tgz#4a8a8b92139f51fa2f90fbf6f1fad7597532aebc"
926
+ dependencies :
927
+ " @babel/helper-module-imports" " 7.0.0-beta.49"
928
+ " @babel/helper-plugin-utils" " 7.0.0-beta.49"
929
+ " @babel/plugin-proposal-async-generator-functions" " 7.0.0-beta.49"
930
+ " @babel/plugin-proposal-object-rest-spread" " 7.0.0-beta.49"
931
+ " @babel/plugin-proposal-optional-catch-binding" " 7.0.0-beta.49"
932
+ " @babel/plugin-proposal-unicode-property-regex" " 7.0.0-beta.49"
933
+ " @babel/plugin-syntax-async-generators" " 7.0.0-beta.49"
934
+ " @babel/plugin-syntax-object-rest-spread" " 7.0.0-beta.49"
935
+ " @babel/plugin-syntax-optional-catch-binding" " 7.0.0-beta.49"
936
+ " @babel/plugin-transform-arrow-functions" " 7.0.0-beta.49"
937
+ " @babel/plugin-transform-async-to-generator" " 7.0.0-beta.49"
938
+ " @babel/plugin-transform-block-scoped-functions" " 7.0.0-beta.49"
939
+ " @babel/plugin-transform-block-scoping" " 7.0.0-beta.49"
940
+ " @babel/plugin-transform-classes" " 7.0.0-beta.49"
941
+ " @babel/plugin-transform-computed-properties" " 7.0.0-beta.49"
942
+ " @babel/plugin-transform-destructuring" " 7.0.0-beta.49"
943
+ " @babel/plugin-transform-dotall-regex" " 7.0.0-beta.49"
944
+ " @babel/plugin-transform-duplicate-keys" " 7.0.0-beta.49"
945
+ " @babel/plugin-transform-exponentiation-operator" " 7.0.0-beta.49"
946
+ " @babel/plugin-transform-for-of" " 7.0.0-beta.49"
947
+ " @babel/plugin-transform-function-name" " 7.0.0-beta.49"
948
+ " @babel/plugin-transform-literals" " 7.0.0-beta.49"
949
+ " @babel/plugin-transform-modules-amd" " 7.0.0-beta.49"
950
+ " @babel/plugin-transform-modules-commonjs" " 7.0.0-beta.49"
951
+ " @babel/plugin-transform-modules-systemjs" " 7.0.0-beta.49"
952
+ " @babel/plugin-transform-modules-umd" " 7.0.0-beta.49"
953
+ " @babel/plugin-transform-new-target" " 7.0.0-beta.49"
954
+ " @babel/plugin-transform-object-super" " 7.0.0-beta.49"
955
+ " @babel/plugin-transform-parameters" " 7.0.0-beta.49"
956
+ " @babel/plugin-transform-regenerator" " 7.0.0-beta.49"
957
+ " @babel/plugin-transform-shorthand-properties" " 7.0.0-beta.49"
958
+ " @babel/plugin-transform-spread" " 7.0.0-beta.49"
959
+ " @babel/plugin-transform-sticky-regex" " 7.0.0-beta.49"
960
+ " @babel/plugin-transform-template-literals" " 7.0.0-beta.49"
961
+ " @babel/plugin-transform-typeof-symbol" " 7.0.0-beta.49"
962
+ " @babel/plugin-transform-unicode-regex" " 7.0.0-beta.49"
963
+ browserslist "^3.0.0"
964
+ invariant "^2.2.2"
965
+ semver "^5.3.0"
966
+
923
967
" @babel/preset-env@^7.0.0-beta.40 " :
924
968
version "7.0.0-beta.46"
925
969
resolved "https://registry.yarnpkg.com/@babel/preset-env/-/preset-env-7.0.0-beta.46.tgz#ae1b731ef71c2bb50c47e0cda4b6359ea2c61f09"
964
1008
invariant "^2.2.2"
965
1009
semver "^5.3.0"
966
1010
967
- " @babel/preset-env@^7.0.0-beta.49 " :
968
- version "7.0.0-beta.49"
969
- resolved "https://registry.yarnpkg.com/@babel/preset-env/-/preset-env-7.0.0-beta.49.tgz#4a8a8b92139f51fa2f90fbf6f1fad7597532aebc"
970
- dependencies :
971
- " @babel/helper-module-imports" " 7.0.0-beta.49"
972
- " @babel/helper-plugin-utils" " 7.0.0-beta.49"
973
- " @babel/plugin-proposal-async-generator-functions" " 7.0.0-beta.49"
974
- " @babel/plugin-proposal-object-rest-spread" " 7.0.0-beta.49"
975
- " @babel/plugin-proposal-optional-catch-binding" " 7.0.0-beta.49"
976
- " @babel/plugin-proposal-unicode-property-regex" " 7.0.0-beta.49"
977
- " @babel/plugin-syntax-async-generators" " 7.0.0-beta.49"
978
- " @babel/plugin-syntax-object-rest-spread" " 7.0.0-beta.49"
979
- " @babel/plugin-syntax-optional-catch-binding" " 7.0.0-beta.49"
980
- " @babel/plugin-transform-arrow-functions" " 7.0.0-beta.49"
981
- " @babel/plugin-transform-async-to-generator" " 7.0.0-beta.49"
982
- " @babel/plugin-transform-block-scoped-functions" " 7.0.0-beta.49"
983
- " @babel/plugin-transform-block-scoping" " 7.0.0-beta.49"
984
- " @babel/plugin-transform-classes" " 7.0.0-beta.49"
985
- " @babel/plugin-transform-computed-properties" " 7.0.0-beta.49"
986
- " @babel/plugin-transform-destructuring" " 7.0.0-beta.49"
987
- " @babel/plugin-transform-dotall-regex" " 7.0.0-beta.49"
988
- " @babel/plugin-transform-duplicate-keys" " 7.0.0-beta.49"
989
- " @babel/plugin-transform-exponentiation-operator" " 7.0.0-beta.49"
990
- " @babel/plugin-transform-for-of" " 7.0.0-beta.49"
991
- " @babel/plugin-transform-function-name" " 7.0.0-beta.49"
992
- " @babel/plugin-transform-literals" " 7.0.0-beta.49"
993
- " @babel/plugin-transform-modules-amd" " 7.0.0-beta.49"
994
- " @babel/plugin-transform-modules-commonjs" " 7.0.0-beta.49"
995
- " @babel/plugin-transform-modules-systemjs" " 7.0.0-beta.49"
996
- " @babel/plugin-transform-modules-umd" " 7.0.0-beta.49"
997
- " @babel/plugin-transform-new-target" " 7.0.0-beta.49"
998
- " @babel/plugin-transform-object-super" " 7.0.0-beta.49"
999
- " @babel/plugin-transform-parameters" " 7.0.0-beta.49"
1000
- " @babel/plugin-transform-regenerator" " 7.0.0-beta.49"
1001
- " @babel/plugin-transform-shorthand-properties" " 7.0.0-beta.49"
1002
- " @babel/plugin-transform-spread" " 7.0.0-beta.49"
1003
- " @babel/plugin-transform-sticky-regex" " 7.0.0-beta.49"
1004
- " @babel/plugin-transform-template-literals" " 7.0.0-beta.49"
1005
- " @babel/plugin-transform-typeof-symbol" " 7.0.0-beta.49"
1006
- " @babel/plugin-transform-unicode-regex" " 7.0.0-beta.49"
1007
- browserslist "^3.0.0"
1008
- invariant "^2.2.2"
1009
- semver "^5.3.0"
1010
-
1011
1011
" @babel/runtime@^7.0.0-beta.40 " :
1012
1012
version "7.0.0-beta.46"
1013
1013
resolved "https://registry.yarnpkg.com/@babel/runtime/-/runtime-7.0.0-beta.46.tgz#466a9c0498f6d12d054a185981eef742d59d4871"
1139
1139
dependencies :
1140
1140
execa "^0.2.2"
1141
1141
1142
- " @storybook/addon-actions@^ 3.4.3 " :
1142
+
1143
1143
version "3.4.3"
1144
1144
resolved "https://registry.yarnpkg.com/@storybook/addon-actions/-/addon-actions-3.4.3.tgz#27ac798cb0085c9588c4fd0a1c4cbfa32ce3bd54"
1145
1145
dependencies :
1154
1154
react-inspector "^2.2.2"
1155
1155
uuid "^3.2.1"
1156
1156
1157
- " @storybook/addon-links@^ 3.4.3 " :
1157
+
1158
1158
version "3.4.3"
1159
1159
resolved "https://registry.yarnpkg.com/@storybook/addon-links/-/addon-links-3.4.3.tgz#93bb28e10830b1b230be8b1710265d5d06453bde"
1160
1160
dependencies :
1163
1163
global "^4.3.2"
1164
1164
prop-types "^15.6.1"
1165
1165
1166
- " @storybook/[email protected] " , "@storybook/addons@^3.4.3" :
1166
+
1167
1167
version "3.4.3"
1168
1168
resolved "https://registry.yarnpkg.com/@storybook/addons/-/addons-3.4.3.tgz#537311d621cb3d582d581a160813608d6b27e4bd"
1169
1169
1295
1295
react-split-pane "^0.1.77"
1296
1296
react-treebeard "^2.1.0"
1297
1297
1298
- " @storybook/vue@^ 3.4.3 " :
1298
+
1299
1299
version "3.4.3"
1300
1300
resolved "https://registry.yarnpkg.com/@storybook/vue/-/vue-3.4.3.tgz#10d0b6dfaf67045bd05869a52efd014dd425806b"
1301
1301
dependencies :
1353
1353
version "0.0.30"
1354
1354
resolved "https://registry.yarnpkg.com/@types/strip-json-comments/-/strip-json-comments-0.0.30.tgz#9aa30c04db212a9a0649d6ae6fd50accc40748a1"
1355
1355
1356
- " @vue/test-utils@^ 1.0.0-beta.15 " :
1356
+
1357
1357
version "1.0.0-beta.15"
1358
1358
resolved "https://registry.yarnpkg.com/@vue/test-utils/-/test-utils-1.0.0-beta.15.tgz#9f8d85b9f2312217c81d72eba97e176fba23da09"
1359
1359
dependencies :
@@ -6565,7 +6565,7 @@ jest-runtime@^22.4.3:
6565
6565
write-file-atomic "^2.1.0"
6566
6566
yargs "^10.0.3"
6567
6567
6568
- jest-serializer-vue@^ 1.0.0 :
6568
+
6569
6569
version "1.0.0"
6570
6570
resolved "https://registry.yarnpkg.com/jest-serializer-vue/-/jest-serializer-vue-1.0.0.tgz#82514e9b3d94a17fe618df3ede84046090f94815"
6571
6571
dependencies :
@@ -6614,7 +6614,7 @@ jest-worker@^22.4.3:
6614
6614
dependencies :
6615
6615
merge-stream "^1.0.1"
6616
6616
6617
- jest@^ 22.4.3 :
6617
+
6618
6618
version "22.4.3"
6619
6619
resolved "https://registry.yarnpkg.com/jest/-/jest-22.4.3.tgz#2261f4b117dc46d9a4a1a673d2150958dee92f16"
6620
6620
dependencies :
@@ -7635,9 +7635,9 @@ node-pre-gyp@^0.9.0:
7635
7635
semver "^5.3.0"
7636
7636
tar "^4"
7637
7637
7638
- node-sass@^4.5 .0 :
7639
- version "4.7.2 "
7640
- resolved "https://registry.yarnpkg.com/node-sass/-/node-sass-4.7.2 .tgz#9366778ba1469eb01438a9e8592f4262bcb6794e "
7638
+ node-sass@4.9 .0 :
7639
+ version "4.9.0 "
7640
+ resolved "https://registry.yarnpkg.com/node-sass/-/node-sass-4.9.0 .tgz#d1b8aa855d98ed684d6848db929a20771cc2ae52 "
7641
7641
dependencies :
7642
7642
async-foreach "^0.1.3"
7643
7643
chalk "^1.1.1"
@@ -7651,17 +7651,17 @@ node-sass@^4.5.0:
7651
7651
lodash.mergewith "^4.6.0"
7652
7652
meow "^3.7.0"
7653
7653
mkdirp "^0.5.1"
7654
- nan "^2.3.2 "
7654
+ nan "^2.10.0 "
7655
7655
node-gyp "^3.3.1"
7656
7656
npmlog "^4.0.0"
7657
7657
request "~2.79.0"
7658
7658
sass-graph "^2.2.4"
7659
7659
stdout-stream "^1.4.0"
7660
7660
" true-case-path" " ^1.0.2"
7661
7661
7662
- node-sass@^4.9 .0 :
7663
- version "4.9.0 "
7664
- resolved "https://registry.yarnpkg.com/node-sass/-/node-sass-4.9.0 .tgz#d1b8aa855d98ed684d6848db929a20771cc2ae52 "
7662
+ node-sass@^4.5 .0 :
7663
+ version "4.7.2 "
7664
+ resolved "https://registry.yarnpkg.com/node-sass/-/node-sass-4.7.2 .tgz#9366778ba1469eb01438a9e8592f4262bcb6794e "
7665
7665
dependencies :
7666
7666
async-foreach "^0.1.3"
7667
7667
chalk "^1.1.1"
@@ -7675,7 +7675,7 @@ node-sass@^4.9.0:
7675
7675
lodash.mergewith "^4.6.0"
7676
7676
meow "^3.7.0"
7677
7677
mkdirp "^0.5.1"
7678
- nan "^2.10.0 "
7678
+ nan "^2.3.2 "
7679
7679
node-gyp "^3.3.1"
7680
7680
npmlog "^4.0.0"
7681
7681
request "~2.79.0"
@@ -8206,7 +8206,7 @@ pn@^1.1.0:
8206
8206
version "1.1.0"
8207
8207
resolved "https://registry.yarnpkg.com/pn/-/pn-1.1.0.tgz#e2f4cef0e219f463c179ab37463e4e1ecdccbafb"
8208
8208
8209
- poi@^ 10.1.5 :
8209
+
8210
8210
version "10.1.5"
8211
8211
resolved "https://registry.yarnpkg.com/poi/-/poi-10.1.5.tgz#f31cbb6ce544013eb222b3eaccae2db2faf9d0b6"
8212
8212
dependencies :
10762
10762
lodash.clonedeep "^4.5.0"
10763
10763
when "~3.6.x"
10764
10764
10765
- stylus@^0.54.5 :
10765
+ stylus@0.54.5, stylus@ ^0.54.5 :
10766
10766
version "0.54.5"
10767
10767
resolved "https://registry.yarnpkg.com/stylus/-/stylus-0.54.5.tgz#42b9560931ca7090ce8515a798ba9e6aa3d6dc79"
10768
10768
dependencies :
@@ -11421,7 +11421,7 @@ vue-hot-reload-api@^2.2.0:
11421
11421
version "2.3.0"
11422
11422
resolved "https://registry.yarnpkg.com/vue-hot-reload-api/-/vue-hot-reload-api-2.3.0.tgz#97976142405d13d8efae154749e88c4e358cf926"
11423
11423
11424
- vue-jest@^ 2.5.0 :
11424
+
11425
11425
version "2.5.0"
11426
11426
resolved "https://registry.yarnpkg.com/vue-jest/-/vue-jest-2.5.0.tgz#9dcf902720fa47ba98e60eb771a02c13e6b4eb56"
11427
11427
dependencies :
@@ -11436,7 +11436,7 @@ vue-jest@^2.5.0:
11436
11436
tsconfig "^7.0.0"
11437
11437
vue-template-es2015-compiler "^1.5.3"
11438
11438
11439
- vue-loader@^14 :
11439
+ vue-loader@14.2.3 :
11440
11440
version "14.2.3"
11441
11441
resolved "https://registry.yarnpkg.com/vue-loader/-/vue-loader-14.2.3.tgz#3b39645c322d956e287d8d36eb77475f78c9b8e0"
11442
11442
dependencies :
0 commit comments