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

Commit 7a6793f

Browse files
committed
Pin dependencies
1 parent 86f4fc6 commit 7a6793f

File tree

2 files changed

+97
-97
lines changed

2 files changed

+97
-97
lines changed

package.json

+14-14
Original file line numberDiff line numberDiff line change
@@ -53,20 +53,20 @@
5353
},
5454
"homepage": "https://github.com/USJ/vue-components#readme",
5555
"devDependencies": {
56-
"@babel/core": "^7.0.0-beta.49",
57-
"@babel/preset-env": "^7.0.0-beta.49",
58-
"@storybook/addon-actions": "^3.4.3",
59-
"@storybook/addon-links": "^3.4.3",
60-
"@storybook/addons": "^3.4.3",
61-
"@storybook/vue": "^3.4.3",
62-
"@vue/test-utils": "^1.0.0-beta.15",
56+
"@babel/core": "7.0.0-beta.49",
57+
"@babel/preset-env": "7.0.0-beta.49",
58+
"@storybook/addon-actions": "3.4.3",
59+
"@storybook/addon-links": "3.4.3",
60+
"@storybook/addons": "3.4.3",
61+
"@storybook/vue": "3.4.3",
62+
"@vue/test-utils": "1.0.0-beta.15",
6363
"ag-grid-vue": "16.0.0",
6464
"bili": "2.2.7",
65-
"jest": "^22.4.3",
66-
"jest-serializer-vue": "^1.0.0",
67-
"node-sass": "^4.9.0",
65+
"jest": "22.4.3",
66+
"jest-serializer-vue": "1.0.0",
67+
"node-sass": "4.9.0",
6868
"play": "0.5.0",
69-
"poi": "^10.1.5",
69+
"poi": "10.1.5",
7070
"postcss-color-function": "4.0.1",
7171
"postcss-cssnext": "3.1.0",
7272
"postcss-import": "11.1.0",
@@ -77,11 +77,11 @@
7777
"rollup-plugin-vue": "marcoleong/rollup-plugin-vue#my-dist",
7878
"rucksack-css": "1.0.2",
7979
"sass-loader": "6.0.6",
80-
"stylus": "^0.54.5",
80+
"stylus": "0.54.5",
8181
"stylus-loader": "3.0.1",
8282
"vue": "2.5.13",
83-
"vue-jest": "^2.5.0",
84-
"vue-loader": "^14",
83+
"vue-jest": "2.5.0",
84+
"vue-loader": "14.2.3",
8585
"vue-play": "3.2.1",
8686
"vue-template-compiler": "2.5.13"
8787
},

yarn.lock

+83-83
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,26 @@
1414
dependencies:
1515
"@babel/highlight" "7.0.0-beta.49"
1616

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+
1737
"@babel/core@^7.0.0-beta.40":
1838
version "7.0.0-beta.46"
1939
resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.0.0-beta.46.tgz#dbe2189bcdef9a2c84becb1ec624878d31a95689"
@@ -34,26 +54,6 @@
3454
semver "^5.4.1"
3555
source-map "^0.5.0"
3656

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-
5757
5858
version "7.0.0-beta.46"
5959
resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.0.0-beta.46.tgz#6f57159bcc28bf8c3ed6b549789355cebfa3faa7"
@@ -920,6 +920,50 @@
920920
"@babel/helper-regex" "7.0.0-beta.49"
921921
regexpu-core "^4.1.3"
922922

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+
923967
"@babel/preset-env@^7.0.0-beta.40":
924968
version "7.0.0-beta.46"
925969
resolved "https://registry.yarnpkg.com/@babel/preset-env/-/preset-env-7.0.0-beta.46.tgz#ae1b731ef71c2bb50c47e0cda4b6359ea2c61f09"
@@ -964,50 +1008,6 @@
9641008
invariant "^2.2.2"
9651009
semver "^5.3.0"
9661010

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-
10111011
"@babel/runtime@^7.0.0-beta.40":
10121012
version "7.0.0-beta.46"
10131013
resolved "https://registry.yarnpkg.com/@babel/runtime/-/runtime-7.0.0-beta.46.tgz#466a9c0498f6d12d054a185981eef742d59d4871"
@@ -1139,7 +1139,7 @@
11391139
dependencies:
11401140
execa "^0.2.2"
11411141

1142-
"@storybook/addon-actions@^3.4.3":
1142+
"@storybook/[email protected]":
11431143
version "3.4.3"
11441144
resolved "https://registry.yarnpkg.com/@storybook/addon-actions/-/addon-actions-3.4.3.tgz#27ac798cb0085c9588c4fd0a1c4cbfa32ce3bd54"
11451145
dependencies:
@@ -1154,7 +1154,7 @@
11541154
react-inspector "^2.2.2"
11551155
uuid "^3.2.1"
11561156

1157-
"@storybook/addon-links@^3.4.3":
1157+
"@storybook/[email protected]":
11581158
version "3.4.3"
11591159
resolved "https://registry.yarnpkg.com/@storybook/addon-links/-/addon-links-3.4.3.tgz#93bb28e10830b1b230be8b1710265d5d06453bde"
11601160
dependencies:
@@ -1163,7 +1163,7 @@
11631163
global "^4.3.2"
11641164
prop-types "^15.6.1"
11651165

1166-
"@storybook/[email protected]", "@storybook/addons@^3.4.3":
1166+
"@storybook/[email protected]":
11671167
version "3.4.3"
11681168
resolved "https://registry.yarnpkg.com/@storybook/addons/-/addons-3.4.3.tgz#537311d621cb3d582d581a160813608d6b27e4bd"
11691169

@@ -1295,7 +1295,7 @@
12951295
react-split-pane "^0.1.77"
12961296
react-treebeard "^2.1.0"
12971297

1298-
"@storybook/vue@^3.4.3":
1298+
"@storybook/[email protected]":
12991299
version "3.4.3"
13001300
resolved "https://registry.yarnpkg.com/@storybook/vue/-/vue-3.4.3.tgz#10d0b6dfaf67045bd05869a52efd014dd425806b"
13011301
dependencies:
@@ -1353,7 +1353,7 @@
13531353
version "0.0.30"
13541354
resolved "https://registry.yarnpkg.com/@types/strip-json-comments/-/strip-json-comments-0.0.30.tgz#9aa30c04db212a9a0649d6ae6fd50accc40748a1"
13551355

1356-
"@vue/test-utils@^1.0.0-beta.15":
1356+
13571357
version "1.0.0-beta.15"
13581358
resolved "https://registry.yarnpkg.com/@vue/test-utils/-/test-utils-1.0.0-beta.15.tgz#9f8d85b9f2312217c81d72eba97e176fba23da09"
13591359
dependencies:
@@ -6565,7 +6565,7 @@ jest-runtime@^22.4.3:
65656565
write-file-atomic "^2.1.0"
65666566
yargs "^10.0.3"
65676567

6568-
jest-serializer-vue@^1.0.0:
6568+
65696569
version "1.0.0"
65706570
resolved "https://registry.yarnpkg.com/jest-serializer-vue/-/jest-serializer-vue-1.0.0.tgz#82514e9b3d94a17fe618df3ede84046090f94815"
65716571
dependencies:
@@ -6614,7 +6614,7 @@ jest-worker@^22.4.3:
66146614
dependencies:
66156615
merge-stream "^1.0.1"
66166616

6617-
jest@^22.4.3:
6617+
66186618
version "22.4.3"
66196619
resolved "https://registry.yarnpkg.com/jest/-/jest-22.4.3.tgz#2261f4b117dc46d9a4a1a673d2150958dee92f16"
66206620
dependencies:
@@ -7635,9 +7635,9 @@ node-pre-gyp@^0.9.0:
76357635
semver "^5.3.0"
76367636
tar "^4"
76377637

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"
76417641
dependencies:
76427642
async-foreach "^0.1.3"
76437643
chalk "^1.1.1"
@@ -7651,17 +7651,17 @@ node-sass@^4.5.0:
76517651
lodash.mergewith "^4.6.0"
76527652
meow "^3.7.0"
76537653
mkdirp "^0.5.1"
7654-
nan "^2.3.2"
7654+
nan "^2.10.0"
76557655
node-gyp "^3.3.1"
76567656
npmlog "^4.0.0"
76577657
request "~2.79.0"
76587658
sass-graph "^2.2.4"
76597659
stdout-stream "^1.4.0"
76607660
"true-case-path" "^1.0.2"
76617661

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"
76657665
dependencies:
76667666
async-foreach "^0.1.3"
76677667
chalk "^1.1.1"
@@ -7675,7 +7675,7 @@ node-sass@^4.9.0:
76757675
lodash.mergewith "^4.6.0"
76767676
meow "^3.7.0"
76777677
mkdirp "^0.5.1"
7678-
nan "^2.10.0"
7678+
nan "^2.3.2"
76797679
node-gyp "^3.3.1"
76807680
npmlog "^4.0.0"
76817681
request "~2.79.0"
@@ -8206,7 +8206,7 @@ pn@^1.1.0:
82068206
version "1.1.0"
82078207
resolved "https://registry.yarnpkg.com/pn/-/pn-1.1.0.tgz#e2f4cef0e219f463c179ab37463e4e1ecdccbafb"
82088208

8209-
poi@^10.1.5:
8209+
82108210
version "10.1.5"
82118211
resolved "https://registry.yarnpkg.com/poi/-/poi-10.1.5.tgz#f31cbb6ce544013eb222b3eaccae2db2faf9d0b6"
82128212
dependencies:
@@ -10762,7 +10762,7 @@ [email protected]:
1076210762
lodash.clonedeep "^4.5.0"
1076310763
when "~3.6.x"
1076410764

10765-
stylus@^0.54.5:
10765+
stylus@0.54.5, stylus@^0.54.5:
1076610766
version "0.54.5"
1076710767
resolved "https://registry.yarnpkg.com/stylus/-/stylus-0.54.5.tgz#42b9560931ca7090ce8515a798ba9e6aa3d6dc79"
1076810768
dependencies:
@@ -11421,7 +11421,7 @@ vue-hot-reload-api@^2.2.0:
1142111421
version "2.3.0"
1142211422
resolved "https://registry.yarnpkg.com/vue-hot-reload-api/-/vue-hot-reload-api-2.3.0.tgz#97976142405d13d8efae154749e88c4e358cf926"
1142311423

11424-
vue-jest@^2.5.0:
11424+
1142511425
version "2.5.0"
1142611426
resolved "https://registry.yarnpkg.com/vue-jest/-/vue-jest-2.5.0.tgz#9dcf902720fa47ba98e60eb771a02c13e6b4eb56"
1142711427
dependencies:
@@ -11436,7 +11436,7 @@ vue-jest@^2.5.0:
1143611436
tsconfig "^7.0.0"
1143711437
vue-template-es2015-compiler "^1.5.3"
1143811438

11439-
vue-loader@^14:
11439+
vue-loader@14.2.3:
1144011440
version "14.2.3"
1144111441
resolved "https://registry.yarnpkg.com/vue-loader/-/vue-loader-14.2.3.tgz#3b39645c322d956e287d8d36eb77475f78c9b8e0"
1144211442
dependencies:

0 commit comments

Comments
 (0)