|
6 | 6 | "nativescript": { |
7 | 7 | "id": "org.nativescript.demo.angular", |
8 | 8 | "tns-android": { |
9 | | - "version": "5.1.0" |
| 9 | + "version": "5.2.0" |
10 | 10 | }, |
11 | 11 | "tns-ios": { |
12 | | - "version": "5.1.0" |
| 12 | + "version": "5.2.0" |
13 | 13 | } |
14 | 14 | }, |
15 | 15 | "scripts": { |
|
19 | 19 | "ci.ios.build": "cd ../src && npm run build && cd ../demo-angular && tns build ios" |
20 | 20 | }, |
21 | 21 | "dependencies": { |
22 | | - "@angular/animations": "~7.1.0", |
23 | | - "@angular/common": "~7.1.0", |
24 | | - "@angular/compiler": "~7.1.0", |
25 | | - "@angular/core": "~7.1.0", |
26 | | - "@angular/forms": "~7.1.0", |
27 | | - "@angular/http": "~7.1.0", |
28 | | - "@angular/platform-browser": "~7.1.0", |
29 | | - "@angular/platform-browser-dynamic": "~7.1.0", |
30 | | - "@angular/router": "~7.1.0", |
31 | | - "nativescript-angular": "~7.1.0", |
| 22 | + "@angular/animations": "~7.2.0", |
| 23 | + "@angular/common": "~7.2.0", |
| 24 | + "@angular/compiler": "~7.2.0", |
| 25 | + "@angular/core": "~7.2.0", |
| 26 | + "@angular/forms": "~7.2.0", |
| 27 | + "@angular/http": "~7.2.0", |
| 28 | + "@angular/platform-browser": "~7.2.0", |
| 29 | + "@angular/platform-browser-dynamic": "~7.2.0", |
| 30 | + "@angular/router": "~7.2.0", |
| 31 | + "nativescript-angular": "~7.2.1", |
32 | 32 | "nativescript-camera": "../src", |
33 | 33 | "nativescript-theme-core": "^1.0.4", |
34 | 34 | "rxjs": "^6.3.3", |
35 | | - "tns-core-modules": "^5.1.0", |
| 35 | + "tns-core-modules": "^5.2.0", |
36 | 36 | "zone.js": "^0.8.4" |
37 | 37 | }, |
38 | 38 | "devDependencies": { |
39 | 39 | "nativescript-css-loader": "~0.26.0", |
40 | | - "nativescript-dev-typescript": "~0.7.0", |
41 | | - "nativescript-dev-webpack": "~0.18.0", |
| 40 | + "nativescript-dev-typescript": "~0.8.0", |
| 41 | + "nativescript-dev-webpack": "~0.20.0", |
42 | 42 | "tslint": "~5.11.0" |
43 | 43 | } |
44 | 44 | } |
0 commit comments