Skip to content

Commit

Permalink
chore: update dependencies (#1446)
Browse files Browse the repository at this point in the history
  • Loading branch information
Vasil Chimev committed Jul 23, 2018
1 parent 0cecd9d commit 21010a0
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 16 deletions.
19 changes: 4 additions & 15 deletions e2e/single-page/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,8 @@
"zone.js": "^0.8.4"
},
"devDependencies": {
"@angular/compiler-cli": "~6.1.0-beta.3",
"@ngtools/webpack": "~1.9.4",
"@angular/compiler-cli": "~6.1.0-rc.0",
"@ngtools/webpack": "~6.1.0-rc.2",
"@types/chai": "^4.0.2",
"@types/mocha": "^2.2.41",
"@types/node": "^7.0.5",
Expand All @@ -41,26 +41,15 @@
"chai": "~4.1.1",
"chai-as-promised": "~7.1.1",
"colors": "^1.1.2",
"copy-webpack-plugin": "~4.3.0",
"css-loader": "~0.28.7",
"extract-text-webpack-plugin": "~3.0.2",
"lazy": "1.0.11",
"mocha": "~3.5.0",
"mocha-junit-reporter": "^1.13.0",
"mocha-multi": "^0.11.0",
"nativescript-dev-appium": "next",
"nativescript-dev-typescript": "~0.4.0",
"nativescript-dev-typescript": "next",
"nativescript-dev-webpack": "next",
"nativescript-worker-loader": "~0.8.1",
"raw-loader": "~0.5.1",
"resolve-url-loader": "~2.2.1",
"tslib": "^1.7.1",
"typescript": "~2.7.2",
"uglifyjs-webpack-plugin": "~1.1.6",
"webpack": "~3.10.0",
"webpack-bundle-analyzer": "^2.9.1",
"webpack-sources": "~1.1.0",
"clean-webpack-plugin": "~0.1.19"
"typescript": "~2.7.2"
},
"scripts": {
"e2e": "tsc -p e2e && mocha --opts ../config/mocha.opts --recursive e2e --appiumCapsLocation ../config/appium.capabilities.json",
Expand Down
5 changes: 4 additions & 1 deletion e2e/single-page/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,9 @@
"*": [
"./node_modules/tns-core-modules/*",
"./node_modules/*"
],
"~/*": [
"app/*"
]
}
},
Expand All @@ -24,4 +27,4 @@
"platforms",
"e2e"
]
}
}

0 comments on commit 21010a0

Please sign in to comment.