|
13 | 13 | } |
14 | 14 | }, |
15 | 15 | "dependencies": { |
16 | | - "@angular/animations": "~7.0.0", |
17 | | - "@angular/common": "~7.0.0", |
18 | | - "@angular/compiler": "~7.0.0", |
19 | | - "@angular/core": "~7.0.0", |
20 | | - "@angular/forms": "~7.0.0", |
21 | | - "@angular/http": "~7.0.0", |
22 | | - "@angular/platform-browser": "~7.0.0", |
23 | | - "@angular/platform-browser-dynamic": "~7.0.0", |
24 | | - "@angular/router": "~7.0.0", |
| 16 | + "@angular/animations": "~7.1.0", |
| 17 | + "@angular/common": "~7.1.0", |
| 18 | + "@angular/compiler": "~7.1.0", |
| 19 | + "@angular/core": "~7.1.0", |
| 20 | + "@angular/forms": "~7.1.0", |
| 21 | + "@angular/http": "~7.1.0", |
| 22 | + "@angular/platform-browser": "~7.1.0", |
| 23 | + "@angular/platform-browser-dynamic": "~7.1.0", |
| 24 | + "@angular/router": "~7.1.0", |
25 | 25 | "nativescript-angular": "file:../../nativescript-angular", |
26 | 26 | "nativescript-theme-core": "~1.0.4", |
27 | 27 | "reflect-metadata": "~0.1.8", |
|
30 | 30 | "zone.js": "~0.8.2" |
31 | 31 | }, |
32 | 32 | "devDependencies": { |
33 | | - "@ngtools/webpack": "~7.0.0", |
34 | | - "@angular/compiler-cli": "~7.0.0", |
| 33 | + "@angular/compiler-cli": "~7.1.0", |
| 34 | + "@ngtools/webpack": "~7.1.0", |
35 | 35 | "@types/chai": "^4.0.2", |
36 | | - "@types/mocha": "^2.2.41", |
37 | | - "@types/node": "^7.0.5", |
| 36 | + "@types/mocha": "^5.2.5", |
| 37 | + "@types/node": "^10.12.12", |
38 | 38 | "babel-traverse": "6.26.0", |
39 | 39 | "babel-types": "6.26.0", |
40 | 40 | "babylon": "6.18.0", |
41 | | - "clean-webpack-plugin": "~0.1.19", |
42 | | - "copy-webpack-plugin": "~4.5.1", |
43 | | - "css-loader": "~0.28.11", |
44 | | - "extract-text-webpack-plugin": "~3.0.2", |
| 41 | + "chai": "^4.2.0", |
45 | 42 | "lazy": "1.0.11", |
46 | 43 | "mocha": "^5.2.0", |
47 | | - "mocha-junit-reporter": "~1.17.0", |
48 | | - "mocha-multi": "~1.0.0", |
| 44 | + "mocha-junit-reporter": "^1.18.0", |
| 45 | + "mocha-multi": "^1.0.1", |
49 | 46 | "nativescript-dev-appium": "next", |
50 | | - "nativescript-dev-typescript": "next", |
51 | | - "nativescript-dev-webpack": "^0.13.0", |
52 | | - "nativescript-worker-loader": "~0.9.0", |
53 | | - "raw-loader": "~0.5.1", |
54 | | - "resolve-url-loader": "~2.3.0", |
55 | | - "typescript": "~3.1.1", |
56 | | - "uglifyjs-webpack-plugin": "~1.2.5", |
57 | | - "webpack": "~4.6.0", |
58 | | - "webpack-bundle-analyzer": "~2.13.0", |
59 | | - "webpack-cli": "~2.1.3", |
60 | | - "webpack-sources": "~1.1.0", |
61 | | - "@angular-devkit/core": "~0.7.0-beta.1" |
| 47 | + "nativescript-dev-typescript": "~0.7.8", |
| 48 | + "nativescript-dev-webpack": "next", |
| 49 | + "typescript": "~3.1.1" |
62 | 50 | }, |
63 | 51 | "scripts": { |
64 | 52 | "e2e": "tsc -p e2e && mocha --opts ../config/mocha.opts --recursive e2e --appiumCapsLocation ../config/appium.capabilities.json", |
|
0 commit comments