Skip to content

Commit 21010a0

Browse files
author
Vasil Chimev
authored
chore: update dependencies (#1446)
1 parent 0cecd9d commit 21010a0

File tree

2 files changed

+8
-16
lines changed

2 files changed

+8
-16
lines changed

Diff for: e2e/single-page/package.json

+4-15
Original file line numberDiff line numberDiff line change
@@ -30,8 +30,8 @@
3030
"zone.js": "^0.8.4"
3131
},
3232
"devDependencies": {
33-
"@angular/compiler-cli": "~6.1.0-beta.3",
34-
"@ngtools/webpack": "~1.9.4",
33+
"@angular/compiler-cli": "~6.1.0-rc.0",
34+
"@ngtools/webpack": "~6.1.0-rc.2",
3535
"@types/chai": "^4.0.2",
3636
"@types/mocha": "^2.2.41",
3737
"@types/node": "^7.0.5",
@@ -41,26 +41,15 @@
4141
"chai": "~4.1.1",
4242
"chai-as-promised": "~7.1.1",
4343
"colors": "^1.1.2",
44-
"copy-webpack-plugin": "~4.3.0",
45-
"css-loader": "~0.28.7",
46-
"extract-text-webpack-plugin": "~3.0.2",
4744
"lazy": "1.0.11",
4845
"mocha": "~3.5.0",
4946
"mocha-junit-reporter": "^1.13.0",
5047
"mocha-multi": "^0.11.0",
5148
"nativescript-dev-appium": "next",
52-
"nativescript-dev-typescript": "~0.4.0",
49+
"nativescript-dev-typescript": "next",
5350
"nativescript-dev-webpack": "next",
54-
"nativescript-worker-loader": "~0.8.1",
55-
"raw-loader": "~0.5.1",
56-
"resolve-url-loader": "~2.2.1",
5751
"tslib": "^1.7.1",
58-
"typescript": "~2.7.2",
59-
"uglifyjs-webpack-plugin": "~1.1.6",
60-
"webpack": "~3.10.0",
61-
"webpack-bundle-analyzer": "^2.9.1",
62-
"webpack-sources": "~1.1.0",
63-
"clean-webpack-plugin": "~0.1.19"
52+
"typescript": "~2.7.2"
6453
},
6554
"scripts": {
6655
"e2e": "tsc -p e2e && mocha --opts ../config/mocha.opts --recursive e2e --appiumCapsLocation ../config/appium.capabilities.json",

Diff for: e2e/single-page/tsconfig.json

+4-1
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,9 @@
1616
"*": [
1717
"./node_modules/tns-core-modules/*",
1818
"./node_modules/*"
19+
],
20+
"~/*": [
21+
"app/*"
1922
]
2023
}
2124
},
@@ -24,4 +27,4 @@
2427
"platforms",
2528
"e2e"
2629
]
27-
}
30+
}

0 commit comments

Comments
 (0)