Skip to content

Commit

Permalink
build: fix peer deps
Browse files Browse the repository at this point in the history
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`.
  • Loading branch information
posva committed Oct 20, 2022
1 parent 922de8c commit 3f56f10
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -55,9 +55,8 @@
"vue-demi": "latest"
},
"peerDependencies": {
"@vue/composition-api": "^1.4.0",
"firebase": "^9.0.0",
"vue": "^2.6.0 || >=3.2.0"
"vue": "^2.7.0 || ^3.2.0"
},
"peerDependenciesMeta": {
"firebase": {
Expand Down

0 comments on commit 3f56f10

Please sign in to comment.