Re-add FCM package

This commit is contained in:
Ben Goldsworthy 2020-11-30 11:43:45 +00:00
parent b019639ace
commit ee6768f7f1
2 changed files with 16 additions and 0 deletions

15
package-lock.json generated
View file

@ -859,6 +859,21 @@
} }
} }
}, },
"@angular/fire": {
"version": "6.1.2",
"resolved": "https://registry.npmjs.org/@angular/fire/-/fire-6.1.2.tgz",
"integrity": "sha512-yGF9th73k9RLlgiUuy63Mldj5Jfhq/OykjIkCkks02oHToXVCCF7f0wMq24WvOQV8C69afUoCDE34DEuNmbvyQ==",
"requires": {
"tslib": "^2.0.0"
},
"dependencies": {
"tslib": {
"version": "2.0.3",
"resolved": "https://registry.npmjs.org/tslib/-/tslib-2.0.3.tgz",
"integrity": "sha512-uZtkfKblCEQtZKBF6EBXVZeQNl82yqtDQdv+eck8u7tdPxjLu2/lp5/uPW+um2tpuxINHWy3GhiccY7QgEaVHQ=="
}
}
},
"@angular/forms": { "@angular/forms": {
"version": "10.2.1", "version": "10.2.1",
"resolved": "https://registry.npmjs.org/@angular/forms/-/forms-10.2.1.tgz", "resolved": "https://registry.npmjs.org/@angular/forms/-/forms-10.2.1.tgz",

View file

@ -27,6 +27,7 @@
"@angular/common": "10.2.1", "@angular/common": "10.2.1",
"@angular/compiler": "10.2.1", "@angular/compiler": "10.2.1",
"@angular/core": "10.2.1", "@angular/core": "10.2.1",
"@angular/fire": "^6.0.4",
"@angular/forms": "10.2.1", "@angular/forms": "10.2.1",
"@angular/platform-browser": "10.2.1", "@angular/platform-browser": "10.2.1",
"@angular/platform-browser-dynamic": "10.2.1", "@angular/platform-browser-dynamic": "10.2.1",