|
1 | 1 | { |
2 | 2 | "name": "@angular/fire", |
3 | | - "version": "6.0.0", |
| 3 | + "version": "6.0.1", |
4 | 4 | "description": "The official library of Firebase and Angular.", |
5 | 5 | "private": true, |
6 | 6 | "scripts": { |
|
39 | 39 | }, |
40 | 40 | "homepage": "https://github.com/angular/angularfire2#readme", |
41 | 41 | "dependencies": { |
42 | | - "@angular-devkit/architect": "~0.900", |
43 | | - "@angular-devkit/core": "^9.0.0", |
44 | | - "@angular-devkit/schematics": "^9.0.0", |
45 | | - "@angular/common": "^9.0.0", |
46 | | - "@angular/compiler": "^9.0.0", |
47 | | - "@angular/core": "^9.0.0", |
48 | | - "@angular/platform-browser": "^9.0.0", |
49 | | - "@angular/platform-browser-dynamic": "^9.0.0", |
50 | | - "@angular/router": "^9.0.0", |
| 42 | + "@angular-devkit/architect": ">= 0.900 < 0.1100", |
| 43 | + "@angular-devkit/core": "^9.0.0 || ^10.0.0", |
| 44 | + "@angular-devkit/schematics": "^9.0.0 || ^10.0.0", |
| 45 | + "@angular/common": "^9.0.0 || ^10.0.0", |
| 46 | + "@angular/compiler": "^9.0.0 || ^10.0.0", |
| 47 | + "@angular/core": "^9.0.0 || ^10.0.0", |
| 48 | + "@angular/platform-browser": "^9.0.0 || ^10.0.0", |
| 49 | + "@angular/platform-browser-dynamic": "^9.0.0 || ^10.0.0", |
| 50 | + "@angular/router": "^9.0.0 || ^10.0.0", |
51 | 51 | "firebase": "^7.13.1", |
52 | 52 | "firebase-admin": "^8.10.0", |
53 | 53 | "firebase-functions": "^3.6.0", |
|
57 | 57 | "husky": "^4.2.5", |
58 | 58 | "inquirer": "^6.2.2", |
59 | 59 | "inquirer-autocomplete-prompt": "^1.0.1", |
| 60 | + "open": "^7.0.3", |
60 | 61 | "rxfire": "^3.9.7", |
61 | 62 | "rxjs": "^6.5.3", |
62 | 63 | "semver": "^7.1.3", |
|
70 | 71 | "utf-8-validate": "^5.0.2" |
71 | 72 | }, |
72 | 73 | "devDependencies": { |
73 | | - "@angular-devkit/build-angular": "~0.900", |
74 | | - "@angular-devkit/build-ng-packagr": "~0.900", |
75 | | - "@angular/animations": " ^9.0.0", |
76 | | - "@angular/cli": "^9.0.0", |
77 | | - "@angular/compiler-cli": "^9.0.0", |
78 | | - "@angular/platform-server": "^9.0.0", |
| 74 | + "@angular-devkit/build-angular": ">= 0.900 < 0.1100", |
| 75 | + "@angular-devkit/build-ng-packagr": ">= 0.900 < 0.1100", |
| 76 | + "@angular/animations": " ^9.0.0 || ^10.0.0", |
| 77 | + "@angular/cli": "^9.0.0 || ^10.0.0", |
| 78 | + "@angular/compiler-cli": "^9.0.0 || ^10.0.0", |
| 79 | + "@angular/platform-server": "^9.0.0 || ^10.0.0", |
79 | 80 | "@types/fs-extra": "^7.0.0", |
80 | 81 | "@types/gzip-size": "^5.1.1", |
81 | 82 | "@types/inquirer": "^0.0.44", |
|
86 | 87 | "codelyzer": "^5.0.0", |
87 | 88 | "concurrently": "^2.2.0", |
88 | 89 | "conventional-changelog-cli": "^1.2.0", |
89 | | - "firebase-functions-test": "^0.1.7", |
| 90 | + "firebase-functions-test": "^0.2.0", |
90 | 91 | "gzip-size": "^5.1.1", |
91 | 92 | "jasmine": "^3.4.0", |
92 | 93 | "jasmine-core": "^3.4.0", |
|
0 commit comments