|
28 | 28 | "postinstall": "ngcc --properties es2015 browser module main --no-async --create-ivy-entry-points"
|
29 | 29 | },
|
30 | 30 | "version": "10.0.0-beta.32",
|
31 |
| - "requiredAngularVersion": ">=10.0.0-rc.0", |
| 31 | + "requiredAngularVersion": ">=11.0.0", |
32 | 32 | "dependencies": {
|
33 |
| - "@angular/cdk": "^10.0.0-rc.2", |
34 |
| - "@angular/common": "^10.0.0-rc.6", |
35 |
| - "@angular/compiler": "^10.0.0-rc.6", |
36 |
| - "@angular/core": "^10.0.0-rc.6", |
37 |
| - "@angular/platform-browser": "^10.0.0-rc.6", |
| 33 | + "@angular/cdk": "^11.0.0", |
| 34 | + "@angular/common": "^11.0.0", |
| 35 | + "@angular/compiler": "^11.0.0", |
| 36 | + "@angular/core": "^11.0.0", |
| 37 | + "@angular/platform-browser": "^11.0.0", |
38 | 38 | "core-js": "^2.5.7",
|
39 | 39 | "karma-parallel": "^0.3.1",
|
40 | 40 | "rxjs": "^6.5.1",
|
41 | 41 | "systemjs": "0.19.43",
|
42 |
| - "tsickle": "^0.38.1", |
| 42 | + "tsickle": "^0.39.1", |
43 | 43 | "tslib": "^2.0.0",
|
44 |
| - "zone.js": "~0.10.3" |
| 44 | + "zone.js": "~0.11.3" |
45 | 45 | },
|
46 | 46 | "devDependencies": {
|
47 |
| - "@angular/animations": "^10.0.0-rc.6", |
48 |
| - "@angular/compiler-cli": "^10.0.0-rc.6", |
49 |
| - "@angular/forms": "^10.0.0-rc.6", |
50 |
| - "@angular/material": "^10.0.0-rc.2", |
51 |
| - "@angular/platform-browser-dynamic": "^10.0.0-rc.6", |
52 |
| - "@angular/platform-server": "^10.0.0-rc.6", |
53 |
| - "@angular/router": "^10.0.0-rc.6", |
| 47 | + "@angular/animations": "^11.0.0", |
| 48 | + "@angular/compiler-cli": "^11.0.0", |
| 49 | + "@angular/forms": "^11.0.0", |
| 50 | + "@angular/material": "^11.0.0", |
| 51 | + "@angular/platform-browser-dynamic": "^11.0.0", |
| 52 | + "@angular/platform-server": "^11.0.0", |
| 53 | + "@angular/router": "^11.0.0", |
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.9.2", |
| 123 | + "typescript": "~4.0.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