Skip to content

Commit 31240f2

Browse files
authored
Merge pull request #160 from NativeScript/lini/remove-webpack-deps
chor: update webpack and remove unneeded dependencies
2 parents 8ec016a + 7c32ab6 commit 31240f2

File tree

2 files changed

+15
-41
lines changed

2 files changed

+15
-41
lines changed

demo-angular/package.json

Lines changed: 14 additions & 27 deletions
Original file line numberDiff line numberDiff line change
@@ -17,16 +17,16 @@
1717
"ci.tslint": "npm i && tslint --config '../tslint.json' 'app/**/*.ts' --exclude '**/node_modules/**'"
1818
},
1919
"dependencies": {
20-
"@angular/animations": "~6.0.2",
21-
"@angular/common": "~6.0.2",
22-
"@angular/compiler": "~6.0.2",
23-
"@angular/core": "~6.0.2",
24-
"@angular/forms": "~6.0.2",
25-
"@angular/http": "~6.0.2",
26-
"@angular/platform-browser": "~6.0.2",
27-
"@angular/platform-browser-dynamic": "~6.0.2",
28-
"@angular/router": "~6.0.2",
29-
"nativescript-angular": "^6.0.0",
20+
"@angular/animations": "~6.0.6",
21+
"@angular/common": "~6.0.6",
22+
"@angular/compiler": "~6.0.6",
23+
"@angular/core": "~6.0.6",
24+
"@angular/forms": "~6.0.6",
25+
"@angular/http": "~6.0.6",
26+
"@angular/platform-browser": "~6.0.6",
27+
"@angular/platform-browser-dynamic": "~6.0.6",
28+
"@angular/router": "~6.0.6",
29+
"nativescript-angular": "~6.0.6",
3030
"nativescript-background-http": "../src",
3131
"nativescript-theme-core": "~1.0.4",
3232
"reflect-metadata": "~0.1.10",
@@ -36,28 +36,15 @@
3636
"zone.js": "~0.8.26"
3737
},
3838
"devDependencies": {
39-
"@angular-devkit/core": "~0.5.5",
40-
"@angular/compiler-cli": "~6.0.2",
41-
"@ngtools/webpack": "~6.0.3",
39+
"@angular/compiler-cli": "~6.1.0-beta.1",
4240
"babel-traverse": "6.26.0",
4341
"babel-types": "6.26.0",
4442
"babylon": "6.18.0",
45-
"clean-webpack-plugin": "~0.1.19",
46-
"copy-webpack-plugin": "~4.5.1",
47-
"css-loader": "~0.28.7",
48-
"extract-text-webpack-plugin": "~3.0.2",
4943
"lazy": "1.0.11",
5044
"nativescript-dev-typescript": "^0.7.1",
51-
"nativescript-dev-webpack": "^0.12.0",
52-
"nativescript-worker-loader": "~0.8.1",
53-
"raw-loader": "~0.5.1",
54-
"resolve-url-loader": "~2.3.0",
45+
"nativescript-dev-webpack": "~0.14.0",
5546
"typescript": "~2.7.2",
56-
"uglifyjs-webpack-plugin": "~1.2.5",
57-
"webpack": "~4.5.0",
58-
"webpack-bundle-analyzer": "^2.9.1",
59-
"webpack-cli": "~2.0.14",
60-
"webpack-sources": "~1.1.0",
61-
"tslint": "~5.4.3"
47+
"tslint": "~5.4.3",
48+
"@angular-devkit/build-angular": "~0.7.0-rc.0"
6249
}
6350
}

demo/package.json

Lines changed: 1 addition & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -23,26 +23,13 @@
2323
"tns-platform-declarations": "^4.0.0"
2424
},
2525
"devDependencies": {
26-
"awesome-typescript-loader": "~5.0.0",
2726
"babel-traverse": "6.26.0",
2827
"babel-types": "6.26.0",
2928
"babylon": "6.18.0",
30-
"clean-webpack-plugin": "~0.1.19",
31-
"copy-webpack-plugin": "~4.5.1",
32-
"css-loader": "~0.28.7",
33-
"extract-text-webpack-plugin": "~3.0.2",
3429
"lazy": "1.0.11",
3530
"nativescript-dev-typescript": "^0.7.1",
36-
"nativescript-dev-webpack": "^0.12.0",
37-
"nativescript-worker-loader": "~0.8.1",
38-
"raw-loader": "~0.5.1",
39-
"resolve-url-loader": "~2.3.0",
31+
"nativescript-dev-webpack": "~0.14.0",
4032
"typescript": "~2.7.2",
41-
"uglifyjs-webpack-plugin": "~1.2.5",
42-
"webpack": "~4.5.0",
43-
"webpack-bundle-analyzer": "^2.9.1",
44-
"webpack-cli": "~2.0.14",
45-
"webpack-sources": "~1.1.0",
4633
"tslint": "~5.4.3"
4734
}
4835
}

0 commit comments

Comments
 (0)