Skip to content
This repository was archived by the owner on Dec 5, 2024. It is now read-only.

Commit 596bda8

Browse files
committed
chore: upgrade @vue/composition-api
* expose `ComponentInternalInstance`
1 parent 9d4165a commit 596bda8

File tree

3 files changed

+12
-23
lines changed

3 files changed

+12
-23
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@
6161
"watch": "yarn build -w"
6262
},
6363
"dependencies": {
64-
"@vue/composition-api": "1.0.0-rc.6",
64+
"@vue/composition-api": "1.0.0-rc.7",
6565
"defu": "^3.2.2",
6666
"estree-walker": "^2.0.2",
6767
"magic-string": "^0.25.7",

src/runtime/composables/vue.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
export type {
22
App,
3+
ComponentInternalInstance,
34
ComponentInstance,
45
ComponentRenderProxy,
56
ComputedGetter,

yarn.lock

Lines changed: 10 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -2330,7 +2330,7 @@
23302330
semver "^7.3.2"
23312331
tsutils "^3.17.1"
23322332

2333-
"@typescript-eslint/[email protected]":
2333+
"@typescript-eslint/[email protected]", "@typescript-eslint/experimental-utils@^4.0.1":
23342334
version "4.22.0"
23352335
resolved "https://registry.yarnpkg.com/@typescript-eslint/experimental-utils/-/experimental-utils-4.22.0.tgz#68765167cca531178e7b650a53456e6e0bef3b1f"
23362336
integrity sha512-xJXHHl6TuAxB5AWiVrGhvbGL8/hbiCQ8FiWwObO3r0fnvBdrbWEDy1hlvGQOAWc6qsCWuWMKdVWlLAEMpxnddg==
@@ -2342,18 +2342,6 @@
23422342
eslint-scope "^5.0.0"
23432343
eslint-utils "^2.0.0"
23442344

2345-
"@typescript-eslint/experimental-utils@^4.0.1":
2346-
version "4.21.0"
2347-
resolved "https://registry.yarnpkg.com/@typescript-eslint/experimental-utils/-/experimental-utils-4.21.0.tgz#0b0bb7c15d379140a660c003bdbafa71ae9134b6"
2348-
integrity sha512-cEbgosW/tUFvKmkg3cU7LBoZhvUs+ZPVM9alb25XvR0dal4qHL3SiUqHNrzoWSxaXA9gsifrYrS1xdDV6w/gIA==
2349-
dependencies:
2350-
"@types/json-schema" "^7.0.3"
2351-
"@typescript-eslint/scope-manager" "4.21.0"
2352-
"@typescript-eslint/types" "4.21.0"
2353-
"@typescript-eslint/typescript-estree" "4.21.0"
2354-
eslint-scope "^5.0.0"
2355-
eslint-utils "^2.0.0"
2356-
23572345
"@typescript-eslint/parser@^4.22.0":
23582346
version "4.22.0"
23592347
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-4.22.0.tgz#e1637327fcf796c641fe55f73530e90b16ac8fe8"
@@ -2528,12 +2516,12 @@
25282516
optionalDependencies:
25292517
prettier "^1.18.2"
25302518

2531-
2532-
version "1.0.0-rc.6"
2533-
resolved "https://registry.yarnpkg.com/@vue/composition-api/-/composition-api-1.0.0-rc.6.tgz#21ce2c169dd4ff17a5bf60c6e98863dff1a36540"
2534-
integrity sha512-M3jsyDBozQFqAPYdM4GCoVZEljIHsTVdcq5fZx9axpKz9ChIlQngxNf1ziLVaJvWX7T+MO1rVTEx6Xjgg/gUcQ==
2519+
2520+
version "1.0.0-rc.7"
2521+
resolved "https://registry.yarnpkg.com/@vue/composition-api/-/composition-api-1.0.0-rc.7.tgz#05a9e81ad91d85d3390b1386c0079666d2e1b3bb"
2522+
integrity sha512-aj/lWD+9dmJ+r9qkbASByqlphkbwvZ8q1T7yC5H1leWSdtxfWg7tDR98vZEKzjikRSztwC7xrtrLwOnt8glQDA==
25352523
dependencies:
2536-
tslib "^2.1.0"
2524+
tslib "^2.2.0"
25372525

25382526
"@webassemblyjs/[email protected]":
25392527
version "1.9.0"
@@ -13203,10 +13191,10 @@ tslib@^1.8.1, tslib@^1.9.0:
1320313191
resolved "https://registry.yarnpkg.com/tslib/-/tslib-1.14.1.tgz#cf2d38bdc34a134bcaf1091c41f6619e2f672d00"
1320413192
integrity sha512-Xni35NKzjgMrwevysHTCArtLDpPvye8zV/0E4EyYn43P7/7qvQwPh9BGkHewbMulVntbigmcT7rdX3BNo9wRJg==
1320513193

13206-
tslib@^2.0.3, tslib@^2.1.0:
13207-
version "2.1.0"
13208-
resolved "https://registry.yarnpkg.com/tslib/-/tslib-2.1.0.tgz#da60860f1c2ecaa5703ab7d39bc05b6bf988b97a"
13209-
integrity sha512-hcVC3wYEziELGGmEEXue7D75zbwIIVUMWAVbHItGPx0ziyXxrOMQx4rQEVEV45Ut/1IotuEvwqPopzIOkDMf0A==
13194+
tslib@^2.0.3, tslib@^2.2.0:
13195+
version "2.2.0"
13196+
resolved "https://registry.yarnpkg.com/tslib/-/tslib-2.2.0.tgz#fb2c475977e35e241311ede2693cee1ec6698f5c"
13197+
integrity sha512-gS9GVHRU+RGn5KQM2rllAlR3dU6m7AcpJKdtH8gFvQiC4Otgk98XnmMU+nZenHt/+VhnBPWwgrJsyrdcw6i23w==
1321013198

1321113199
tsutils@^3.17.1:
1321213200
version "3.20.0"

0 commit comments

Comments
 (0)