Skip to content

Commit 89224e8

Browse files
committed
chore: upgrade @vue/composition-api
1 parent a3e6faf commit 89224e8

File tree

3 files changed

+6
-13
lines changed

3 files changed

+6
-13
lines changed

packages/app-frontend/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
"@pixi/events": "^6.2.0",
77
"@pixi/unsafe-eval": "^6.2.0",
88
"@vue-devtools/shared-utils": "^0.0.0",
9-
"@vue/composition-api": "^1.1.3",
9+
"@vue/composition-api": "^1.4.6",
1010
"@vue/devtools-api": "^6.0.0-beta.9",
1111
"@vue/ui": "^0.12.5",
1212
"circular-json-es6": "^2.0.2",

packages/shell-host/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
"dev": "cross-env TAILWIND_MODE=watch webpack serve"
77
},
88
"dependencies": {
9-
"@vue/composition-api": "^1.1.3",
9+
"@vue/composition-api": "^1.4.6",
1010
"@vue/ui": "^0.12.5",
1111
"@vue-devtools/app-backend-core": "^0.0.0",
1212
"@vue-devtools/app-frontend": "^0.0.0",

yarn.lock

Lines changed: 4 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -2590,12 +2590,10 @@
25902590
optionalDependencies:
25912591
prettier "^1.18.2 || ^2.0.0"
25922592

2593-
"@vue/composition-api@^1.1.3":
2594-
version "1.4.0"
2595-
resolved "https://registry.yarnpkg.com/@vue/composition-api/-/composition-api-1.4.0.tgz#784450d0da1ecfd82f4094053ca593849cbd2e37"
2596-
integrity sha512-fanqJw1cqhkfS1dcpFY52CeR0aWDBr7ub/0ObPWqMnNPdRsMi1gX04Q3aLeRtJEuVeCFewNbqvkPskkSPTVaXQ==
2597-
dependencies:
2598-
tslib "^2.3.1"
2593+
"@vue/composition-api@^1.4.6":
2594+
version "1.4.6"
2595+
resolved "https://registry.yarnpkg.com/@vue/composition-api/-/composition-api-1.4.6.tgz#886c35221cd7c6f55272543a121240e8d3a1306c"
2596+
integrity sha512-UP359OJ0G0Zli603/i9fhXFmNtZUSrypSFyqClMxizp8ezlaMK2GCmHgy3qyrRnO/xjcDAx09vvXPwNFtxHPtQ==
25992597

26002598
"@vue/eslint-config-standard@^6.0.0":
26012599
version "6.1.0"
@@ -10775,11 +10773,6 @@ tslib@^1.8.1, tslib@^1.9.0:
1077510773
resolved "https://registry.yarnpkg.com/tslib/-/tslib-1.14.1.tgz#cf2d38bdc34a134bcaf1091c41f6619e2f672d00"
1077610774
integrity sha512-Xni35NKzjgMrwevysHTCArtLDpPvye8zV/0E4EyYn43P7/7qvQwPh9BGkHewbMulVntbigmcT7rdX3BNo9wRJg==
1077710775

10778-
tslib@^2.3.1:
10779-
version "2.3.1"
10780-
resolved "https://registry.yarnpkg.com/tslib/-/tslib-2.3.1.tgz#e8a335add5ceae51aa261d32a490158ef042ef01"
10781-
integrity sha512-77EbyPPpMz+FRFRuAFlWMtmgUWGe9UOG2Z25NqCwiIjRhOf5iKGuzSe5P2w1laq+FkRy4p+PCuVkJSGkzTEKVw==
10782-
1078310776
tslib@~2.1.0:
1078410777
version "2.1.0"
1078510778
resolved "https://registry.yarnpkg.com/tslib/-/tslib-2.1.0.tgz#da60860f1c2ecaa5703ab7d39bc05b6bf988b97a"

0 commit comments

Comments
 (0)