Skip to content

Commit c02d230

Browse files
committed
build(deps): update all dependencies to latest
1 parent 8717da2 commit c02d230

File tree

8 files changed

+90
-72
lines changed

8 files changed

+90
-72
lines changed

examples/vue-composable-example/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
},
1010
"dependencies": {
1111
"@vue-composable/axios": "^1.0.0-alpha.4",
12-
"vue": "^3.0.0-alpha.1",
12+
"vue": "^3.0.0-alpha.2",
1313
"vue-composable": "^1.0.0-alpha.5"
1414
},
1515
"devDependencies": {

examples/vue-next-webpack-preview-master/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7,16 +7,16 @@
77
"build": "webpack --env.prod"
88
},
99
"dependencies": {
10-
"vue": "^3.0.0-alpha.1",
10+
"vue": "^3.0.0-alpha.2",
1111
"vue-composable": "^1.0.0-alpha.5"
1212
},
1313
"devDependencies": {
14-
"@vue/compiler-sfc": "^3.0.0-alpha.1",
15-
"css-loader": "^3.4.0",
14+
"@vue/compiler-sfc": "^3.0.0-alpha.2",
15+
"css-loader": "^3.4.2",
1616
"file-loader": "^5.0.2",
1717
"mini-css-extract-plugin": "^0.9.0",
1818
"url-loader": "^3.0.0",
19-
"vue-loader": "^16.0.0-alpha.1",
19+
"vue-loader": "^16.0.0-alpha.2",
2020
"webpack": "^4.41.4",
2121
"webpack-cli": "^3.3.10",
2222
"webpack-dev-server": "^3.10.1"

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"version": "1.0.0-alpha.1",
2+
"version": "1.0.0-alpha.7",
33
"name": "vue-composable-monorepo",
44
"workspaces": [
55
"packages/*",
@@ -39,7 +39,7 @@
3939
},
4040
"homepage": "https://github.com/pikax/vue-composable/blob/master/readme.md",
4141
"devDependencies": {
42-
"@microsoft/api-extractor": "^7.7.4",
42+
"@microsoft/api-extractor": "^7.7.5",
4343
"@rollup/plugin-json": "^4.0.0",
4444
"@rollup/plugin-node-resolve": "^7.0.0",
4545
"@rollup/plugin-replace": "^2.2.1",
@@ -65,7 +65,7 @@
6565
"ts-jest": "^24.3.0",
6666
"tsd": "^0.11.0",
6767
"typescript": "^3.6.4",
68-
"vue": "^3.0.0-alpha.1",
68+
"vue": "^3.0.0-alpha.2",
6969
"zlib": "^1.0.5"
7070
}
7171
}

packages/axios/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@
3737
"homepage": "https://github.com/pikax/vue-composable/tree/dev/packages/axios#readme",
3838
"dependencies": {
3939
"@vue-composable/core": "1.0.0-alpha.5",
40-
"@vue/runtime-core": "^3.0.0-alpha.1",
40+
"@vue/runtime-core": "^3.0.0-alpha.2",
4141
"axios": "^0.19.0"
4242
}
4343
}

packages/core/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,6 @@
3434
},
3535
"homepage": "https://github.com/pikax/vue-composable/tree/dev/packages/core#readme",
3636
"dependencies": {
37-
"@vue/runtime-core": "^3.0.0-alpha.1"
37+
"@vue/runtime-core": "^3.0.0-alpha.2"
3838
}
3939
}

packages/vue-composable/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,6 @@
3838
"dependencies": {
3939
"@vue-composable/core": "1.0.0-alpha.5",
4040
"@vue-composable/web": "1.0.0-alpha.5",
41-
"@vue/runtime-core": "^3.0.0-alpha.1"
41+
"@vue/runtime-core": "^3.0.0-alpha.2"
4242
}
4343
}

packages/web/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,6 @@
3636
"homepage": "https://github.com/pikax/vue-composable/tree/dev/packages/core#readme",
3737
"dependencies": {
3838
"@vue-composable/core": "1.0.0-alpha.5",
39-
"@vue/runtime-core": "^3.0.0-alpha.1"
39+
"@vue/runtime-core": "^3.0.0-alpha.2"
4040
}
4141
}

yarn.lock

Lines changed: 78 additions & 60 deletions
Original file line numberDiff line numberDiff line change
@@ -907,46 +907,46 @@
907907
"@types/istanbul-reports" "^1.1.1"
908908
"@types/yargs" "^13.0.0"
909909

910-
"@microsoft/[email protected].3":
911-
version "7.7.3"
912-
resolved "https://registry.yarnpkg.com/@microsoft/api-extractor-model/-/api-extractor-model-7.7.3.tgz#1386e2e02336f626bef107cf11c232db08246b4a"
913-
integrity sha512-XAlvMiL+hxQv//pPUhRXDDmvAZJ7pJdj5kUuPtCqFqDg0Qs0qXFAjcRCK7JJFmMA8K10pgtoSbDba+UnL7eEHQ==
910+
"@microsoft/[email protected].4":
911+
version "7.7.4"
912+
resolved "https://registry.yarnpkg.com/@microsoft/api-extractor-model/-/api-extractor-model-7.7.4.tgz#45a1bd38499db5ae56dcecf1f68d4cf3c50a63ac"
913+
integrity sha512-/UGBXzEwOAYAS9Xg9I9RF3f+Fp1dowddMlisUlBASGJT38/ZhlMb8Zp0Y0ThJcY+VA6Wya0cMK3c/Lo2u+f2EQ==
914914
dependencies:
915-
"@microsoft/node-core-library" "3.18.3"
915+
"@microsoft/node-core-library" "3.19.0"
916916
"@microsoft/tsdoc" "0.12.14"
917917

918-
"@microsoft/api-extractor@^7.7.4":
919-
version "7.7.4"
920-
resolved "https://registry.yarnpkg.com/@microsoft/api-extractor/-/api-extractor-7.7.4.tgz#2de856885a256ab3fb114711385e4d795b4c040b"
921-
integrity sha512-UJjTk6LfwJ6mm60BdNlxm11GgYO2AlhorAa8Bw/JB6s0XrUbuANMPMdvJqH9uZsaKBwTbmEAZ+agRJDx/XVjMw==
918+
"@microsoft/api-extractor@^7.7.5":
919+
version "7.7.5"
920+
resolved "https://registry.yarnpkg.com/@microsoft/api-extractor/-/api-extractor-7.7.5.tgz#eeae706cb5a9b0e0ae1c3f2547520650de26b826"
921+
integrity sha512-/tZkNOFRS27c/ZCsiTbVdTvD10b7UMCX2hlzqQGN5wMWyoblpQy0cZBuRrQBuRllkgXoXeiMpeTf8NcSSl+IjQ==
922922
dependencies:
923-
"@microsoft/api-extractor-model" "7.7.3"
924-
"@microsoft/node-core-library" "3.18.3"
925-
"@microsoft/ts-command-line" "4.3.8"
923+
"@microsoft/api-extractor-model" "7.7.4"
924+
"@microsoft/node-core-library" "3.19.0"
925+
"@microsoft/ts-command-line" "4.3.9"
926926
"@microsoft/tsdoc" "0.12.14"
927927
colors "~1.2.1"
928928
lodash "~4.17.15"
929929
resolve "1.8.1"
930930
source-map "~0.6.1"
931931
typescript "~3.7.2"
932932

933-
"@microsoft/node-core-library@3.18.3":
934-
version "3.18.3"
935-
resolved "https://registry.yarnpkg.com/@microsoft/node-core-library/-/node-core-library-3.18.3.tgz#4fb74fefb31162f3c4edfb5c1a5150eb0aada636"
936-
integrity sha512-IFfjP2rlurFaNAMmlzfh+VxmEy6JVdnOCyAHi3Mbdhcqv/u25AJ3EAzTWqMZCsfCENzCxY5Jcl7bk2SpqTWaaQ==
933+
"@microsoft/node-core-library@3.19.0":
934+
version "3.19.0"
935+
resolved "https://registry.yarnpkg.com/@microsoft/node-core-library/-/node-core-library-3.19.0.tgz#b868a38cdb1113f83ee96ad0e9fc24cb3d4c7883"
936+
integrity sha512-ZcqNHT4ztzT3tw9jCn76TUNCXwJpgOd1UK2RB8Gll0U+chTam3bcsXHkNnR6edDfySKx1rIHRgHAHzkqdJwmlg==
937937
dependencies:
938-
"@types/node" "8.10.54"
938+
"@types/node" "10.17.13"
939939
colors "~1.2.1"
940940
fs-extra "~7.0.1"
941941
jju "~1.4.0"
942942
semver "~5.3.0"
943943
timsort "~0.3.0"
944944
z-schema "~3.18.3"
945945

946-
"@microsoft/[email protected].8":
947-
version "4.3.8"
948-
resolved "https://registry.yarnpkg.com/@microsoft/ts-command-line/-/ts-command-line-4.3.8.tgz#2701a7a5729c5ae65057276e61696411438bce2d"
949-
integrity sha512-FdkjFBfPavojFgWYQj+58NcTUvVfy5sEeOxVTRxGcBM46U70xTsoaeltZu3XQ8qvukq+rL45t1bC71JM9SZ1vA==
946+
"@microsoft/[email protected].9":
947+
version "4.3.9"
948+
resolved "https://registry.yarnpkg.com/@microsoft/ts-command-line/-/ts-command-line-4.3.9.tgz#7d6eaccd98c77c3abf1ab93f6cc1abde397836bc"
949+
integrity sha512-G7xXA8uz2bMmaAhbqU8oWl0Y68X7qEWbuAuTkhVHDCgr4wjrUTbyvJ3DXcnANGhVVx2BWGHWUsj/GzMgU4apQQ==
950950
dependencies:
951951
"@types/argparse" "1.0.33"
952952
argparse "~1.0.9"
@@ -1111,10 +1111,10 @@
11111111
resolved "https://registry.yarnpkg.com/@types/node/-/node-13.1.7.tgz#db51d28b8dfacfe4fb2d0da88f5eb0a2eca00675"
11121112
integrity sha512-HU0q9GXazqiKwviVxg9SI/+t/nAsGkvLDkIdxz+ObejG2nX6Si00TeLqHMoS+a/1tjH7a8YpKVQwtgHuMQsldg==
11131113

1114-
"@types/node@8.10.54":
1115-
version "8.10.54"
1116-
resolved "https://registry.yarnpkg.com/@types/node/-/node-8.10.54.tgz#1c88eb253ac1210f1a5876953fb70f7cc4928402"
1117-
integrity sha512-kaYyLYf6ICn6/isAyD4K1MyWWd5Q3JgH6bnMN089LUx88+s4W8GvK9Q6JMBVu5vsFFp7pMdSxdKmlBXwH/VFRg==
1114+
"@types/node@10.17.13":
1115+
version "10.17.13"
1116+
resolved "https://registry.yarnpkg.com/@types/node/-/node-10.17.13.tgz#ccebcdb990bd6139cd16e84c39dc2fb1023ca90c"
1117+
integrity sha512-pMCcqU2zT4TjqYFrWtYHKal7Sl30Ims6ulZ4UFXxI4xbtQqK/qqKwkDoBFCfooRqqmRu9vY3xaJRwxSh673aYg==
11181118

11191119
"@types/node@^13.1.2":
11201120
version "13.1.8"
@@ -1352,29 +1352,29 @@
13521352
semver "^6.1.0"
13531353
strip-ansi "^6.0.0"
13541354

1355-
1356-
version "3.0.0-alpha.1"
1357-
resolved "https://registry.yarnpkg.com/@vue/compiler-core/-/compiler-core-3.0.0-alpha.1.tgz#963b2c19a5e882726242b32872068f6a23501cfc"
1358-
integrity sha512-TKWRUtPfeOQmm4fylfgjp5ENf0nWYuWp2nhzXXZdVn+upqNJNw9nX45WhQDSamyhB1inSyjsg/+jQq5FnUC/rQ==
1355+
1356+
version "3.0.0-alpha.2"
1357+
resolved "https://registry.yarnpkg.com/@vue/compiler-core/-/compiler-core-3.0.0-alpha.2.tgz#c37e7b3df56e8c37c7a4085f24a0c4f76e93119e"
1358+
integrity sha512-BJAnc5NKl69Hs7X+W+i0mvu/FksgLvN4tIuXlPAmOKI1bBROTontNtqL6Dq+mZ3yu+eeIw8pM6s0gminDnCojg==
13591359
dependencies:
13601360
acorn "^7.1.0"
13611361
estree-walker "^0.8.1"
13621362
source-map "^0.6.1"
13631363

1364-
1365-
version "3.0.0-alpha.1"
1366-
resolved "https://registry.yarnpkg.com/@vue/compiler-dom/-/compiler-dom-3.0.0-alpha.1.tgz#c928dd61f42d0b90e7e9e9d1dd0e8094475a25fe"
1367-
integrity sha512-3gEYW/G3FyQtpgARw/eVhfJPiUQchfRdpoRmkFZUDGpnqqw0fRr30u8Bm80JYajH5y3DgYOZbt6yIhy8enNPpw==
1364+
1365+
version "3.0.0-alpha.2"
1366+
resolved "https://registry.yarnpkg.com/@vue/compiler-dom/-/compiler-dom-3.0.0-alpha.2.tgz#76b0b77026e05831c8ca6aab9f90807843f45013"
1367+
integrity sha512-BeKtdWi253njQy2SxvNH8iNdtnBctUIbjRbEOXC/2KDOPo6lwrgHNWjHxS43kX0aBM6qJa11w+jzfcCcpQ4yVQ==
13681368
dependencies:
1369-
"@vue/compiler-core" "3.0.0-alpha.1"
1369+
"@vue/compiler-core" "3.0.0-alpha.2"
13701370

1371-
"@vue/compiler-sfc@^3.0.0-alpha.1":
1372-
version "3.0.0-alpha.1"
1373-
resolved "https://registry.yarnpkg.com/@vue/compiler-sfc/-/compiler-sfc-3.0.0-alpha.1.tgz#f703abcfca73d39cf79286e58b88fe1cd884967d"
1374-
integrity sha512-ww8WF5U6zSNiar8YIPLKsiLTmgJWP5O2pskN3gkPd3Uhc+K41fvH1PpH6eSLGH/sYozXNT0iA0sSOErbG2T0BQ==
1371+
"@vue/compiler-sfc@^3.0.0-alpha.2":
1372+
version "3.0.0-alpha.2"
1373+
resolved "https://registry.yarnpkg.com/@vue/compiler-sfc/-/compiler-sfc-3.0.0-alpha.2.tgz#b8d7485c2075a107508a1554b75cc5058460ba0b"
1374+
integrity sha512-lOlGX8znccwrC8iLcw/dQt58xt0rR9D+Sj7SDiWcIXCrOWEIE5j1obGdJnOjuysnZKu9w80XtQY5E4zeCNhJWw==
13751375
dependencies:
1376-
"@vue/compiler-core" "3.0.0-alpha.1"
1377-
"@vue/compiler-dom" "3.0.0-alpha.1"
1376+
"@vue/compiler-core" "3.0.0-alpha.2"
1377+
"@vue/compiler-dom" "3.0.0-alpha.2"
13781378
consolidate "^0.15.1"
13791379
hash-sum "^2.0.0"
13801380
lru-cache "^5.1.1"
@@ -1408,19 +1408,32 @@
14081408
resolved "https://registry.yarnpkg.com/@vue/reactivity/-/reactivity-3.0.0-alpha.1.tgz#c4d858a97e4a2f249dc15e32f9eaa515161fefc7"
14091409
integrity sha512-yhH5mZqCt5MCiAAtF9Tv7ofph8erpb54hX6nCBJHotOm/IuR4G4TpQcKs4m0LVsW8EIFjTrE4XI4ekuMqjCXeQ==
14101410

1411-
"@vue/[email protected]", "@vue/runtime-core@^3.0.0-alpha.1":
1411+
1412+
version "3.0.0-alpha.2"
1413+
resolved "https://registry.yarnpkg.com/@vue/reactivity/-/reactivity-3.0.0-alpha.2.tgz#8d0b235652f1834236325c36ea0ba419e06df423"
1414+
integrity sha512-uUQmNHR2mc2XPwY9stm0WuYCzZ0JEiAdtMNNFbdiIrgbbpFY5EYQEebXojmw4f13AhErUasB9dPPqBPxyGft3A==
1415+
1416+
"@vue/[email protected]", "@vue/runtime-core@^3.0.0-alpha.2":
1417+
version "3.0.0-alpha.2"
1418+
resolved "https://registry.yarnpkg.com/@vue/runtime-core/-/runtime-core-3.0.0-alpha.2.tgz#574af742f13cfc691eab9247d3d23e8db59f1f83"
1419+
integrity sha512-wyzZ69B4fO6pawN7Z/thLnWOwhymJ8eE45mO8VGjRWi91RbC70X+tDrjUhsVQBTDJy9C9YkimBtDhBAy/cREIw==
1420+
dependencies:
1421+
"@vue/reactivity" "3.0.0-alpha.2"
1422+
1423+
"@vue/runtime-core@^3.0.0-alpha.1":
14121424
version "3.0.0-alpha.1"
14131425
resolved "https://registry.yarnpkg.com/@vue/runtime-core/-/runtime-core-3.0.0-alpha.1.tgz#37fbee2a5b1703df194c2a12576f15af9f64d48e"
14141426
integrity sha512-oNDjcx/uR+98Omm7o651gwVnUfePh5JySR73ubeENnwZejMnShMwsNrJgLxgn6y5DzbPirIerPbFrXbFBQ9cJA==
14151427
dependencies:
14161428
"@vue/reactivity" "3.0.0-alpha.1"
14171429

1418-
1419-
version "3.0.0-alpha.1"
1420-
resolved "https://registry.yarnpkg.com/@vue/runtime-dom/-/runtime-dom-3.0.0-alpha.1.tgz#3b07954470e8b33aa22cd1c09c7c67ec567b2ab0"
1421-
integrity sha512-NOEg4cXykAZFmnBPFZs/ncJh1lXn3/j4VYD9YZn/myn905AxaWYslv71f0lh1eLgMw3yRh3W0Gi1P12U5D2iVA==
1430+
1431+
version "3.0.0-alpha.2"
1432+
resolved "https://registry.yarnpkg.com/@vue/runtime-dom/-/runtime-dom-3.0.0-alpha.2.tgz#16d0cf1ce4ff806d7e1ef8c16aaf869093c8ebbd"
1433+
integrity sha512-YQexi68NcGH0miaSDVZ7TlMIjO/m8tlOKKw+2ze4TeEyHAb5cXq/pfeqs6JvnLKvZ53ThtG18Uuku4pDmt8bWw==
14221434
dependencies:
1423-
"@vue/runtime-core" "3.0.0-alpha.1"
1435+
"@vue/runtime-core" "3.0.0-alpha.2"
1436+
csstype "^2.6.8"
14241437

14251438
"@vue/web-component-wrapper@^1.2.0":
14261439
version "1.2.0"
@@ -3003,10 +3016,10 @@ css-loader@^3.1.0:
30033016
postcss-value-parser "^4.0.2"
30043017
schema-utils "^2.6.0"
30053018

3006-
css-loader@^3.4.0:
3007-
version "3.4.1"
3008-
resolved "https://registry.yarnpkg.com/css-loader/-/css-loader-3.4.1.tgz#dfb7968aa9bffb26bd20375afdffe77d5a234b77"
3009-
integrity sha512-+ybmv7sVxxNEenQhkifQDvny/1iNQM7YooJbSfVUdQQvisyg1aKIqgGjCjoFSyVLJMp17z9rfZFQaR5HGHcMbw==
3019+
css-loader@^3.4.2:
3020+
version "3.4.2"
3021+
resolved "https://registry.yarnpkg.com/css-loader/-/css-loader-3.4.2.tgz#d3fdb3358b43f233b78501c5ed7b1c6da6133202"
3022+
integrity sha512-jYq4zdZT0oS0Iykt+fqnzVLRIeiPWhka+7BqPn+oSIpWJAHak5tmB/WZrJ2a21JhCeFyNnnlroSl8c+MtVndzA==
30103023
dependencies:
30113024
camelcase "^5.3.1"
30123025
cssesc "^3.0.0"
@@ -3166,6 +3179,11 @@ cssstyle@^1.0.0:
31663179
dependencies:
31673180
cssom "0.3.x"
31683181

3182+
csstype@^2.6.8:
3183+
version "2.6.8"
3184+
resolved "https://registry.yarnpkg.com/csstype/-/csstype-2.6.8.tgz#0fb6fc2417ffd2816a418c9336da74d7f07db431"
3185+
integrity sha512-msVS9qTuMT5zwAGCVm4mxfrZ18BNc6Csd0oJAtiFMZ1FAx1CCvy2+5MDmYoix63LM/6NDbNtodCiGYGmFgO0dA==
3186+
31693187
current-script-polyfill@^1.0.0:
31703188
version "1.0.0"
31713189
resolved "https://registry.yarnpkg.com/current-script-polyfill/-/current-script-polyfill-1.0.0.tgz#f31cf7e4f3e218b0726e738ca92a02d3488ef615"
@@ -9435,10 +9453,10 @@ vue-loader@^15.7.2:
94359453
vue-hot-reload-api "^2.3.0"
94369454
vue-style-loader "^4.1.0"
94379455

9438-
vue-loader@^16.0.0-alpha.1:
9439-
version "16.0.0-alpha.1"
9440-
resolved "https://registry.yarnpkg.com/vue-loader/-/vue-loader-16.0.0-alpha.1.tgz#4c0fbd0dcd4e7994127f96dfa3d403c28a6419a0"
9441-
integrity sha512-I2dfJyojGDXDyznRlcLlgQ0OLuhg+X8pWU38EKuO/Lcitr1tEJc1G2wxFk3ZGUX/PjlUSeUmCo3Adx1z+usVLA==
9456+
vue-loader@^16.0.0-alpha.2:
9457+
version "16.0.0-alpha.2"
9458+
resolved "https://registry.yarnpkg.com/vue-loader/-/vue-loader-16.0.0-alpha.2.tgz#461c4c1638115416233195f56ef4bc9ea96e2ad6"
9459+
integrity sha512-rDiLE1lH4g2JTZ6XQRVq60kDp0GnGhgqAaAC/dh7d5alIYw1Cy/VGTkT2SBqBLA1gXwqxX1dPiYz/jrXp2bxkA==
94429460
dependencies:
94439461
chalk "^3.0.0"
94449462
hash-sum "^2.0.0"
@@ -9467,13 +9485,13 @@ vue-template-es2015-compiler@^1.9.0:
94679485
resolved "https://registry.yarnpkg.com/vue-template-es2015-compiler/-/vue-template-es2015-compiler-1.9.1.tgz#1ee3bc9a16ecbf5118be334bb15f9c46f82f5825"
94689486
integrity sha512-4gDntzrifFnCEvyoO8PqyJDmguXgVPxKiIxrBKjIowvL9l+N66196+72XVYR8BBf1Uv1Fgt3bGevJ+sEmxfZzw==
94699487

9470-
vue@^3.0.0-alpha.1:
9471-
version "3.0.0-alpha.1"
9472-
resolved "https://registry.yarnpkg.com/vue/-/vue-3.0.0-alpha.1.tgz#142d45c56fc1f65c2773f4f577fc0242cbb39dab"
9473-
integrity sha512-6yLtH27wZtqYLXbd5M0kSbHAEClV66sih5CAQ8SCvV+9JUQMF//j1mMBzf2xdoJeOPZDkNpqooB85vyJxT8e3Q==
9488+
vue@^3.0.0-alpha.2:
9489+
version "3.0.0-alpha.2"
9490+
resolved "https://registry.yarnpkg.com/vue/-/vue-3.0.0-alpha.2.tgz#98e1769e264110404e7131a4258f23ba554a885b"
9491+
integrity sha512-juu9wygL/NwSTU/ZvsvSoBIoK740MbQLp90nPgCSp8VDxfaDvF8V21SqUbNLrPHy4lLydkiX+OxdH0hrnC8MzQ==
94749492
dependencies:
9475-
"@vue/compiler-dom" "3.0.0-alpha.1"
9476-
"@vue/runtime-dom" "3.0.0-alpha.1"
9493+
"@vue/compiler-dom" "3.0.0-alpha.2"
9494+
"@vue/runtime-dom" "3.0.0-alpha.2"
94779495

94789496
w3c-hr-time@^1.0.1:
94799497
version "1.0.1"

0 commit comments

Comments
 (0)