|
2 | 2 | "nativescript": { |
3 | 3 | "id": "org.nativescript.ngsample", |
4 | 4 | "tns-android": { |
5 | | - "version": "4.1.0-2018.4.16.8" |
| 5 | + "version": "next" |
6 | 6 | }, |
7 | 7 | "tns-ios": { |
8 | | - "version": "4.0.2-2018-04-13-01" |
| 8 | + "version": "next" |
9 | 9 | } |
10 | 10 | }, |
11 | 11 | "name": "tns-template-hello-world", |
|
32 | 32 | }, |
33 | 33 | "homepage": "https://github.com/NativeScript/template-hello-world", |
34 | 34 | "dependencies": { |
35 | | - "@angular/animations": "~6.0.0-rc.3", |
36 | | - "@angular/common": "~6.0.0-rc.3", |
37 | | - "@angular/compiler": "~6.0.0-rc.3", |
38 | | - "@angular/core": "~6.0.0-rc.3", |
39 | | - "@angular/forms": "~6.0.0-rc.3", |
40 | | - "@angular/http": "~6.0.0-rc.3", |
41 | | - "@angular/platform-browser": "~6.0.0-rc.3", |
42 | | - "@angular/platform-browser-dynamic": "~6.0.0-rc.3", |
43 | | - "@angular/router": "~6.0.0-rc.3", |
| 35 | + "@angular/animations": "~7.1.0", |
| 36 | + "@angular/common": "~7.1.0", |
| 37 | + "@angular/compiler": "~7.1.0", |
| 38 | + "@angular/core": "~7.1.0", |
| 39 | + "@angular/forms": "~7.1.0", |
| 40 | + "@angular/http": "~7.1.0", |
| 41 | + "@angular/platform-browser": "~7.1.0", |
| 42 | + "@angular/platform-browser-dynamic": "~7.1.0", |
| 43 | + "@angular/router": "~7.1.0", |
44 | 44 | "nativescript-angular": "file:../nativescript-angular", |
45 | | - "rxjs": "~6.0.0-rc.1", |
| 45 | + "rxjs": "~6.3.3", |
46 | 46 | "tns-core-modules": "next", |
47 | | - "tns-platform-declarations": "^3.4.0", |
| 47 | + "tns-platform-declarations": "next", |
48 | 48 | "zone.js": "^0.8.4" |
49 | 49 | }, |
50 | 50 | "devDependencies": { |
|
0 commit comments