Skip to content

Commit 9c83164

Browse files
build(deps-dev): bump @vue/runtime-core from 3.0.0-beta.14 to 3.0.0-beta.15 (#368)
1 parent e3b20dc commit 9c83164

File tree

5 files changed

+53
-16
lines changed

5 files changed

+53
-16
lines changed

.vscode/settings.json

+3
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
{
2+
"typescript.tsdk": "node_modules\\typescript\\lib"
3+
}

package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@
7171
"@types/node": "^14.0.13",
7272
"@vue/compiler-sfc": "^3.0.0-beta.15",
7373
"@vue/composition-api": "^0.6.3",
74-
"@vue/runtime-core": "^3.0.0-beta.14",
74+
"@vue/runtime-core": "^3.0.0-beta.15",
7575
"@vuepress/plugin-back-to-top": "^1.5.2",
7676
"@vuepress/plugin-pwa": "^1.5.2",
7777
"axios": "^0.19.2",
@@ -98,7 +98,7 @@
9898
"tsd": "^0.11.0",
9999
"typescript": "^3.9.5",
100100
"vue": "^2.6.11",
101-
"vue3": "npm:vue@^3.0.0-beta.14",
101+
"vue3": "npm:vue@^3.0.0-beta.15",
102102
"vuepress": "^1.5.2",
103103
"yorkie": "^2.0.0",
104104
"zlib": "^1.0.5"

packages/axios/package.json

+4-4
Original file line numberDiff line numberDiff line change
@@ -41,21 +41,21 @@
4141
"vue-composable": "^1.0.0-alpha.32"
4242
},
4343
"peerDependencies": {
44-
"@vue/runtime-core": "^3.0.0-beta.14",
44+
"@vue/runtime-core": "^3.0.0-beta.15",
4545
"axios": "^0.19.2"
4646
},
4747
"peerDependencies2": {
4848
"@vue/composition-api": "^0.6.2",
4949
"axios": "^0.19.2"
5050
},
5151
"peerDependencies3": {
52-
"@vue/runtime-core": "^3.0.0-beta.14",
52+
"@vue/runtime-core": "^3.0.0-beta.15",
5353
"axios": "^0.19.2"
5454
},
5555
"devDependencies": {
5656
"@types/jest": "^26.0.0",
5757
"@types/node": "^14.0.13",
58-
"@vue/runtime-core": "^3.0.0-beta.14",
58+
"@vue/runtime-core": "^3.0.0-beta.15",
5959
"typescript": "^3.9.5"
6060
}
61-
}
61+
}

packages/vue-composable/package.json

+4-3
Original file line numberDiff line numberDiff line change
@@ -37,13 +37,14 @@
3737
"homepage": "https://pikax.me/vue-composable/composable",
3838
"sideEffects": false,
3939
"peerDependencies": {
40-
"@vue/runtime-core": "^3.0.0-beta.14"
40+
"@vue/composition-api": "^0.6.2",
41+
"vue": "^2.6.10"
4142
},
4243
"peerDependencies3": {
43-
"@vue/runtime-core": "^3.0.0-beta.14"
44+
"@vue/runtime-core": "^3.0.0-beta.15"
4445
},
4546
"peerDependencies2": {
4647
"@vue/composition-api": "^0.6.2",
4748
"vue": "^2.6.10"
4849
}
49-
}
50+
}

yarn.lock

+40-7
Original file line numberDiff line numberDiff line change
@@ -1752,14 +1752,29 @@
17521752
dependencies:
17531753
"@vue/shared" "3.0.0-beta.14"
17541754

1755-
"@vue/[email protected]", "@vue/runtime-core@^3.0.0-beta.14":
1755+
1756+
version "3.0.0-beta.15"
1757+
resolved "https://registry.yarnpkg.com/@vue/reactivity/-/reactivity-3.0.0-beta.15.tgz#4ee0942783d7ff09acab5b8755706597ba6234f6"
1758+
integrity sha512-Xa0LG8RTNlPYsuqOBhhV03xKhMmuSU0vtKXoIi1yxp9gGU7ga/TMmnhELb66AiupiXdLJwRcdv00KhPF/2y0dA==
1759+
dependencies:
1760+
"@vue/shared" "3.0.0-beta.15"
1761+
1762+
17561763
version "3.0.0-beta.14"
17571764
resolved "https://registry.yarnpkg.com/@vue/runtime-core/-/runtime-core-3.0.0-beta.14.tgz#4f8162befd6ad1ac55cc6c142edc8301b090658a"
17581765
integrity sha512-5WKNMd7lX0vdSMeNd1cF0VhM+N+kXicSXKKZtTfQLUfZt1gLuE3nlBhv1PqjGf79zXw5lQLzz6XoUY1i52rEkA==
17591766
dependencies:
17601767
"@vue/reactivity" "3.0.0-beta.14"
17611768
"@vue/shared" "3.0.0-beta.14"
17621769

1770+
"@vue/[email protected]", "@vue/runtime-core@^3.0.0-beta.15":
1771+
version "3.0.0-beta.15"
1772+
resolved "https://registry.yarnpkg.com/@vue/runtime-core/-/runtime-core-3.0.0-beta.15.tgz#35c2ef61dadf07dfe9129dbea6fb8c1b88cc5bd6"
1773+
integrity sha512-jDkqSs1hsS9fRCgzah7VINafxWj7bYoDyweVuBqm6KPcHRfGkRZZxl2NltbbVaLH76Qvm4PPSnqGgEx7QtFSgg==
1774+
dependencies:
1775+
"@vue/reactivity" "3.0.0-beta.15"
1776+
"@vue/shared" "3.0.0-beta.15"
1777+
17631778
17641779
version "3.0.0-beta.14"
17651780
resolved "https://registry.yarnpkg.com/@vue/runtime-dom/-/runtime-dom-3.0.0-beta.14.tgz#080e9dd48a95da639f9fcc6d70a2d9620aec6ab8"
@@ -1769,6 +1784,15 @@
17691784
"@vue/shared" "3.0.0-beta.14"
17701785
csstype "^2.6.8"
17711786

1787+
1788+
version "3.0.0-beta.15"
1789+
resolved "https://registry.yarnpkg.com/@vue/runtime-dom/-/runtime-dom-3.0.0-beta.15.tgz#e3ce740c5e3766020719b174686bd65c75975c7e"
1790+
integrity sha512-161rUw1sWfbv51Ua8gKXaPc+seRJQcV+MLokTJtqYtNCajya0Mx6vdXJajBWqjDT8/Udx0sb7Wm/K/0DfGBUTw==
1791+
dependencies:
1792+
"@vue/runtime-core" "3.0.0-beta.15"
1793+
"@vue/shared" "3.0.0-beta.15"
1794+
csstype "^2.6.8"
1795+
17721796
17731797
version "3.0.0-beta.14"
17741798
resolved "https://registry.yarnpkg.com/@vue/shared/-/shared-3.0.0-beta.14.tgz#886afe5c233a5b255c186142324c40f114958af5"
@@ -12120,7 +12144,21 @@ vue-template-es2015-compiler@^1.9.0:
1212012144
resolved "https://registry.yarnpkg.com/vue-template-es2015-compiler/-/vue-template-es2015-compiler-1.9.1.tgz#1ee3bc9a16ecbf5118be334bb15f9c46f82f5825"
1212112145
integrity sha512-4gDntzrifFnCEvyoO8PqyJDmguXgVPxKiIxrBKjIowvL9l+N66196+72XVYR8BBf1Uv1Fgt3bGevJ+sEmxfZzw==
1212212146

12123-
"vue3@npm:vue@^3.0.0-beta.14", vue@^3.0.0-beta.2:
12147+
"vue3@npm:vue@^3.0.0-beta.15":
12148+
version "3.0.0-beta.15"
12149+
resolved "https://registry.yarnpkg.com/vue/-/vue-3.0.0-beta.15.tgz#99f107534755d3a237b51fc1279c43af2fefde6e"
12150+
integrity sha512-KTmvfNpkvD6mao8vloqjUMjrHEivS1HZvHmYeHPRHqU2HRvNcrZuwXYvETt3dGOTu0Oj7zAWQXP+uZ34CW75sw==
12151+
dependencies:
12152+
"@vue/compiler-dom" "3.0.0-beta.15"
12153+
"@vue/runtime-dom" "3.0.0-beta.15"
12154+
"@vue/shared" "3.0.0-beta.15"
12155+
12156+
vue@^2.6.10, vue@^2.6.11:
12157+
version "2.6.11"
12158+
resolved "https://registry.yarnpkg.com/vue/-/vue-2.6.11.tgz#76594d877d4b12234406e84e35275c6d514125c5"
12159+
integrity sha512-VfPwgcGABbGAue9+sfrD4PuwFar7gPb1yl1UK1MwXoQPAw0BKSqWfoYCT/ThFrdEVWoI51dBuyCoiNU9bZDZxQ==
12160+
12161+
vue@^3.0.0-beta.2:
1212412162
name vue3
1212512163
version "3.0.0-beta.14"
1212612164
resolved "https://registry.yarnpkg.com/vue/-/vue-3.0.0-beta.14.tgz#d2c8739e00c4a4a06b519c14c57d204c350c980c"
@@ -12130,11 +12168,6 @@ vue-template-es2015-compiler@^1.9.0:
1213012168
"@vue/runtime-dom" "3.0.0-beta.14"
1213112169
"@vue/shared" "3.0.0-beta.14"
1213212170

12133-
vue@^2.6.10, vue@^2.6.11:
12134-
version "2.6.11"
12135-
resolved "https://registry.yarnpkg.com/vue/-/vue-2.6.11.tgz#76594d877d4b12234406e84e35275c6d514125c5"
12136-
integrity sha512-VfPwgcGABbGAue9+sfrD4PuwFar7gPb1yl1UK1MwXoQPAw0BKSqWfoYCT/ThFrdEVWoI51dBuyCoiNU9bZDZxQ==
12137-
1213812171
vuepress-html-webpack-plugin@^3.2.0:
1213912172
version "3.2.0"
1214012173
resolved "https://registry.yarnpkg.com/vuepress-html-webpack-plugin/-/vuepress-html-webpack-plugin-3.2.0.tgz#219be272ad510faa8750d2d4e70fd028bfd1c16e"

0 commit comments

Comments
 (0)