Skip to content

Commit 3f56f10

Browse files
committed
build: fix peer deps
BREAKING CHANGE: VueFire is compatible only with Vue `^2.7.0 || ^3.2.0`, it **cannot work with `@vue/composition-api`** (which is natively included on `vue@>=2.7.0`). Note VueFire also requires `firebase@^9.0.0`.
1 parent 922de8c commit 3f56f10

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

Diff for: package.json

+1-2
Original file line numberDiff line numberDiff line change
@@ -55,9 +55,8 @@
5555
"vue-demi": "latest"
5656
},
5757
"peerDependencies": {
58-
"@vue/composition-api": "^1.4.0",
5958
"firebase": "^9.0.0",
60-
"vue": "^2.6.0 || >=3.2.0"
59+
"vue": "^2.7.0 || ^3.2.0"
6160
},
6261
"peerDependenciesMeta": {
6362
"firebase": {

0 commit comments

Comments
 (0)