|
29 | 29 | }
|
30 | 30 | },
|
31 | 31 | "dependencies": {
|
32 |
| - "@angular/common": "~5.0.0", |
33 |
| - "@angular/compiler": "~5.0.0", |
34 |
| - "@angular/core": "~5.0.0", |
35 |
| - "@angular/forms": "~5.0.0", |
36 |
| - "@angular/http": "~5.0.0", |
37 |
| - "@angular/platform-browser": "~5.0.0", |
38 |
| - "@angular/platform-browser-dynamic": "~5.0.0", |
39 |
| - "@angular/router": "~5.0.0", |
| 32 | + "@angular/common": "~5.1.0", |
| 33 | + "@angular/compiler": "~5.1.0", |
| 34 | + "@angular/core": "~5.1.0", |
| 35 | + "@angular/forms": "~5.1.0", |
| 36 | + "@angular/http": "~5.1.0", |
| 37 | + "@angular/platform-browser": "~5.1.0", |
| 38 | + "@angular/platform-browser-dynamic": "~5.1.0", |
| 39 | + "@angular/router": "~5.1.0", |
40 | 40 | "nativescript-angular": "next",
|
41 | 41 | "nativescript-camera": "~3.1.2",
|
42 | 42 | "nativescript-geolocation": "^4.1.1",
|
|
48 | 48 | "zone.js": "^0.8.4"
|
49 | 49 | },
|
50 | 50 | "devDependencies": {
|
51 |
| - "@angular/compiler-cli": "~5.0.0", |
52 |
| - "@ngtools/webpack": "~1.8.2", |
| 51 | + "@angular/compiler-cli": "~5.1.0", |
| 52 | + "@ngtools/webpack": "~1.9.1", |
53 | 53 | "babel-traverse": "6.26.0",
|
54 | 54 | "babel-types": "6.26.0",
|
55 | 55 | "babylon": "6.10.0",
|
56 | 56 | "codelyzer": "^3.0.1",
|
57 |
| - "copy-webpack-plugin": "~4.0.1", |
| 57 | + "copy-webpack-plugin": "~4.3.0", |
58 | 58 | "css-loader": "~0.28.7",
|
59 |
| - "extract-text-webpack-plugin": "~3.0.0", |
| 59 | + "extract-text-webpack-plugin": "~3.0.2", |
60 | 60 | "fs-extra": "^0.30.0",
|
61 | 61 | "glob": "^7.1.2",
|
62 | 62 | "lazy": "1.0.11",
|
|
67 | 67 | "nativescript-worker-loader": "~0.8.1",
|
68 | 68 | "opener": "^1.4.1",
|
69 | 69 | "raw-loader": "~0.5.1",
|
70 |
| - "resolve-url-loader": "~2.1.0", |
| 70 | + "resolve-url-loader": "~2.2.1", |
71 | 71 | "rimraf": "^2.5.3",
|
72 | 72 | "tar.gz": "^1.0.5",
|
73 | 73 | "tns-platform-declarations": "^3.3.0",
|
74 | 74 | "tslint": "^5.4.2",
|
75 | 75 | "typescript": "~2.4.2",
|
76 |
| - "webpack": "~3.8.1", |
77 |
| - "webpack-bundle-analyzer": "^2.8.2", |
78 |
| - "webpack-sources": "~1.0.1" |
| 76 | + "webpack": "~3.10.0", |
| 77 | + "webpack-bundle-analyzer": "^2.9.1", |
| 78 | + "webpack-sources": "~1.1.0", |
| 79 | + "uglifyjs-webpack-plugin": "~1.1.6" |
79 | 80 | },
|
80 | 81 | "scripts": {
|
81 | 82 | "pretsc": "npm install",
|
|
0 commit comments