|
18 | 18 | "nativescript": { |
19 | 19 | "id": "org.nativescript.groceries", |
20 | 20 | "tns-android": { |
21 | | - "version": "6.0.0" |
| 21 | + "version": "6.0.1" |
22 | 22 | }, |
23 | 23 | "tns-ios": { |
24 | | - "version": "6.0.1" |
| 24 | + "version": "6.0.2" |
25 | 25 | } |
26 | 26 | }, |
27 | 27 | "scripts": { |
|
40 | 40 | "update-ns-webpack": "update-ns-webpack" |
41 | 41 | }, |
42 | 42 | "dependencies": { |
43 | | - "@angular/common": "~8.0.0", |
44 | | - "@angular/compiler": "~8.0.0", |
45 | | - "@angular/core": "~8.0.0", |
46 | | - "@angular/forms": "~8.0.0", |
47 | | - "@angular/http": "8.0.0-beta.10", |
48 | | - "@angular/platform-browser": "~8.0.0", |
49 | | - "@angular/platform-browser-dynamic": "~8.0.0", |
50 | | - "@angular/router": "~8.0.0", |
| 43 | + "@angular/common": "~8.2.0", |
| 44 | + "@angular/compiler": "~8.2.0", |
| 45 | + "@angular/core": "~8.2.0", |
| 46 | + "@angular/forms": "~8.2.0", |
| 47 | + "@angular/platform-browser": "~8.2.0", |
| 48 | + "@angular/platform-browser-dynamic": "~8.2.0", |
| 49 | + "@angular/router": "~8.2.0", |
51 | 50 | "email-validator": "^2.0.4", |
52 | | - "nativescript-angular": "~8.0.0", |
| 51 | + "nativescript-angular": "~8.2.0", |
53 | 52 | "nativescript-iqkeyboardmanager": "~1.3.0", |
54 | 53 | "nativescript-social-share": "~1.5.1", |
55 | 54 | "nativescript-unit-test-runner": "0.7.0", |
56 | 55 | "reflect-metadata": "~0.1.8", |
57 | | - "rxjs": "^6.3.3", |
| 56 | + "rxjs": "^6.4.0", |
58 | 57 | "tns-core-modules": "~6.0.1", |
59 | | - "zone.js": "^0.8.4" |
| 58 | + "zone.js": "^0.9.1" |
60 | 59 | }, |
61 | 60 | "devDependencies": { |
62 | | - "@angular/compiler-cli": "8.0.0", |
63 | | - "@ngtools/webpack": "8.0.0", |
| 61 | + "@angular/compiler-cli": "8.2.0", |
| 62 | + "@ngtools/webpack": "8.2.0", |
64 | 63 | "@types/chai": "~4.1.7", |
65 | 64 | "@types/mocha": "~5.2.5", |
66 | 65 | "@types/node": "~10.12.18", |
|
73 | 72 | "karma": "4.1.0", |
74 | 73 | "karma-jasmine": "2.0.1", |
75 | 74 | "karma-nativescript-launcher": "^0.4.0", |
| 75 | + "karma-webpack": "3.0.5", |
76 | 76 | "lazy": "1.0.11", |
77 | 77 | "mocha": "~5.2.0", |
78 | 78 | "mocha-junit-reporter": "~1.18.0", |
79 | 79 | "mocha-multi": "~1.0.1", |
80 | 80 | "nativescript-dev-appium": "next", |
81 | | - "nativescript-dev-webpack": "~1.0.1", |
| 81 | + "nativescript-dev-webpack": "~1.1.0", |
82 | 82 | "tslint": "^5.4.2", |
83 | | - "typescript": "3.4.5", |
84 | | - "karma-webpack": "3.0.5" |
| 83 | + "typescript": "~3.5.3" |
85 | 84 | } |
86 | 85 | } |
0 commit comments