Skip to content

Commit 98378c7

Browse files
committed
build: update vue to 3.0.0-alpha.13
1 parent 8e12a63 commit 98378c7

File tree

2 files changed

+56
-56
lines changed

2 files changed

+56
-56
lines changed

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -40,10 +40,10 @@
4040
},
4141
"homepage": "https://github.com/vuejs/vuex#readme",
4242
"peerDependencies": {
43-
"vue": "^3.0.0-alpha.10"
43+
"vue": "3.0.0-alpha.13"
4444
},
4545
"devDependencies": {
46-
"@vue/compiler-sfc": "3.0.0-alpha.10",
46+
"@vue/compiler-sfc": "3.0.0-alpha.13",
4747
"babel-core": "^6.22.1",
4848
"babel-loader": "^7.1.2",
4949
"babel-plugin-transform-object-rest-spread": "^6.23.0",
@@ -67,7 +67,7 @@
6767
"terser": "^3.17.0",
6868
"todomvc-app-css": "^2.1.0",
6969
"typescript": "^3.7.2",
70-
"vue": "3.0.0-alpha.10",
70+
"vue": "3.0.0-alpha.13",
7171
"vue-loader": "16.0.0-alpha.3",
7272
"vue-template-compiler": "^2.5.22",
7373
"vuepress": "^0.14.1",

yarn.lock

Lines changed: 53 additions & 53 deletions
Original file line numberDiff line numberDiff line change
@@ -943,34 +943,34 @@
943943
babel-plugin-dynamic-import-node "^1.2.0"
944944
babel-plugin-transform-vue-jsx "^4.0.1"
945945

946-
947-
version "3.0.0-alpha.10"
948-
resolved "https://registry.yarnpkg.com/@vue/compiler-core/-/compiler-core-3.0.0-alpha.10.tgz#39e8de2d7fe8a932cd08958200f37086a9d6841a"
949-
integrity sha512-YXJJyFfkgmX3Rnf+sEcL8RR9a9UiHqB6ng1pzN1Dy8STASqUBdwinvi/xBuuCS7mDls12xn562y5CEATAwZs/Q==
946+
947+
version "3.0.0-alpha.13"
948+
resolved "https://registry.yarnpkg.com/@vue/compiler-core/-/compiler-core-3.0.0-alpha.13.tgz#8126c92f562af047c28c4ce7f343d77f0ceea7d7"
949+
integrity sha512-k7VTQnjQlCfsSdfwi867dUHUzqm5/2qldikWAABMlaqr4mEn+yVCla7JqQxFGZta/JF8cOv/GfqlA/vWBlYh7A==
950950
dependencies:
951951
"@babel/parser" "^7.8.6"
952952
"@babel/types" "^7.8.6"
953-
"@vue/shared" "3.0.0-alpha.10"
953+
"@vue/shared" "3.0.0-alpha.13"
954954
estree-walker "^0.8.1"
955955
source-map "^0.6.1"
956956

957-
958-
version "3.0.0-alpha.10"
959-
resolved "https://registry.yarnpkg.com/@vue/compiler-dom/-/compiler-dom-3.0.0-alpha.10.tgz#be9ec1d24d0c4d96d164f8e00a479bd88a45e55d"
960-
integrity sha512-hOasMBUsmqccY9Qyytqmrup4AnxQ6zBHT8tC9QpfdtygvxrFK2uNvNZlPoZay2hB13fJjZgRdCyxELM0zB4Hww==
957+
958+
version "3.0.0-alpha.13"
959+
resolved "https://registry.yarnpkg.com/@vue/compiler-dom/-/compiler-dom-3.0.0-alpha.13.tgz#b1930ebbe770dbed543dbe7ac88f2955719051f2"
960+
integrity sha512-g5FnVAx+HLUox3N+XHKIZTpMJeJu5Uj0JNf8X4s5Td5zFcWG+KJGUHz8qU9H0unrPc01uiT/VfhYErhFcRdVKg==
961961
dependencies:
962-
"@vue/compiler-core" "3.0.0-alpha.10"
963-
"@vue/shared" "3.0.0-alpha.10"
962+
"@vue/compiler-core" "3.0.0-alpha.13"
963+
"@vue/shared" "3.0.0-alpha.13"
964964

965-
966-
version "3.0.0-alpha.10"
967-
resolved "https://registry.yarnpkg.com/@vue/compiler-sfc/-/compiler-sfc-3.0.0-alpha.10.tgz#c2e148d224bdcf8b1a1be026e492c8a2e65401a1"
968-
integrity sha512-JyZbNkAOTKcEk90/9eB+sqsBBCP5+exspDYLPmiL5HXak5G1+pQsVFB8sZAEqz35TMDoM2CxTLBuwKdhF6jEvQ==
965+
"@vue/compiler-sfc@^3.0.0-alpha.13":
966+
version "3.0.0-alpha.13"
967+
resolved "https://registry.yarnpkg.com/@vue/compiler-sfc/-/compiler-sfc-3.0.0-alpha.13.tgz#075921331a01ab483e71e3b33bf4238c0c35a449"
968+
integrity sha512-koU+iNgyleTBRphI/XZ4V1UxveQC4ILniOXFVRNTHBCzSzfFI+Dd5lHMr3BDOABnb1EuUZeC/hAz6tc4U0qzEw==
969969
dependencies:
970-
"@vue/compiler-core" "3.0.0-alpha.10"
971-
"@vue/compiler-dom" "3.0.0-alpha.10"
972-
"@vue/compiler-ssr" "3.0.0-alpha.10"
973-
"@vue/shared" "3.0.0-alpha.10"
970+
"@vue/compiler-core" "3.0.0-alpha.13"
971+
"@vue/compiler-dom" "3.0.0-alpha.13"
972+
"@vue/compiler-ssr" "3.0.0-alpha.13"
973+
"@vue/shared" "3.0.0-alpha.13"
974974
consolidate "^0.15.1"
975975
hash-sum "^2.0.0"
976976
lru-cache "^5.1.1"
@@ -979,13 +979,13 @@
979979
postcss-selector-parser "^6.0.2"
980980
source-map "^0.6.1"
981981

982-
983-
version "3.0.0-alpha.10"
984-
resolved "https://registry.yarnpkg.com/@vue/compiler-ssr/-/compiler-ssr-3.0.0-alpha.10.tgz#5f4cb1ddf748637087847401e0bd7f5bfa6bc166"
985-
integrity sha512-9wwuz524VENQtIimzT70bG0Lqlk5L9l9+sah3Ghz8/kflOGOX2EyZKU3VhCOJ5cTt6CcFch63toKaVALCHzgtg==
982+
983+
version "3.0.0-alpha.13"
984+
resolved "https://registry.yarnpkg.com/@vue/compiler-ssr/-/compiler-ssr-3.0.0-alpha.13.tgz#9d8955b1af20c819bc2e4c336d4987ce36f92f15"
985+
integrity sha512-K3+PQKKQGQNdlqLpAah7s5jRlE5sDCkhc54PM7XK7F9yjyzWFWApaMEZjJrqYWjjYFgLkTXzgd8CdV72vMy7HQ==
986986
dependencies:
987-
"@vue/compiler-dom" "3.0.0-alpha.10"
988-
"@vue/shared" "3.0.0-alpha.10"
987+
"@vue/compiler-dom" "3.0.0-alpha.13"
988+
"@vue/shared" "3.0.0-alpha.13"
989989

990990
"@vue/component-compiler-utils@^2.4.0":
991991
version "2.5.0"
@@ -1002,34 +1002,34 @@
10021002
source-map "^0.7.3"
10031003
vue-template-es2015-compiler "^1.6.0"
10041004

1005-
1006-
version "3.0.0-alpha.10"
1007-
resolved "https://registry.yarnpkg.com/@vue/reactivity/-/reactivity-3.0.0-alpha.10.tgz#d859acd384e42d42086cfefbefe478825aaa9b82"
1008-
integrity sha512-H4E0kbQQuc9W0eVKkPLK5g1CwUQkMh4pUWEE/Gl2pZsnDVNJlvbZIMwKu6P5cjd30Nnbv2sG3+wcUGS4TplDuA==
1005+
1006+
version "3.0.0-alpha.13"
1007+
resolved "https://registry.yarnpkg.com/@vue/reactivity/-/reactivity-3.0.0-alpha.13.tgz#032fbfd1b9c50153e2f37fc99ae63b460377387a"
1008+
integrity sha512-ICzFWsxQAyPDW8O9SGJ++tYXRHOUBTh1/qKZsIEOTQEI1Rt0O9EOOXA3NGlGmSS2U0EXO0Usfcvn9EoHRwFBHw==
10091009
dependencies:
1010-
"@vue/shared" "3.0.0-alpha.10"
1010+
"@vue/shared" "3.0.0-alpha.13"
10111011

1012-
1013-
version "3.0.0-alpha.10"
1014-
resolved "https://registry.yarnpkg.com/@vue/runtime-core/-/runtime-core-3.0.0-alpha.10.tgz#abba11b4c8ed4933632050c0319f63fffe66bb86"
1015-
integrity sha512-b4YPU+DnowcthtcZSPgAxEExAq/dz31aQasiY1lvSB54y4T2QNYOydVYnZsFUMOFhN0Fh3+k5s1dTolorem1cw==
1012+
1013+
version "3.0.0-alpha.13"
1014+
resolved "https://registry.yarnpkg.com/@vue/runtime-core/-/runtime-core-3.0.0-alpha.13.tgz#2430fc835399924c206d113e6f6acaa921707a3f"
1015+
integrity sha512-bo6hQQN0qfo7zWaSdegTa2eU7yXEK4v3noLyHmWhCbIzrKPa0pauGU1nBnXOlTgM8bkL8i8+rvMB0YwEJkhLMw==
10161016
dependencies:
1017-
"@vue/reactivity" "3.0.0-alpha.10"
1018-
"@vue/shared" "3.0.0-alpha.10"
1017+
"@vue/reactivity" "3.0.0-alpha.13"
1018+
"@vue/shared" "3.0.0-alpha.13"
10191019

1020-
1021-
version "3.0.0-alpha.10"
1022-
resolved "https://registry.yarnpkg.com/@vue/runtime-dom/-/runtime-dom-3.0.0-alpha.10.tgz#005880179a52001b4e4e76c816555cc0ce5d16a9"
1023-
integrity sha512-X0UcZlXBwZ0OW4yw3hA+8uE2CArPDf2LKk9aTIi3xrCeluQmJSEUsgDNxHBqvmNhVGqdi0kPB09NrOxfEtyPhw==
1020+
1021+
version "3.0.0-alpha.13"
1022+
resolved "https://registry.yarnpkg.com/@vue/runtime-dom/-/runtime-dom-3.0.0-alpha.13.tgz#de33f7ae9035877ede1bee27e5c28108f1eea86a"
1023+
integrity sha512-fnz1QZhLxodrDFSvtTwP84xGo6yrzEoC1k7LFh0mnOu6Mw3r4WkVhD8xeh3A/oPJ3jM22cIe8SL5UJqLeltQyw==
10241024
dependencies:
1025-
"@vue/runtime-core" "3.0.0-alpha.10"
1026-
"@vue/shared" "3.0.0-alpha.10"
1025+
"@vue/runtime-core" "3.0.0-alpha.13"
1026+
"@vue/shared" "3.0.0-alpha.13"
10271027
csstype "^2.6.8"
10281028

1029-
1030-
version "3.0.0-alpha.10"
1031-
resolved "https://registry.yarnpkg.com/@vue/shared/-/shared-3.0.0-alpha.10.tgz#7026d9a81fa5f03ea03e9434be6286ed167684b8"
1032-
integrity sha512-b6VYQrhsp/N0QpuXdxs1xIDrBiqVzFNyAvyQgPk2ssQgWD6H2StoySDj99DWrum2+pJUDO2/2dLfGH8l180R6g==
1029+
1030+
version "3.0.0-alpha.13"
1031+
resolved "https://registry.yarnpkg.com/@vue/shared/-/shared-3.0.0-alpha.13.tgz#7d9bcf763c77bd9e10bbb6a27577af7f0ad853c4"
1032+
integrity sha512-j3co+5x0DNZXQzS3drvWaRwQVFltkY4fQHdegfVIofhXZc/PrHP4E+PE3U8GxeqrU6DSjO+4YpY4aVGRUjbgpw==
10331033

10341034
"@webassemblyjs/[email protected]":
10351035
version "1.7.11"
@@ -10088,14 +10088,14 @@ vue-template-es2015-compiler@^1.6.0:
1008810088
resolved "https://registry.yarnpkg.com/vue-template-es2015-compiler/-/vue-template-es2015-compiler-1.8.1.tgz#e2ec4f42d16b6c712e61899c6b20bcdb1df128ca"
1008910089
integrity sha512-mxBBMuSaPG9+NkVMbh28r8gvWQJ8UXxqDxVNeLy2KBUZiSNxZsagjYwLL8gjROb4oaaYtwRv3K8gAmw76I/U7Q==
1009010090

10091-
10092-
version "3.0.0-alpha.10"
10093-
resolved "https://registry.yarnpkg.com/vue/-/vue-3.0.0-alpha.10.tgz#0f1cb5471edc41e0b0153ff07f462e376e03b0ae"
10094-
integrity sha512-USdgVs1bQfuiM5ivt2S2XGKOmDC+gKhhc3RNKjASUnh9kWv/vhNJlQiqIaUFiPN9SE9833fWy3PKOJFj9yZjPQ==
10091+
10092+
version "3.0.0-alpha.13"
10093+
resolved "https://registry.yarnpkg.com/vue/-/vue-3.0.0-alpha.13.tgz#a0428ec5494841f2f3564b47a17c550645b8f442"
10094+
integrity sha512-U7Lq60IJojWAUqn7n43F0TqfcQdjYOgQ2OTQuz7wvcfStJ+LxNFOd8/qX5MuJCG/f/7gmOMda1+U/CEa6NEEIg==
1009510095
dependencies:
10096-
"@vue/compiler-dom" "3.0.0-alpha.10"
10097-
"@vue/runtime-dom" "3.0.0-alpha.10"
10098-
"@vue/shared" "3.0.0-alpha.10"
10096+
"@vue/compiler-dom" "3.0.0-alpha.13"
10097+
"@vue/runtime-dom" "3.0.0-alpha.13"
10098+
"@vue/shared" "3.0.0-alpha.13"
1009910099

1010010100
vue@^2.5.16:
1010110101
version "2.5.22"

0 commit comments

Comments
 (0)