|
7 | 7 | "id": "org.nativescript.ng4animations", |
8 | 8 | "tns-ios": { |
9 | 9 | "version": "latest" |
| 10 | + }, |
| 11 | + "tns-android": { |
| 12 | + "version": "5.4.0-2019-05-02-235338-05" |
10 | 13 | } |
11 | 14 | }, |
12 | 15 | "dependencies": { |
|
19 | 22 | "@angular/platform-browser": "~7.2.0", |
20 | 23 | "@angular/platform-browser-dynamic": "~7.2.0", |
21 | 24 | "@angular/router": "~7.2.0", |
22 | | - "nativescript-angular": "next", |
| 25 | + "nativescript-angular": "^7.2.4-next-2019-05-06-201428-01", |
23 | 26 | "nativescript-theme-core": "~1.0.2", |
24 | 27 | "reflect-metadata": "~0.1.8", |
25 | 28 | "rxjs": "^6.3.3", |
26 | | - "tns-core-modules": "latest", |
| 29 | + "tns-core-modules": "^5.4.0-next-2019-05-01-141636-02", |
27 | 30 | "zone.js": "^0.8.4" |
28 | 31 | }, |
29 | 32 | "devDependencies": { |
|
40 | 43 | "mochawesome": "~3.1.2", |
41 | 44 | "nativescript-css-loader": "~0.26.0", |
42 | 45 | "nativescript-dev-appium": "next", |
43 | | - "nativescript-dev-typescript": "^0.7.0", |
44 | | - "nativescript-dev-webpack": "next", |
| 46 | + "nativescript-dev-typescript": "^0.9.1-next-2019-03-12-162713-03", |
| 47 | + "nativescript-dev-webpack": "^0.22.0-next-2019-04-17-111030-01", |
45 | 48 | "typescript": "~3.1.1" |
46 | 49 | }, |
47 | 50 | "scripts": { |
48 | 51 | "u": "update-ns-webpack", |
49 | 52 | "e2e": "tsc -p e2e && mocha --opts ./e2e/config/mocha.opts", |
50 | 53 | "e2e-watch": "tsc -p e2e --watch", |
51 | | - "e2e-compile": "tsc -p e2e" |
| 54 | + "e2e-compile": "tsc -p e2e", |
| 55 | + "update-app-ng-deps": "update-app-ng-deps", |
| 56 | + "ns-verify-bundle": "ns-verify-bundle", |
| 57 | + "update-ns-webpack": "update-ns-webpack" |
52 | 58 | } |
53 | 59 | } |
0 commit comments