|
15 | 15 | "prod-build": "npm run build-themes && ng build --aot --prod",
|
16 | 16 | "postinstall": "webdriver-manager update && bash ./tools/build-themes.sh && bash ./tools/fetch-assets.sh",
|
17 | 17 | "publish-prod": "bash ./tools/deploy.sh stable prod",
|
18 |
| - "publish-dev": "bash ./tools/deploy.sh" |
| 18 | + "publish-dev": "bash ./tools/deploy.sh", |
| 19 | + "publish-beta": "bash ./tools/deploy.sh stable beta" |
19 | 20 | },
|
20 | 21 | "private": true,
|
21 | 22 | "dependencies": {
|
22 |
| - "@angular/animations": "^6.0.9", |
23 |
| - "@angular/cdk": "^6.4.7", |
24 |
| - "@angular/common": "^6.0.9", |
25 |
| - "@angular/compiler": "^6.0.9", |
26 |
| - "@angular/core": "^6.0.9", |
27 |
| - "@angular/forms": "^6.0.9", |
28 |
| - "@angular/http": "^6.0.9", |
29 |
| - "@angular/material": "^6.4.7", |
30 |
| - "@angular/material-moment-adapter": "^6.4.7", |
31 |
| - "@angular/platform-browser": "^6.0.9", |
32 |
| - "@angular/platform-browser-dynamic": "^6.0.9", |
33 |
| - "@angular/router": "^6.0.9", |
| 23 | + "@angular/animations": "^7.0.0", |
| 24 | + "@angular/cdk": "^7.0.0", |
| 25 | + "@angular/common": "^7.0.0", |
| 26 | + "@angular/compiler": "^7.0.0", |
| 27 | + "@angular/core": "^7.0.0", |
| 28 | + "@angular/forms": "^7.0.0", |
| 29 | + "@angular/http": "^7.0.0", |
| 30 | + "@angular/material": "^7.0.0", |
| 31 | + "@angular/material-moment-adapter": "^7.0.0", |
| 32 | + "@angular/platform-browser": "^7.0.0", |
| 33 | + "@angular/platform-browser-dynamic": "^7.0.0", |
| 34 | + "@angular/router": "^7.0.0", |
34 | 35 | "core-js": "^2.5.6",
|
35 | 36 | "moment": "^2.22.1",
|
36 | 37 | "rxjs": "^6.1.0",
|
37 | 38 | "zone.js": "^0.8.26"
|
38 | 39 | },
|
39 | 40 | "devDependencies": {
|
40 |
| - "@angular-devkit/build-angular": "^0.6.8", |
41 |
| - "@angular/cli": "^6.2.1", |
42 |
| - "@angular/compiler-cli": "^6.0.9", |
| 41 | + "@angular-devkit/build-angular": "^0.10.1", |
| 42 | + "@angular/cli": "^7.0.1", |
| 43 | + "@angular/compiler-cli": "^7.0.0", |
43 | 44 | "@types/jasmine": "^2.5.41",
|
44 | 45 | "@types/node": "^10.0.9",
|
45 | 46 | "firebase-tools": "^3.15.3",
|
|
59 | 60 | "protractor": "~5.3.0",
|
60 | 61 | "ts-node": "^6.0.3",
|
61 | 62 | "tslint": "^5.10.0",
|
62 |
| - "typescript": "~2.7.2" |
| 63 | + "typescript": "^3.1.3" |
63 | 64 | }
|
64 | 65 | }
|
0 commit comments