Skip to content

Commit ee018e5

Browse files
committed
fix: bump composition api as peer dependency to at least rc version
1 parent bc246da commit ee018e5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@
3636
"vue-demi": "^0.7.4"
3737
},
3838
"peerDependencies": {
39-
"@vue/composition-api": "^1.0.0-beta.1",
39+
"@vue/composition-api": "^1.0.0-rc.1",
4040
"vue": "^2.0.0 || >=3.0.0"
4141
},
4242
"peerDependenciesMeta": {

0 commit comments

Comments
 (0)