]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/commitdiff
Update modules
authorChocobozzz <florian.bigard@gmail.com>
Fri, 10 Feb 2017 10:03:03 +0000 (11:03 +0100)
committerChocobozzz <florian.bigard@gmail.com>
Fri, 10 Feb 2017 10:03:03 +0000 (11:03 +0100)
client/config/webpack.dev.js
client/package.json
package.json

index 1e975b26133a1df72c461911c33d1c8e451f6b64..3468dba7897390adc1b48a0e77634dd88815347f 100644 (file)
@@ -101,7 +101,10 @@ module.exports = function (env) {
               }
             }
           ],
-          exclude: [/\.(spec|e2e)\.ts$/]
+          exclude: [
+            /\.(spec|e2e)\.ts$/,
+            /node_modules\//
+          ]
         }
       ]
     },
index aa38e076aa54ed545a59db159072214adfda8afd..666a3f37d72995f26cd3b60f0301c9fd7cff2700 100644 (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"
index 5a9e943c37e13ccb665a51600d39aa8930b0e669..0d650ddeb677bcd88a2bfa4365f44c1265102a61 100644 (file)
     "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": {