|
28 | 28 | "postinstall": "ngcc --properties es2015 browser module main --create-ivy-entry-points" |
29 | 29 | }, |
30 | 30 | "version": "8.0.0-beta.27", |
31 | | - "requiredAngularVersion": ">=9.0.0-rc.6", |
| 31 | + "requiredAngularVersion": ">=9.0.0-rc.11", |
32 | 32 | "dependencies": { |
33 | | - "@angular/cdk": "^9.0.0-rc.5", |
34 | | - "@angular/common": "^9.0.0-rc.6", |
35 | | - "@angular/compiler": "^9.0.0-rc.6", |
36 | | - "@angular/core": "^9.0.0-rc.6", |
37 | | - "@angular/platform-browser": "^9.0.0-rc.6", |
| 33 | + "@angular/cdk": "^9.0.0-rc.8", |
| 34 | + "@angular/common": "^9.0.0-rc.11", |
| 35 | + "@angular/compiler": "^9.0.0-rc.11", |
| 36 | + "@angular/core": "^9.0.0-rc.11", |
| 37 | + "@angular/platform-browser": "^9.0.0-rc.11", |
38 | 38 | "core-js": "^2.5.7", |
39 | 39 | "karma-parallel": "^0.3.1", |
40 | 40 | "rxjs": "^6.5.1", |
|
44 | 44 | "zone.js": "~0.10.2" |
45 | 45 | }, |
46 | 46 | "devDependencies": { |
47 | | - "@angular/animations": "^9.0.0-rc.6", |
48 | | - "@angular/compiler-cli": "^9.0.0-rc.6", |
49 | | - "@angular/forms": "^9.0.0-rc.6", |
50 | | - "@angular/material": "^9.0.0-rc.5", |
51 | | - "@angular/platform-browser-dynamic": "^9.0.0-rc.6", |
52 | | - "@angular/platform-server": "^9.0.0-rc.6", |
53 | | - "@angular/router": "^9.0.0-rc.6", |
| 47 | + "@angular/animations": "^9.0.0-rc.11", |
| 48 | + "@angular/compiler-cli": "^9.0.0-rc.11", |
| 49 | + "@angular/forms": "^9.0.0-rc.11", |
| 50 | + "@angular/material": "^9.0.0-rc.8", |
| 51 | + "@angular/platform-browser-dynamic": "^9.0.0-rc.11", |
| 52 | + "@angular/platform-server": "^9.0.0-rc.11", |
| 53 | + "@angular/router": "^9.0.0-rc.11", |
54 | 54 | "@firebase/app-types": "^0.3.2", |
55 | 55 | "@types/chalk": "^0.4.31", |
56 | 56 | "@types/fs-extra": "^4.0.5", |
|
120 | 120 | "ts-node": "^3.0.4", |
121 | 121 | "tsconfig-paths": "^2.3.0", |
122 | 122 | "tslint": "^5.11.0", |
123 | | - "typescript": "~3.6.4", |
| 123 | + "typescript": "~3.7.5", |
124 | 124 | "uglify-js": "^2.8.14" |
125 | 125 | }, |
126 | 126 | "// Gulp": "Overwrite graceful-fs to a version that does not rely on the 'natives' package. This fixes gulp for >= 10.13, more information: angular/angular#28213", |
|
0 commit comments