Skip to content

Commit 9d56d63

Browse files
build(deps-dev): bump @vue/runtime-core from 3.0.0-beta.2 to 3.0.0-beta.3 (#249)
1 parent 7916c6b commit 9d56d63

File tree

3 files changed

+41
-28
lines changed

3 files changed

+41
-28
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@
7474
"@types/node": "^13.13.1",
7575
"@vue/compiler-sfc": "^3.0.0-beta.3",
7676
"@vue/composition-api": "^0.5.0",
77-
"@vue/runtime-core": "^3.0.0-beta.2",
77+
"@vue/runtime-core": "^3.0.0-beta.3",
7878
"@vuepress/plugin-back-to-top": "^1.4.1",
7979
"@vuepress/plugin-pwa": "^1.4.1",
8080
"axios": "^0.19.2",
@@ -101,7 +101,7 @@
101101
"tsd": "^0.11.0",
102102
"typescript": "^3.8.3",
103103
"vue": "^2.6.11",
104-
"vue3": "npm:vue@next",
104+
"vue3": "npm:vue@3.0.0-beta.3",
105105
"vuepress": "^1.4.1",
106106
"zlib": "^1.0.5"
107107
}

packages/axios/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@
4141
"vue-composable": "^1.0.0-alpha.28"
4242
},
4343
"peerDependencies": {
44-
"@vue/runtime-core": "^3.0.0-beta.1",
44+
"@vue/runtime-core": "^3.0.0-beta.3",
4545
"axios": "^0.19.2"
4646
},
4747
"peerDependencies2": {
@@ -55,7 +55,7 @@
5555
"devDependencies": {
5656
"@types/jest": "^25.2.1",
5757
"@types/node": "^13.13.1",
58-
"@vue/runtime-core": "^3.0.0-beta.1",
58+
"@vue/runtime-core": "^3.0.0-beta.3",
5959
"typescript": "^3.8.3"
6060
}
6161
}

yarn.lock

Lines changed: 37 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -1892,35 +1892,35 @@
18921892
resolved "https://registry.yarnpkg.com/@vue/preload-webpack-plugin/-/preload-webpack-plugin-1.1.1.tgz#18723530d304f443021da2292d6ec9502826104a"
18931893
integrity sha512-8VCoJeeH8tCkzhkpfOkt+abALQkS11OIHhte5MBzYaKMTqK0A3ZAKEUVAffsOklhEv7t0yrQt696Opnu9oAx+w==
18941894

1895-
1896-
version "3.0.0-beta.1"
1897-
resolved "https://registry.yarnpkg.com/@vue/reactivity/-/reactivity-3.0.0-beta.1.tgz#b4899fe95efbc8ed15343f9d67950f2a33e219dc"
1898-
integrity sha512-XbitRfUKIAgPO0IXEbi9/mq93xOL5CGRjaTPH2DvvTU0hXlAeW8aMPQe3+R+vvXppBiFERY3yjZjQc5SYkZVsg==
1899-
dependencies:
1900-
"@vue/shared" "3.0.0-beta.1"
1901-
19021895
19031896
version "3.0.0-beta.2"
19041897
resolved "https://registry.yarnpkg.com/@vue/reactivity/-/reactivity-3.0.0-beta.2.tgz#216922e264dc447a508f756374c09fb26a7cbe1c"
19051898
integrity sha512-vAYHiBmpHfLAJulssTTTlvdHtyyKeOCG3qCu/TxDhu3NFHEfrt4eytR2atR6EbpTb853/QKcoW3k6L6g/znxAw==
19061899
dependencies:
19071900
"@vue/shared" "3.0.0-beta.2"
19081901

1909-
"@vue/[email protected]", "@vue/runtime-core@^3.0.0-beta.2":
1902+
1903+
version "3.0.0-beta.3"
1904+
resolved "https://registry.yarnpkg.com/@vue/reactivity/-/reactivity-3.0.0-beta.3.tgz#256dd1633179dc4474c222a28511c043e25c4b22"
1905+
integrity sha512-/QU5sDJkIlTqDd+T3gMZXgchslW8o0hPtyVxphGUjdUGdsXnXjEagDIHDsi35qOJnjfZ8dwq/L1IfVQJ9TENaA==
1906+
dependencies:
1907+
"@vue/shared" "3.0.0-beta.3"
1908+
1909+
19101910
version "3.0.0-beta.2"
19111911
resolved "https://registry.yarnpkg.com/@vue/runtime-core/-/runtime-core-3.0.0-beta.2.tgz#0413292d8746c532527dbcdbfcbc56be312f05ad"
19121912
integrity sha512-tcxNNV7y+H2046F79iw90OdwyxvMEqJ5iOQTsOvfVf2hBNrCWPG1tAU+kywFBlBY4I26k7XB/Q1ZdHb2q8YLaA==
19131913
dependencies:
19141914
"@vue/reactivity" "3.0.0-beta.2"
19151915
"@vue/shared" "3.0.0-beta.2"
19161916

1917-
"@vue/runtime-core@^3.0.0-beta.1":
1918-
version "3.0.0-beta.1"
1919-
resolved "https://registry.yarnpkg.com/@vue/runtime-core/-/runtime-core-3.0.0-beta.1.tgz#a3d97183dd5bc022fc02b9a86180698dc11a2e65"
1920-
integrity sha512-eNHHGT17i2dOtAQpmn8QRDAcVGS4TiCyjGW+v6GfSlHvip1fFUmawD9pLSPVdL3DngGm9SmioOVmBK2CB8JG0g==
1917+
"@vue/runtime-core@3.0.0-beta.3", "@vue/runtime-core@^3.0.0-beta.3":
1918+
version "3.0.0-beta.3"
1919+
resolved "https://registry.yarnpkg.com/@vue/runtime-core/-/runtime-core-3.0.0-beta.3.tgz#8e665381ca517a721198bc189b2db3deab5050e5"
1920+
integrity sha512-GHIlKNlJW0sdlro6ouu7Sy34M4I8FAfn6V02RdUwbPwJJc1VICoejnSS1i88i6riGMgNtRhmxW1NDNPCTY1/vQ==
19211921
dependencies:
1922-
"@vue/reactivity" "3.0.0-beta.1"
1923-
"@vue/shared" "3.0.0-beta.1"
1922+
"@vue/reactivity" "3.0.0-beta.3"
1923+
"@vue/shared" "3.0.0-beta.3"
19241924

19251925
19261926
version "3.0.0-beta.2"
@@ -1931,10 +1931,14 @@
19311931
"@vue/shared" "3.0.0-beta.2"
19321932
csstype "^2.6.8"
19331933

1934-
1935-
version "3.0.0-beta.1"
1936-
resolved "https://registry.yarnpkg.com/@vue/shared/-/shared-3.0.0-beta.1.tgz#234185d345cde7e05db569e653feae87912bf218"
1937-
integrity sha512-LehYUPtykdL3ZEUto2W1n26k+opBT1gtFdESPtp4lGo9oIreLl3pJVoUPIkY/Kk/mOZGmBOsYXiLZGJvfmGEQw==
1934+
1935+
version "3.0.0-beta.3"
1936+
resolved "https://registry.yarnpkg.com/@vue/runtime-dom/-/runtime-dom-3.0.0-beta.3.tgz#9bd2cd70edbf47578c2bc134e235e8586adadef6"
1937+
integrity sha512-2CbmDjAGYV4BStukAdByXpK2lQC8svk5oSsG/1rWSdXcDH/gpkCmQocaBahzyRBwX9pVEK4RwRBX4CiNbYjVVg==
1938+
dependencies:
1939+
"@vue/runtime-core" "3.0.0-beta.3"
1940+
"@vue/shared" "3.0.0-beta.3"
1941+
csstype "^2.6.8"
19381942

19391943
19401944
version "3.0.0-beta.2"
@@ -12076,7 +12080,21 @@ vue-template-es2015-compiler@^1.9.0:
1207612080
resolved "https://registry.yarnpkg.com/vue-template-es2015-compiler/-/vue-template-es2015-compiler-1.9.1.tgz#1ee3bc9a16ecbf5118be334bb15f9c46f82f5825"
1207712081
integrity sha512-4gDntzrifFnCEvyoO8PqyJDmguXgVPxKiIxrBKjIowvL9l+N66196+72XVYR8BBf1Uv1Fgt3bGevJ+sEmxfZzw==
1207812082

12079-
"vue3@npm:vue@next", vue@^3.0.0-beta.2:
12083+
"vue3@npm:[email protected]":
12084+
version "3.0.0-beta.3"
12085+
resolved "https://registry.yarnpkg.com/vue/-/vue-3.0.0-beta.3.tgz#c81e3fa9b414e9129ff1dcd13fbf4f7d3ec3bbdf"
12086+
integrity sha512-5DBah04o/0MNVLFg8BwB5cP3prU6HA/vxXVcUT7E+uvwY6EiJsRKtyZ71m294bKV5ZZkYzzJjLtZrjYGR2tW7g==
12087+
dependencies:
12088+
"@vue/compiler-dom" "3.0.0-beta.3"
12089+
"@vue/runtime-dom" "3.0.0-beta.3"
12090+
"@vue/shared" "3.0.0-beta.3"
12091+
12092+
vue@^2.6.10, vue@^2.6.11:
12093+
version "2.6.11"
12094+
resolved "https://registry.yarnpkg.com/vue/-/vue-2.6.11.tgz#76594d877d4b12234406e84e35275c6d514125c5"
12095+
integrity sha512-VfPwgcGABbGAue9+sfrD4PuwFar7gPb1yl1UK1MwXoQPAw0BKSqWfoYCT/ThFrdEVWoI51dBuyCoiNU9bZDZxQ==
12096+
12097+
vue@^3.0.0-beta.2:
1208012098
name vue3
1208112099
version "3.0.0-beta.2"
1208212100
resolved "https://registry.yarnpkg.com/vue/-/vue-3.0.0-beta.2.tgz#f808b498d10cbebe4007738aa2130bd0802f393d"
@@ -12086,11 +12104,6 @@ vue-template-es2015-compiler@^1.9.0:
1208612104
"@vue/runtime-dom" "3.0.0-beta.2"
1208712105
"@vue/shared" "3.0.0-beta.2"
1208812106

12089-
vue@^2.6.10, vue@^2.6.11:
12090-
version "2.6.11"
12091-
resolved "https://registry.yarnpkg.com/vue/-/vue-2.6.11.tgz#76594d877d4b12234406e84e35275c6d514125c5"
12092-
integrity sha512-VfPwgcGABbGAue9+sfrD4PuwFar7gPb1yl1UK1MwXoQPAw0BKSqWfoYCT/ThFrdEVWoI51dBuyCoiNU9bZDZxQ==
12093-
1209412107
vuepress-html-webpack-plugin@^3.2.0:
1209512108
version "3.2.0"
1209612109
resolved "https://registry.yarnpkg.com/vuepress-html-webpack-plugin/-/vuepress-html-webpack-plugin-3.2.0.tgz#219be272ad510faa8750d2d4e70fd028bfd1c16e"

0 commit comments

Comments
 (0)