|
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 | 13 | "@angular/animations": "~7.2.0", |
|
24 | 27 | "zone.js": "^0.8.4" |
25 | 28 | }, |
26 | 29 | "devDependencies": { |
27 | | - "@ngtools/webpack": "~7.2.0", |
28 | 30 | "@angular/compiler-cli": "~7.2.0", |
29 | | - "@types/chai": "^4.0.2", |
30 | | - "@types/mocha": "^5.2.5", |
| 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