Skip to content

Commit

Permalink
Update package.json peer dependencies to accept AngularFire 17
Browse files Browse the repository at this point in the history
  • Loading branch information
garri1105 authored and RaphaelJenni committed Feb 19, 2024
1 parent 97ad140 commit 2e8fb65
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion projects/firebaseui-angular-library/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
"peerDependencies": {
"@angular/common": "^12.0.0 || ^13.0.0 || ^14.0.0 || ^15.0.0 || ^16.0.0 || ^17.0.0",
"@angular/core": "^12.0.0 || ^13.0.0 || ^14.0.0 || ^15.0.0 || ^16.0.0 || ^17.0.0",
"@angular/fire": "^6.0.0 || ^7.0.0",
"@angular/fire": "^6.0.0 || ^7.0.0 || ^17.0.0",
"firebaseui": "^6.0.0",
"firebase": "^8.0.0 || ^9.0.0 || ^10.0.0"
},
Expand Down

0 comments on commit 2e8fb65

Please sign in to comment.