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

Commit f65bbcc

Browse files
committed
Update dependency @vue/composition-api to v1.0.0-rc.10
1 parent 68df447 commit f65bbcc

File tree

2 files changed

+11
-6
lines changed

2 files changed

+11
-6
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@
5252
"@sentry/vue": "6.2.3",
5353
"@vue/apollo-composable": "4.0.0-alpha.12",
5454
"@vue/apollo-option": "4.0.0-alpha.11",
55-
"@vue/composition-api": "1.0.0-beta.21",
55+
"@vue/composition-api": "1.0.0-rc.10",
5656
"apollo-cache-inmemory": "1.6.6",
5757
"apollo-client": "2.6.10",
5858
"bottleneck": "2.19.5",

yarn.lock

Lines changed: 10 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -3178,12 +3178,12 @@
31783178
optionalDependencies:
31793179
prettier "^1.18.2"
31803180

3181-
"@vue/composition-api@1.0.0-beta.21":
3182-
version "1.0.0-beta.21"
3183-
resolved "https://registry.yarnpkg.com/@vue/composition-api/-/composition-api-1.0.0-beta.21.tgz#d5a3c68afc8b569dfc3eccd69998388bb7f6a16c"
3184-
integrity sha512-tgbvDpLvKQ1GrII424wsoyzPCsG0oTFf38emMq495SfLY7RmUqhVIl81pvnC5489PPrCxDkbauJHJrhlcXfbTQ==
3181+
"@vue/composition-api@1.0.0-rc.10":
3182+
version "1.0.0-rc.10"
3183+
resolved "https://registry.yarnpkg.com/@vue/composition-api/-/composition-api-1.0.0-rc.10.tgz#a98e2b810613531bbbbd3b4c0a9fc46198cc931d"
3184+
integrity sha512-ftm4OU8H1Ipw64gxIVqzlCW9lJrtr9iOJME0/KJ/fWmVGy55Qbd0uIgIttOkCdLL94A5cjTSbJFTQhu9jBDRXw==
31853185
dependencies:
3186-
tslib "^2.0.1"
3186+
tslib "^2.2.0"
31873187

31883188
"@vue/eslint-config-prettier@6.0.0":
31893189
version "6.0.0"
@@ -14898,6 +14898,11 @@ tslib@^2, tslib@^2.0.0, tslib@^2.0.1, tslib@^2.0.3, tslib@~2.1.0:
1489814898
resolved "https://registry.yarnpkg.com/tslib/-/tslib-2.1.0.tgz#da60860f1c2ecaa5703ab7d39bc05b6bf988b97a"
1489914899
integrity sha512-hcVC3wYEziELGGmEEXue7D75zbwIIVUMWAVbHItGPx0ziyXxrOMQx4rQEVEV45Ut/1IotuEvwqPopzIOkDMf0A==
1490014900

14901+
tslib@^2.2.0:
14902+
version "2.2.0"
14903+
resolved "https://registry.yarnpkg.com/tslib/-/tslib-2.2.0.tgz#fb2c475977e35e241311ede2693cee1ec6698f5c"
14904+
integrity sha512-gS9GVHRU+RGn5KQM2rllAlR3dU6m7AcpJKdtH8gFvQiC4Otgk98XnmMU+nZenHt/+VhnBPWwgrJsyrdcw6i23w==
14905+
1490114906
tslib@~2.0.1:
1490214907
version "2.0.3"
1490314908
resolved "https://registry.yarnpkg.com/tslib/-/tslib-2.0.3.tgz#8e0741ac45fc0c226e58a17bfc3e64b9bc6ca61c"

0 commit comments

Comments
 (0)