|
4 | 4 | "readme": "NativeScript Application",
|
5 | 5 | "repository": "<fill-your-repository-here>",
|
6 | 6 | "nativescript": {
|
7 | | - "id": "org.nativescript.modalnavigationng" |
| 7 | + "id": "org.nativescript.modalnavigationng", |
| 8 | + "tns-ios": { |
| 9 | + "version": "6.0.2" |
| 10 | + }, |
| 11 | + "tns-android": { |
| 12 | + "version": "6.0.1" |
| 13 | + } |
8 | 14 | },
|
9 | 15 | "dependencies": {
|
10 | | - "@angular/animations": "~8.1.0", |
11 | | - "@angular/common": "~8.1.0", |
12 | | - "@angular/compiler": "~8.1.0", |
13 | | - "@angular/core": "~8.1.0", |
14 | | - "@angular/forms": "~8.1.0", |
| 16 | + "@angular/animations": "~8.2.0", |
| 17 | + "@angular/common": "~8.2.0", |
| 18 | + "@angular/compiler": "~8.2.0", |
| 19 | + "@angular/core": "~8.2.0", |
| 20 | + "@angular/forms": "~8.2.0", |
15 | 21 | "@angular/http": "8.0.0-beta.10",
|
16 | | - "@angular/platform-browser": "~8.1.0", |
17 | | - "@angular/platform-browser-dynamic": "~8.1.0", |
18 | | - "@angular/router": "~8.1.0", |
| 22 | + "@angular/platform-browser": "~8.2.0", |
| 23 | + "@angular/platform-browser-dynamic": "~8.2.0", |
| 24 | + "@angular/router": "~8.2.0", |
19 | 25 | "nativescript-angular": "file:../../nativescript-angular",
|
20 | 26 | "nativescript-theme-core": "~1.0.4",
|
21 | 27 | "reflect-metadata": "~0.1.8",
|
22 | | - "rxjs": "~6.3.3", |
| 28 | + "rxjs": "^6.4.0", |
23 | 29 | "tns-core-modules": "next",
|
24 | 30 | "zone.js": "^0.9.1"
|
25 | 31 | },
|
26 | 32 | "devDependencies": {
|
27 | | - "@angular/compiler-cli": "~8.1.0", |
28 | | - "@ngtools/webpack": "~8.1.0", |
| 33 | + "@angular/compiler-cli": "~8.2.0", |
| 34 | + "@ngtools/webpack": "~8.2.0", |
29 | 35 | "@types/chai": "~4.1.7",
|
30 | 36 | "@types/mocha": "~5.2.5",
|
31 | 37 | "@types/node": "~10.12.18",
|
|
38 | 44 | "nativescript-dev-appium": "^5.3.0",
|
39 | 45 | "nativescript-dev-webpack": "next",
|
40 | 46 | "tns-platform-declarations": "next",
|
41 | | - "typescript": "~3.4.5" |
| 47 | + "typescript": "~3.5.3" |
42 | 48 | },
|
43 | 49 | "scripts": {
|
44 | 50 | "e2e": "tsc -p e2e && mocha --opts ../config/mocha.opts --recursive e2e --appiumCapsLocation ../config/appium.capabilities.json",
|
|
0 commit comments