Skip to content

Commit c1542c0

Browse files
committed
chor: update webpack and remove unneeded dependencies
1 parent 44a19e1 commit c1542c0

File tree

2 files changed

+14
-40
lines changed

2 files changed

+14
-40
lines changed

demo-angular/package.json

+13-27
Original file line numberDiff line numberDiff line change
@@ -13,47 +13,33 @@
1313
}
1414
},
1515
"dependencies": {
16-
"@angular/animations": "~6.0.0",
17-
"@angular/common": "~6.0.0",
18-
"@angular/compiler": "~6.0.0",
19-
"@angular/core": "~6.0.0",
20-
"@angular/forms": "~6.0.0",
21-
"@angular/http": "~6.0.0",
22-
"@angular/platform-browser": "~6.0.0",
23-
"@angular/platform-browser-dynamic": "~6.0.0",
24-
"@angular/router": "~6.0.0",
25-
"nativescript-angular": "^6.0.0",
16+
"@angular/animations": "~6.0.6",
17+
"@angular/common": "~6.0.6",
18+
"@angular/compiler": "~6.0.6",
19+
"@angular/core": "~6.0.6",
20+
"@angular/forms": "~6.0.6",
21+
"@angular/http": "~6.0.6",
22+
"@angular/platform-browser": "~6.0.6",
23+
"@angular/platform-browser-dynamic": "~6.0.6",
24+
"@angular/router": "~6.0.6",
25+
"nativescript-angular": "~6.0.6",
2626
"nativescript-theme-core": "~1.0.4",
2727
"reflect-metadata": "~0.1.10",
2828
"rxjs": "~6.0.0 || >=6.1.0",
2929
"tns-core-modules": "4.0.1",
3030
"zone.js": "^0.8.26"
3131
},
3232
"devDependencies": {
33-
"@angular/compiler-cli": "~6.0.0",
34-
"@ngtools/webpack": "~6.0.3",
33+
"@angular/compiler-cli": "~6.1.0-beta.1",
3534
"babel-traverse": "6.26.0",
3635
"babel-types": "6.26.0",
3736
"babylon": "6.18.0",
38-
"clean-webpack-plugin": "~0.1.19",
39-
"copy-webpack-plugin": "~4.5.1",
40-
"css-loader": "~0.28.11",
41-
"extract-text-webpack-plugin": "~3.0.2",
4237
"lazy": "1.0.11",
4338
"node-sass": "^4.7.1",
4439
"nativescript-dev-sass": "file:../src",
4540
"nativescript-dev-typescript": "~0.7.0",
46-
"nativescript-dev-webpack": "^0.12.0",
47-
"nativescript-worker-loader": "~0.9.0",
48-
"raw-loader": "~0.5.1",
49-
"resolve-url-loader": "~2.3.0",
41+
"nativescript-dev-webpack": "~0.14.0",
5042
"typescript": "~2.7.2",
51-
"uglifyjs-webpack-plugin": "~1.2.5",
52-
"webpack": "~4.6.0",
53-
"webpack-bundle-analyzer": "~2.13.0",
54-
"webpack-sources": "~1.1.0",
55-
"webpack-cli": "~2.1.3",
56-
"@angular-devkit/core": "~0.6.3",
57-
"sass-loader": "~7.0.1"
43+
"@angular-devkit/build-angular": "~0.7.0-rc.0"
5844
}
5945
}

demo/package.json

+1-13
Original file line numberDiff line numberDiff line change
@@ -20,21 +20,9 @@
2020
"babel-traverse": "6.26.0",
2121
"babel-types": "6.26.0",
2222
"babylon": "6.18.0",
23-
"clean-webpack-plugin": "~0.1.19",
24-
"copy-webpack-plugin": "~4.5.1",
25-
"css-loader": "~0.28.11",
26-
"extract-text-webpack-plugin": "~3.0.2",
2723
"lazy": "1.0.11",
2824
"node-sass": "^4.7.1",
2925
"nativescript-dev-sass": "file:../src",
30-
"nativescript-dev-webpack": "^0.12.0",
31-
"nativescript-worker-loader": "~0.9.0",
32-
"raw-loader": "~0.5.1",
33-
"sass-loader": "~7.0.1",
34-
"uglifyjs-webpack-plugin": "~1.2.5",
35-
"webpack": "~4.6.0",
36-
"webpack-bundle-analyzer": "~2.13.0",
37-
"webpack-cli": "~2.1.3",
38-
"webpack-sources": "~1.1.0"
26+
"nativescript-dev-webpack": "~0.14.0"
3927
}
4028
}

0 commit comments

Comments
 (0)