Skip to content

Commit d888c41

Browse files
committed
chore(renderer): update to webpack4 and NG 6
1 parent 089937e commit d888c41

File tree

1 file changed

+24
-21
lines changed

1 file changed

+24
-21
lines changed

Diff for: e2e/renderer/package.json

+24-21
Original file line numberDiff line numberDiff line change
@@ -6,28 +6,29 @@
66
"nativescript": {
77
"id": "org.nativescript.renderer",
88
"tns-android": {
9-
"version": "3.4.1-2018-02-06-02"
9+
"version": "4.1.0-2018.4.13.1"
1010
}
1111
},
1212
"dependencies": {
13-
"@angular/common": "~5.2.0",
14-
"@angular/compiler": "~5.2.0",
15-
"@angular/core": "~5.2.0",
16-
"@angular/forms": "~5.2.0",
17-
"@angular/http": "~5.2.0",
18-
"@angular/platform-browser": "~5.2.0",
19-
"@angular/platform-browser-dynamic": "~5.2.0",
20-
"@angular/router": "~5.2.0",
13+
"@angular/common": "~6.0.0-rc.3",
14+
"@angular/compiler": "~6.0.0-rc.3",
15+
"@angular/core": "~6.0.0-rc.3",
16+
"@angular/forms": "~6.0.0-rc.3",
17+
"@angular/http": "~6.0.0-rc.3",
18+
"@angular/platform-browser": "~6.0.0-rc.3",
19+
"@angular/platform-browser-dynamic": "~6.0.0-rc.3",
20+
"@angular/router": "~6.0.0-rc.3",
2121
"nativescript-angular": "file:../../nativescript-angular",
2222
"nativescript-intl": "^3.0.0",
2323
"reflect-metadata": "~0.1.8",
24-
"rxjs": "^5.5.0",
24+
"rxjs": "~6.0.0-rc.1",
2525
"tns-core-modules": "next",
2626
"zone.js": "^0.8.4"
2727
},
2828
"devDependencies": {
29-
"@angular/compiler-cli": "~5.2.0",
30-
"@ngtools/webpack": "~1.9.4",
29+
"@angular-devkit/core": "~0.5.5",
30+
"@angular/compiler-cli": "~6.0.0-rc.3",
31+
"@ngtools/webpack": "~6.0.0-rc.3",
3132
"@types/chai": "^4.0.2",
3233
"@types/mocha": "^2.2.41",
3334
"@types/node": "^7.0.5",
@@ -36,27 +37,29 @@
3637
"babylon": "6.17.4",
3738
"chai": "~4.1.1",
3839
"chai-as-promised": "~7.1.1",
40+
"clean-webpack-plugin": "~0.1.19",
3941
"colors": "^1.1.2",
40-
"copy-webpack-plugin": "~4.3.0",
42+
"copy-webpack-plugin": "~4.5.1",
4143
"css-loader": "~0.28.7",
4244
"extract-text-webpack-plugin": "~3.0.2",
4345
"lazy": "1.0.11",
4446
"mocha": "~3.5.0",
4547
"mocha-junit-reporter": "^1.13.0",
4648
"mocha-multi": "^0.11.0",
4749
"nativescript-dev-appium": "next",
48-
"nativescript-dev-typescript": "~0.4.0",
49-
"nativescript-dev-webpack": "^0.11.0",
50+
"nativescript-dev-typescript": "~0.7.1",
51+
"nativescript-dev-webpack": "next",
5052
"nativescript-worker-loader": "~0.8.1",
5153
"raw-loader": "~0.5.1",
52-
"resolve-url-loader": "~2.2.1",
54+
"resolve-url-loader": "~2.3.0",
5355
"tslib": "^1.7.1",
54-
"typescript": "~2.6.2",
55-
"uglifyjs-webpack-plugin": "~1.1.6",
56-
"webpack": "~3.10.0",
56+
"typescript": "~2.7.2",
57+
"uglifyjs-webpack-plugin": "~1.2.4",
58+
"webpack": "~4.5.0",
5759
"webpack-bundle-analyzer": "^2.9.1",
58-
"webpack-sources": "~1.1.0",
59-
"clean-webpack-plugin": "~0.1.19"
60+
"clean-webpack-plugin": "~0.1.19",
61+
"webpack-cli": "~2.0.14",
62+
"webpack-sources": "~1.1.0"
6063
},
6164
"scripts": {
6265
"e2e": "tsc -p e2e && mocha --opts ../config/mocha.opts --recursive e2e --appiumCapsLocation ../config/appium.capabilities.json",

0 commit comments

Comments
 (0)