|
12 | 12 | },
|
13 | 13 | "private": true,
|
14 | 14 | "dependencies": {
|
15 |
| - "@angular/animations": "^5.1.0", |
16 |
| - "@angular/common": "^5.1.0", |
17 |
| - "@angular/compiler": "^5.1.0", |
18 |
| - "@angular/core": "^5.1.0", |
19 |
| - "@angular/forms": "^5.1.0", |
20 |
| - "@angular/http": "^5.1.0", |
21 |
| - "@angular/platform-browser": "^5.1.0", |
22 |
| - "@angular/platform-browser-dynamic": "^5.1.0", |
23 |
| - "@angular/router": "^5.1.0",<% if (serviceWorker) { %> |
24 |
| - "@angular/service-worker": "^5.1.0",<% } %> |
| 15 | + "@angular/animations": "^5.2.0", |
| 16 | + "@angular/common": "^5.2.0", |
| 17 | + "@angular/compiler": "^5.2.0", |
| 18 | + "@angular/core": "^5.2.0", |
| 19 | + "@angular/forms": "^5.2.0", |
| 20 | + "@angular/http": "^5.2.0", |
| 21 | + "@angular/platform-browser": "^5.2.0", |
| 22 | + "@angular/platform-browser-dynamic": "^5.2.0", |
| 23 | + "@angular/router": "^5.2.0",<% if (serviceWorker) { %> |
| 24 | + "@angular/service-worker": "^5.2.0",<% } %> |
25 | 25 | "core-js": "^2.4.1",
|
26 | 26 | "rxjs": "^5.5.6",
|
27 | 27 | "zone.js": "^0.8.19"
|
28 | 28 | },
|
29 | 29 | "devDependencies": {
|
30 | 30 | "@angular/cli": "<%= version %>",
|
31 |
| - "@angular/compiler-cli": "^5.1.0", |
32 |
| - "@angular/language-service": "^5.1.0",<% if (!minimal) { %> |
| 31 | + "@angular/compiler-cli": "^5.2.0", |
| 32 | + "@angular/language-service": "^5.2.0",<% if (!minimal) { %> |
33 | 33 | "@types/jasmine": "~2.8.3",
|
34 | 34 | "@types/jasminewd2": "~2.0.2",
|
35 | 35 | "@types/node": "~6.0.60",
|
|
45 | 45 | "protractor": "~5.1.2",
|
46 | 46 | "ts-node": "~3.2.0",
|
47 | 47 | "tslint": "~5.9.1",<% } %>
|
48 |
| - "typescript": "~2.5.3" |
| 48 | + "typescript": "~2.6.2" |
49 | 49 | }
|
50 | 50 | }
|
0 commit comments