|
16 | 16 | "build:prd": "ng build --prod", |
17 | 17 | "deploy:gh": "gh-pages -d dist", |
18 | 18 | "publish": "run-s build:prd deploy:gh", |
19 | | - "rnd" :"ts-node src/hot-cold/hot.ts" |
| 19 | + "rnd": "ts-node src/hot-cold/hot.ts" |
20 | 20 | }, |
21 | 21 | "private": true, |
22 | 22 | "dependencies": { |
23 | | - "@angular/animations": "^6.0.3", |
24 | | - "@angular/common": "^6.0.3", |
25 | | - "@angular/compiler": "^6.0.3", |
26 | | - "@angular/core": "^6.0.3", |
27 | | - "@angular/forms": "^6.0.3", |
28 | | - "@angular/http": "^6.0.3", |
29 | | - "@angular/platform-browser": "^6.0.3", |
30 | | - "@angular/platform-browser-dynamic": "^6.0.3", |
31 | | - "@angular/router": "^6.0.3", |
| 23 | + "@angular/animations": "^7.1.3", |
| 24 | + "@angular/common": "^7.1.3", |
| 25 | + "@angular/compiler": "^7.1.3", |
| 26 | + "@angular/core": "^7.1.3", |
| 27 | + "@angular/forms": "^7.1.3", |
| 28 | + "@angular/http": "^7.1.3", |
| 29 | + "@angular/platform-browser": "^7.1.3", |
| 30 | + "@angular/platform-browser-dynamic": "^7.1.3", |
| 31 | + "@angular/router": "^7.1.3", |
32 | 32 | "bootstrap": "^3.3.7", |
33 | 33 | "core-js": "^2.5.4", |
34 | 34 | "jquery": "^3.3.1", |
35 | 35 | "popper.js": "^1.14.4", |
36 | | - "rxjs": "^6.0.0", |
| 36 | + "rxjs": "^6.3.3", |
37 | 37 | "zone.js": "^0.8.26" |
38 | 38 | }, |
39 | 39 | "devDependencies": { |
40 | | - "@angular-devkit/build-angular": "~0.6.8", |
41 | | - "@angular/cli": "~6.0.8", |
42 | | - "@angular/compiler-cli": "^6.0.3", |
43 | | - "@angular/language-service": "^6.0.3", |
| 40 | + "@angular-devkit/build-angular": "0.11.3", |
| 41 | + "@angular/cli": "^7.1.3", |
| 42 | + "@angular/compiler-cli": "^7.1.3", |
| 43 | + "@angular/language-service": "^7.1.3", |
44 | 44 | "@types/jasmine": "~2.8.6", |
45 | 45 | "@types/jasminewd2": "~2.0.3", |
46 | 46 | "@types/jest": "^23.3.5", |
47 | 47 | "@types/node": "~8.9.4", |
48 | 48 | "codelyzer": "~4.2.1", |
49 | 49 | "gh-pages": "^1.2.0", |
50 | 50 | "jasmine-core": "~2.99.1", |
51 | | - "jasmine-marbles": "^0.4.0", |
| 51 | + "jasmine-marbles": "^0.4.1", |
52 | 52 | "jasmine-spec-reporter": "~4.2.1", |
53 | 53 | "jest": "^23.6.0", |
54 | 54 | "jest-preset-angular": "^6.0.1", |
|
64 | 64 | "protractor": "~5.3.0", |
65 | 65 | "ts-node": "~5.0.1", |
66 | 66 | "tslint": "~5.9.1", |
67 | | - "typescript": "~2.7.2" |
| 67 | + "typescript": "^3.1.6" |
68 | 68 | } |
69 | 69 | } |
0 commit comments