Skip to content
This repository was archived by the owner on May 19, 2025. It is now read-only.

Commit e89fbb9

Browse files
knownasilyajamesdaniels
authored andcommitted
fix: bump firebase in blueprint (#580)
1 parent a06dc61 commit e89fbb9

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

blueprints/emberfire/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ module.exports = {
1313

1414
afterInstall(options) {
1515
return RSVP.all([
16-
this.addPackageToProject('firebase', '^5.1.0'),
16+
this.addPackageToProject('firebase', '^6.0.3'),
1717
this.addAddonToProject('ember-auto-import', '^1.0.0')
1818
]);
1919
}

0 commit comments

Comments
 (0)