Update modules

This commit is contained in:
Chocobozzz 2017-02-10 11:03:03 +01:00
parent a17bc2c34e
commit c70e0710b3
3 changed files with 8 additions and 6 deletions

View File

@ -101,7 +101,10 @@ module.exports = function (env) {
}
}
],
exclude: [/\.(spec|e2e)\.ts$/]
exclude: [
/\.(spec|e2e)\.ts$/,
/node_modules\//
]
}
]
},

View File

@ -48,7 +48,6 @@
"css-loader": "^0.25.0",
"css-to-string-loader": "^0.1.2",
"es6-shim": "^0.35.0",
"extract-text-webpack-plugin": "^2.0.0-beta.4",
"file-loader": "^0.9.0",
"html-webpack-plugin": "^2.19.0",
"ie-shim": "^0.1.0",
@ -79,7 +78,7 @@
"url-loader": "^0.5.7",
"video.js": "^5.11.9",
"videojs-dock": "^2.0.2",
"webpack": "2.2.0-rc.3",
"webpack": "^2.2.0",
"webpack-md5-hash": "0.0.5",
"webpack-merge": "~2.3.1",
"webpack-notifier": "^1.3.0",
@ -88,7 +87,7 @@
},
"devDependencies": {
"add-asset-html-webpack-plugin": "^1.0.2",
"codelyzer": "2.0.0-beta.4",
"codelyzer": "^2.0.0",
"standard": "^8.0.0",
"webpack-bundle-analyzer": "^2.2.1",
"webpack-dll-bundles-plugin": "^1.0.0-beta.5"

View File

@ -71,14 +71,14 @@
"scripty": "^1.5.0",
"sequelize": "^3.27.0",
"winston": "^2.1.1",
"ws": "^1.1.1"
"ws": "^2.0.0"
},
"devDependencies": {
"chai": "^3.3.0",
"commander": "^2.9.0",
"mocha": "^3.0.1",
"standard": "^8.0.0",
"supertest": "^2.0.0",
"supertest": "^3.0.0",
"webtorrent": "^0.98.0"
},
"standard": {