|
27 | 27 | "homepage": "http://nativescript.org", |
28 | 28 | "dependencies": { |
29 | 29 | "@angular/animations": "~4.4.1", |
30 | | - "@angular/common": "~4.4.1", |
31 | | - "@angular/compiler": "~4.4.1", |
32 | | - "@angular/core": "~4.4.1", |
33 | | - "@angular/forms": "~4.4.1", |
34 | | - "@angular/http": "~4.4.1", |
35 | | - "@angular/platform-browser": "~4.4.1", |
36 | | - "@angular/platform-browser-dynamic": "~4.4.1", |
37 | | - "@angular/router": "~4.4.1", |
| 30 | + "@angular/common": "~5.0.0", |
| 31 | + "@angular/compiler": "~5.0.0", |
| 32 | + "@angular/core": "~5.0.0", |
| 33 | + "@angular/forms": "~5.0.0", |
| 34 | + "@angular/http": "~5.0.0", |
| 35 | + "@angular/platform-browser": "~5.0.0", |
| 36 | + "@angular/platform-browser-dynamic": "~5.0.0", |
| 37 | + "@angular/router": "~5.0.0", |
38 | 38 | "nativescript-angular": "../nativescript-angular", |
39 | 39 | "nativescript-unit-test-runner": "^0.3.4", |
40 | | - "rxjs": "^5.2.0", |
| 40 | + "rxjs": "^5.5.0", |
41 | 41 | "tns-core-modules": "next", |
42 | | - "zone.js": "^0.8.2" |
| 42 | + "zone.js": "^0.8.4" |
43 | 43 | }, |
44 | 44 | "devDependencies": { |
45 | 45 | "@types/chai": "^4.0.2", |
|
66 | 66 | "socket.io-client": "1.4.8", |
67 | 67 | "tslib": "^1.7.1", |
68 | 68 | "tslint": "^4.5.1", |
69 | | - "typescript": "~2.5.0", |
| 69 | + "typescript": "~2.4.2", |
70 | 70 | "mocha": "~3.5.0" |
71 | 71 | }, |
72 | 72 | "scripts": { |
73 | 73 | "e2e": "tsc -p e2e && mocha --opts ./e2e/config/mocha.opts", |
74 | | - "compile-tests-w": "tsc -p e2e --watch" |
| 74 | + "compile-tests-w": "tsc -p e2e --watch", |
| 75 | + "update-app-ng-deps": "update-app-ng-deps" |
75 | 76 | } |
76 | 77 | } |
0 commit comments