|
4 | 4 | "readme": "NativeScript Application", |
5 | 5 | "repository": "<fill-your-repository-here>", |
6 | 6 | "nativescript": { |
7 | | - "id": "org.nativescript.router" |
| 7 | + "id": "org.nativescript.router", |
| 8 | + "tns-android": { |
| 9 | + "version": "5.1.0" |
| 10 | + } |
8 | 11 | }, |
9 | 12 | "dependencies": { |
10 | | - "@angular/animations": "~7.1.0", |
11 | | - "@angular/common": "~7.1.0", |
12 | | - "@angular/compiler": "~7.1.0", |
13 | | - "@angular/core": "~7.1.0", |
14 | | - "@angular/forms": "~7.1.0", |
15 | | - "@angular/http": "~7.1.0", |
16 | | - "@angular/platform-browser": "~7.1.0", |
17 | | - "@angular/platform-browser-dynamic": "~7.1.0", |
18 | | - "@angular/router": "~7.1.0", |
| 13 | + "@angular/animations": "~7.2.0", |
| 14 | + "@angular/common": "~7.2.0", |
| 15 | + "@angular/compiler": "~7.2.0", |
| 16 | + "@angular/core": "~7.2.0", |
| 17 | + "@angular/forms": "~7.2.0", |
| 18 | + "@angular/http": "~7.2.0", |
| 19 | + "@angular/platform-browser": "~7.2.0", |
| 20 | + "@angular/platform-browser-dynamic": "~7.2.0", |
| 21 | + "@angular/router": "~7.2.0", |
19 | 22 | "nativescript-angular": "file:../../nativescript-angular", |
20 | 23 | "nativescript-intl": "^3.0.0", |
21 | 24 | "reflect-metadata": "~0.1.8", |
|
24 | 27 | "zone.js": "^0.8.4" |
25 | 28 | }, |
26 | 29 | "devDependencies": { |
27 | | - "@ngtools/webpack": "~7.1.0", |
28 | | - "@angular/compiler-cli": "~7.1.0", |
29 | | - "@types/chai": "^4.0.2", |
30 | | - "@types/mocha": "^5.2.5", |
| 30 | + "@angular/compiler-cli": "~7.2.0", |
| 31 | + "@ngtools/webpack": "~7.2.0", |
| 32 | + "@types/chai": "~4.1.7", |
| 33 | + "@types/mocha": "~5.2.5", |
31 | 34 | "@types/node": "^10.12.12", |
32 | 35 | "babel-traverse": "6.25.0", |
33 | 36 | "babel-types": "6.25.0", |
|
36 | 39 | "chai-as-promised": "~7.1.1", |
37 | 40 | "colors": "^1.1.2", |
38 | 41 | "lazy": "1.0.11", |
39 | | - "mocha": "~3.5.0", |
40 | | - "mocha-junit-reporter": "^1.13.0", |
41 | | - "mocha-multi": "^0.11.0", |
42 | | - "nativescript-dev-appium": "next", |
43 | | - "nativescript-dev-typescript": "~0.4.0", |
| 42 | + "mocha": "~5.2.0", |
| 43 | + "mocha-junit-reporter": "~1.18.0", |
| 44 | + "mocha-multi": "~1.0.1", |
| 45 | + "nativescript-dev-appium": "^4.0.10-2019-01-16-01", |
| 46 | + "nativescript-dev-typescript": "^0.7.10-next-2019-01-07-183215-03", |
44 | 47 | "nativescript-dev-webpack": "next", |
45 | 48 | "tslib": "^1.7.1", |
46 | | - "typescript": "~3.1.1" |
| 49 | + "typescript": "^3.1.6" |
47 | 50 | }, |
48 | 51 | "scripts": { |
49 | 52 | "e2e": "tsc -p e2e && mocha --opts ../config/mocha.opts --recursive e2e --appiumCapsLocation ../config/appium.capabilities.json", |
|
0 commit comments