|
46 | 46 | }, |
47 | 47 | "homepage": "https://github.com/angular/angularfire#readme", |
48 | 48 | "dependencies": { |
49 | | - "@angular-devkit/architect": "0.2100.0-next.7", |
50 | | - "@angular-devkit/core": "21.0.0-next.7", |
51 | | - "@angular-devkit/schematics": "21.0.0-next.7", |
52 | | - "@angular/common": "21.0.0-next.7", |
53 | | - "@angular/compiler": "21.0.0-next.7", |
54 | | - "@angular/core": "21.0.0-next.7", |
55 | | - "@angular/platform-browser": "21.0.0-next.7", |
56 | | - "@angular/platform-browser-dynamic": "21.0.0-next.7", |
57 | | - "@angular/router": "21.0.0-next.7", |
58 | | - "@schematics/angular": "21.0.0-next.7", |
| 49 | + "@angular-devkit/architect": "~0.2100.0", |
| 50 | + "@angular-devkit/core": "^21.0.0", |
| 51 | + "@angular-devkit/schematics": "^21.0.0", |
| 52 | + "@angular/common": "^21.0.0", |
| 53 | + "@angular/compiler": "^21.0.0", |
| 54 | + "@angular/core": "^21.0.0", |
| 55 | + "@angular/platform-browser": "^21.0.0", |
| 56 | + "@angular/platform-browser-dynamic": "^21.0.0", |
| 57 | + "@angular/router": "^21.0.0", |
| 58 | + "@schematics/angular": "^21.0.0", |
59 | 59 | "esbuild": "^0.24.0", |
60 | 60 | "firebase": "^12.4.0", |
61 | 61 | "firebase-functions": "^6.1.0", |
|
75 | 75 | "zone.js": "~0.15.0" |
76 | 76 | }, |
77 | 77 | "devDependencies": { |
78 | | - "@angular-devkit/build-angular": "21.0.0-next.7", |
79 | | - "@angular-eslint/builder": "20.0.0-alpha.1", |
80 | | - "@angular-eslint/eslint-plugin": "20.0.0-alpha.1", |
81 | | - "@angular/animations": "21.0.0-next.7", |
82 | | - "@angular/cli": "21.0.0-next.7", |
83 | | - "@angular/compiler-cli": "21.0.0-next.7", |
84 | | - "@angular/platform-server": "21.0.0-next.7", |
| 78 | + "@angular-devkit/build-angular": "^21.0.0", |
| 79 | + "@angular-eslint/builder": "^21.0.0", |
| 80 | + "@angular-eslint/eslint-plugin": "^21.0.0", |
| 81 | + "@angular/animations": "^21.0.0", |
| 82 | + "@angular/cli": "^21.0.0", |
| 83 | + "@angular/compiler-cli": "^21.0.0", |
| 84 | + "@angular/platform-server": "^21.0.0", |
85 | 85 | "@types/fs-extra": "^7.0.0", |
86 | 86 | "@types/gzip-size": "^5.1.1", |
87 | 87 | "@types/inquirer": "^0.0.44", |
|
109 | 109 | "karma-jasmine": "~5.1.0", |
110 | 110 | "karma-jasmine-html-reporter": "^2.1.0", |
111 | 111 | "karma-safarinative-launcher": "^1.1.0", |
112 | | - "ng-packagr": "20.0.0-next.4", |
| 112 | + "ng-packagr": "^21.0.0", |
113 | 113 | "reflect-metadata": "^0.1.2", |
114 | 114 | "replace-in-file": "^5.0.2", |
115 | 115 | "rimraf": "^2.5.4", |
|
121 | 121 | "yaml": "^2.7.0" |
122 | 122 | }, |
123 | 123 | "overrides": { |
124 | | - "@angular/compiler-cli": { |
125 | | - "ng-packagr": "20.0.0-next.4" |
126 | | - }, |
127 | | - "@angular-devkit/build-angular": { |
128 | | - "ng-packagr": "20.0.0-next.4" |
129 | | - }, |
130 | | - "ng-packagr": { |
131 | | - "@angular/compiler-cli": "21.0.0-next.7" |
| 124 | + "rxfire": { |
| 125 | + "firebase": "^12.4.0" |
132 | 126 | } |
133 | 127 | }, |
134 | 128 | "typings": "index.d.ts" |
|
0 commit comments