|
13 | 13 | "pree2e": "webdriver-manager update",
|
14 | 14 | "e2e": "yarn build-themes && ng e2e",
|
15 | 15 | "build": "yarn build-themes && ng build",
|
| 16 | + "build:content": "yarn upgrade @angular/material-examples", |
16 | 17 | "build:highmem": "yarn build-themes && node --max_old_space_size=8192 ./node_modules/@angular/cli/bin/ng build",
|
17 | 18 | "build:sm": "ng build --prod --source-map",
|
18 | 19 | "build-themes": "bash ./tools/build-themes.sh",
|
|
24 | 25 | },
|
25 | 26 | "private": true,
|
26 | 27 | "dependencies": {
|
27 |
| - "@angular/animations": "^8.2.9", |
28 |
| - "@angular/cdk": "^8.2.2", |
29 |
| - "@angular/cdk-experimental": "^8.2.2", |
30 |
| - "@angular/common": "^8.2.9", |
31 |
| - "@angular/compiler": "^8.2.9", |
32 |
| - "@angular/core": "^8.2.9", |
33 |
| - "@angular/forms": "^8.2.9", |
34 |
| - "@angular/material": "^8.2.2", |
| 28 | + "@angular/animations": "^9.0.0-next.9", |
| 29 | + "@angular/cdk": "^9.0.0-next.0", |
| 30 | + "@angular/cdk-experimental": "^9.0.0-next.0", |
| 31 | + "@angular/common": "^9.0.0-next.9", |
| 32 | + "@angular/compiler": "^9.0.0-next.9", |
| 33 | + "@angular/core": "^9.0.0-next.9", |
| 34 | + "@angular/forms": "^9.0.0-next.9", |
| 35 | + "@angular/material": "^9.0.0-next.0", |
35 | 36 | "@angular/material-examples": "angular/material2-docs-content",
|
36 |
| - "@angular/material-experimental": "^8.2.2", |
37 |
| - "@angular/material-moment-adapter": "^8.2.2", |
38 |
| - "@angular/platform-browser": "^8.2.9", |
39 |
| - "@angular/platform-browser-dynamic": "^8.2.9", |
40 |
| - "@angular/router": "^8.2.9", |
| 37 | + "@angular/material-experimental": "^9.0.0-next.0", |
| 38 | + "@angular/material-moment-adapter": "^9.0.0-next.0", |
| 39 | + "@angular/platform-browser": "^9.0.0-next.9", |
| 40 | + "@angular/platform-browser-dynamic": "^9.0.0-next.9", |
| 41 | + "@angular/router": "^9.0.0-next.9", |
41 | 42 | "core-js": "^2.6.9",
|
42 | 43 | "hammerjs": "^2.0.8",
|
43 | 44 | "material-components-web": "^4.0.0-alpha.0",
|
44 | 45 | "moment": "^2.24.0",
|
45 | 46 | "rxjs": "^6.5.3",
|
46 |
| - "zone.js": "^0.9.1" |
| 47 | + "zone.js": "~0.10.2" |
47 | 48 | },
|
48 | 49 | "devDependencies": {
|
49 |
| - "@angular-devkit/build-angular": "^0.803.6", |
50 |
| - "@angular/cli": "^8.3.6", |
51 |
| - "@angular/compiler-cli": "^8.2.9", |
| 50 | + "@angular-devkit/build-angular": "~0.900.0-next.8", |
| 51 | + "@angular/cli": "^9.0.0-next.8", |
| 52 | + "@angular/compiler-cli": "^9.0.0-next.9", |
52 | 53 | "@types/jasmine": "^3.4.1",
|
53 |
| - "@types/node": "^12.7.8", |
| 54 | + "@types/node": "^12.7.11", |
54 | 55 | "firebase-tools": "^7.4.0",
|
55 | 56 | "jasmine-core": "^3.5.0",
|
56 | 57 | "jasmine-spec-reporter": "~4.2.1",
|
|
0 commit comments