|
6 | 6 | "nativescript": { |
7 | 7 | "id": "com.tangrainc.dropdownsample.ng", |
8 | 8 | "tns-ios": { |
9 | | - "version": "3.2.0" |
| 9 | + "version": "3.4.0" |
10 | 10 | }, |
11 | 11 | "tns-android": { |
12 | | - "version": "3.2.0" |
| 12 | + "version": "3.4.0" |
13 | 13 | } |
14 | 14 | }, |
15 | 15 | "scripts": { |
|
25 | 25 | "build-ios-bundle": "npm run ns-bundle --ios --build-app" |
26 | 26 | }, |
27 | 27 | "dependencies": { |
28 | | - "@angular/animations": "~4.4.1", |
29 | | - "@angular/common": "~4.4.1", |
30 | | - "@angular/compiler": "~4.4.1", |
31 | | - "@angular/core": "~4.4.1", |
32 | | - "@angular/forms": "~4.4.1", |
33 | | - "@angular/http": "~4.4.1", |
34 | | - "@angular/platform-browser": "~4.4.1", |
35 | | - "@angular/platform-browser-dynamic": "~4.4.1", |
36 | | - "@angular/router": "~4.4.1", |
37 | | - "nativescript-angular": "4.4.0", |
| 28 | + "@angular/animations": "~5.0.0", |
| 29 | + "@angular/common": "~5.0.0", |
| 30 | + "@angular/compiler": "~5.0.0", |
| 31 | + "@angular/core": "~5.0.0", |
| 32 | + "@angular/forms": "~5.0.0", |
| 33 | + "@angular/http": "~5.0.0", |
| 34 | + "@angular/platform-browser": "~5.0.0", |
| 35 | + "@angular/platform-browser-dynamic": "~5.0.0", |
| 36 | + "@angular/router": "~5.0.0", |
| 37 | + "nativescript-angular": "~5.0.0", |
38 | 38 | "nativescript-drop-down": "file:../bin/dist", |
39 | 39 | "reflect-metadata": "~0.1.8", |
40 | | - "rxjs": "~5.2.0", |
41 | | - "tns-core-modules": "3.2.0", |
42 | | - "zone.js": "~0.8.2" |
| 40 | + "rxjs": "^5.5.0", |
| 41 | + "tns-core-modules": "^3.4.0", |
| 42 | + "zone.js": "^0.8.4" |
43 | 43 | }, |
44 | 44 | "devDependencies": { |
45 | | - "@angular/compiler-cli": "~4.4.1", |
46 | | - "@ngtools/webpack": "~1.6.0", |
| 45 | + "@angular/compiler-cli": "~5.0.0", |
| 46 | + "@ngtools/webpack": "~1.8.2", |
47 | 47 | "babel-traverse": "6.24.1", |
48 | 48 | "babel-types": "6.24.1", |
49 | 49 | "babylon": "6.17.0", |
50 | 50 | "copy-webpack-plugin": "~4.0.1", |
| 51 | + "css-loader": "~0.28.7", |
51 | 52 | "extract-text-webpack-plugin": "~3.0.0", |
52 | 53 | "lazy": "1.0.11", |
53 | 54 | "nativescript-css-loader": "~0.26.0", |
54 | | - "nativescript-dev-typescript": "0.4.2", |
55 | | - "nativescript-dev-webpack": "^0.8.0", |
| 55 | + "nativescript-dev-typescript": "^0.6.0", |
| 56 | + "nativescript-dev-webpack": "^0.9.0", |
56 | 57 | "nativescript-worker-loader": "~0.8.1", |
57 | 58 | "raw-loader": "~0.5.1", |
58 | 59 | "resolve-url-loader": "~2.1.0", |
59 | | - "typescript": "~2.2.0", |
60 | | - "webpack": "~3.2.0", |
| 60 | + "typescript": "~2.4.2", |
| 61 | + "webpack": "~3.8.1", |
61 | 62 | "webpack-bundle-analyzer": "^2.8.2", |
62 | 63 | "webpack-sources": "~1.0.1" |
63 | 64 | } |
|
0 commit comments