|
4 | 4 | "nativescript": { |
5 | 5 | "id": "org.nativescript.demoangular", |
6 | 6 | "tns-ios": { |
7 | | - "version": "4.1.0" |
| 7 | + "version": "4.2.0" |
8 | 8 | }, |
9 | 9 | "tns-android": { |
10 | | - "version": "4.1.1" |
| 10 | + "version": "4.2.0" |
11 | 11 | } |
12 | 12 | }, |
13 | 13 | "dependencies": { |
14 | | - "@angular/common": "~6.0.6", |
15 | | - "@angular/compiler": "~6.0.6", |
16 | | - "@angular/core": "~6.0.6", |
17 | | - "@angular/forms": "~6.0.6", |
18 | | - "@angular/http": "~6.0.6", |
19 | | - "@angular/platform-browser": "~6.0.6", |
20 | | - "@angular/platform-browser-dynamic": "~6.0.6", |
21 | | - "@angular/router": "~6.0.6", |
22 | | - "nativescript-angular": "~6.0.6", |
| 14 | + "@angular/common": "~6.1.0", |
| 15 | + "@angular/compiler": "~6.1.0", |
| 16 | + "@angular/core": "~6.1.0", |
| 17 | + "@angular/forms": "~6.1.0", |
| 18 | + "@angular/http": "~6.1.0", |
| 19 | + "@angular/platform-browser": "~6.1.0", |
| 20 | + "@angular/platform-browser-dynamic": "~6.1.0", |
| 21 | + "@angular/router": "~6.1.0", |
| 22 | + "nativescript-angular": "~6.1.0", |
23 | 23 | "nativescript-facebook": "../src", |
24 | 24 | "nativescript-theme-core": "^1.0.4", |
25 | 25 | "nativescript-unit-test-runner": "^0.3.4", |
26 | 26 | "rxjs": "~6.1.0", |
27 | | - "tns-core-modules": "4.1.0", |
| 27 | + "tns-core-modules": "^4.2.0", |
28 | 28 | "zone.js": "^0.8.4" |
29 | 29 | }, |
30 | 30 | "devDependencies": { |
31 | | - "babel-traverse": "6.26.0", |
32 | | - "babel-types": "6.26.0", |
33 | | - "babylon": "6.18.0", |
34 | | - "filewalker": "0.1.2", |
35 | 31 | "jasmine-core": "^2.5.2", |
36 | 32 | "karma": "^1.3.0", |
37 | 33 | "karma-jasmine": "^1.0.2", |
38 | 34 | "karma-nativescript-launcher": "^0.4.0", |
39 | | - "lazy": "1.0.11", |
40 | 35 | "nativescript-css-loader": "~0.26.0", |
41 | | - "nativescript-dev-typescript": "^0.7.1", |
42 | | - "nativescript-dev-webpack": "~0.14.0", |
43 | | - "tslint": "~5.4.3", |
44 | | - "typescript": "~2.7.2" |
| 36 | + "nativescript-dev-typescript": "~0.7.2", |
| 37 | + "nativescript-dev-webpack": "~0.15.1", |
| 38 | + "tslint": "~5.11.0", |
| 39 | + "typescript": "~2.8.2" |
45 | 40 | }, |
46 | 41 | "scripts": { |
47 | 42 | "build.plugin": "cd ../src && npm run build", |
|
0 commit comments