Skip to content
This repository was archived by the owner on Aug 7, 2021. It is now read-only.

Commit 4239015

Browse files
committed
chore: update demos deps
1 parent 059d2cd commit 4239015

File tree

3 files changed

+4
-45
lines changed

3 files changed

+4
-45
lines changed

Diff for: demo/AngularApp/package.json

+2-16
Original file line numberDiff line numberDiff line change
@@ -29,9 +29,8 @@
2929
"zone.js": "^0.8.4"
3030
},
3131
"devDependencies": {
32-
"@angular-devkit/core": "~0.7.0-beta.1",
32+
"@angular-devkit/build-angular": "~0.7.0-beta.1",
3333
"@angular/compiler-cli": "~6.0.0",
34-
"@ngtools/webpack": "~6.1.0-beta.1",
3534
"@types/chai": "^4.0.2",
3635
"@types/mocha": "^2.2.41",
3736
"@types/node": "^7.0.5",
@@ -40,10 +39,6 @@
4039
"babylon": "6.18.0",
4140
"chai": "~4.1.1",
4241
"chai-as-promised": "~7.1.1",
43-
"clean-webpack-plugin": "~0.1.19",
44-
"copy-webpack-plugin": "~4.5.1",
45-
"css-loader": "~0.28.11",
46-
"extract-text-webpack-plugin": "~3.0.2",
4742
"lazy": "1.0.11",
4843
"mocha": "~3.5.0",
4944
"mocha-junit-reporter": "^1.13.0",
@@ -52,16 +47,7 @@
5247
"nativescript-dev-sass": "^1.3.5",
5348
"nativescript-dev-typescript": "next",
5449
"nativescript-dev-webpack": "file:../..",
55-
"nativescript-worker-loader": "~0.9.0",
56-
"raw-loader": "~0.5.1",
57-
"resolve-url-loader": "~2.3.0",
58-
"sass-loader": "~7.0.1",
59-
"typescript": "~2.7.2",
60-
"uglifyjs-webpack-plugin": "~1.2.5",
61-
"webpack": "~4.6.0",
62-
"webpack-bundle-analyzer": "~2.13.0",
63-
"webpack-cli": "~2.1.3",
64-
"webpack-sources": "~1.1.0"
50+
"typescript": "~2.7.2"
6551
},
6652
"scripts": {
6753
"ns-bundle": "ns-bundle",

Diff for: demo/JavaScriptApp/package.json

+1-14
Original file line numberDiff line numberDiff line change
@@ -23,27 +23,14 @@
2323
"babel-traverse": "6.26.0",
2424
"babel-types": "6.26.0",
2525
"babylon": "6.18.0",
26-
"clean-webpack-plugin": "~0.1.19",
27-
"copy-webpack-plugin": "~4.5.1",
28-
"css-loader": "~0.28.7",
29-
"extract-text-webpack-plugin": "~3.0.2",
3026
"lazy": "1.0.11",
3127
"mocha": "~3.5.0",
3228
"mocha-junit-reporter": "^1.13.0",
3329
"mocha-multi": "^0.11.0",
3430
"nativescript-dev-appium": "next",
3531
"nativescript-dev-sass": "^1.3.5",
3632
"nativescript-dev-webpack": "file:../..",
37-
"nativescript-worker-loader": "~0.8.1",
38-
"node-sass": "^4.7.1",
39-
"raw-loader": "~0.5.1",
40-
"resolve-url-loader": "~2.3.0",
41-
"sass-loader": "~6.0.6",
42-
"uglifyjs-webpack-plugin": "~1.2.4",
43-
"webpack": "~4.5.0",
44-
"webpack-bundle-analyzer": "^2.9.1",
45-
"webpack-cli": "~2.0.14",
46-
"webpack-sources": "~1.1.0"
33+
"node-sass": "^4.7.1"
4734
},
4835
"scripts": {
4936
"ns-bundle": "ns-bundle",

Diff for: demo/TypeScriptApp/package.json

+1-15
Original file line numberDiff line numberDiff line change
@@ -20,14 +20,9 @@
2020
"@types/chai": "^4.0.2",
2121
"@types/mocha": "^2.2.41",
2222
"@types/node": "^7.0.5",
23-
"awesome-typescript-loader": "~5.0.0-1",
2423
"babel-traverse": "6.26.0",
2524
"babel-types": "6.26.0",
2625
"babylon": "6.18.0",
27-
"clean-webpack-plugin": "~0.1.19",
28-
"copy-webpack-plugin": "~4.5.1",
29-
"css-loader": "~0.28.7",
30-
"extract-text-webpack-plugin": "~3.0.2",
3126
"lazy": "1.0.11",
3227
"mocha": "~3.5.0",
3328
"mocha-junit-reporter": "^1.13.0",
@@ -36,16 +31,7 @@
3631
"nativescript-dev-sass": "^1.3.5",
3732
"nativescript-dev-typescript": "next",
3833
"nativescript-dev-webpack": "file:../..",
39-
"nativescript-worker-loader": "~0.8.1",
40-
"raw-loader": "~0.5.1",
41-
"resolve-url-loader": "~2.3.0",
42-
"sass-loader": "~6.0.6",
43-
"typescript": "~2.7.2",
44-
"uglifyjs-webpack-plugin": "~1.2.4",
45-
"webpack": "~4.5.0",
46-
"webpack-bundle-analyzer": "^2.9.1",
47-
"webpack-cli": "~2.0.14",
48-
"webpack-sources": "~1.1.0"
34+
"typescript": "~2.7.2"
4935
},
5036
"scripts": {
5137
"ns-bundle": "ns-bundle",

0 commit comments

Comments
 (0)