Skip to content

Commit

Permalink
feat: upgrade to vca beta 21 (adds readonly)
Browse files Browse the repository at this point in the history
  • Loading branch information
danielroe committed Dec 7, 2020
1 parent 3f38255 commit 9277489
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 5 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@
"watch": "yarn compile -w"
},
"dependencies": {
"@vue/composition-api": "1.0.0-beta.20",
"@vue/composition-api": "1.0.0-beta.21",
"defu": "^3.2.2",
"normalize-path": "^3.0.0"
},
Expand Down
2 changes: 2 additions & 0 deletions src/entrypoint.ts
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ export * from './defineHelpers'
export type {
ComponentRenderProxy,
ComputedRef,
DeepReadonly,
FlushMode,
InjectionKey,
PropOptions,
Expand Down Expand Up @@ -62,6 +63,7 @@ export {
provide,
proxyRefs,
reactive,
readonly,
ref,
set,
shallowReactive,
Expand Down
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2358,10 +2358,10 @@
optionalDependencies:
prettier "^1.18.2"

"@vue/composition-api@1.0.0-beta.20":
version "1.0.0-beta.20"
resolved "https://registry.yarnpkg.com/@vue/composition-api/-/composition-api-1.0.0-beta.20.tgz#9909ed5844b7bf565a220b26d85b9f0158856dd7"
integrity sha512-Lpaxt9+3cy97QJoCJ81qNe6TeGg092iHtqilKdbE5NapHqoSwiuYUSHX2ANIaO+C1Q1J7bITv1/saLUMNuwQOg==
"@vue/composition-api@1.0.0-beta.21":
version "1.0.0-beta.21"
resolved "https://registry.yarnpkg.com/@vue/composition-api/-/composition-api-1.0.0-beta.21.tgz#d5a3c68afc8b569dfc3eccd69998388bb7f6a16c"
integrity sha512-tgbvDpLvKQ1GrII424wsoyzPCsG0oTFf38emMq495SfLY7RmUqhVIl81pvnC5489PPrCxDkbauJHJrhlcXfbTQ==
dependencies:
tslib "^2.0.1"

Expand Down

1 comment on commit 9277489

@vercel
Copy link

@vercel vercel bot commented on 9277489 Dec 7, 2020

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.