diff options
| author | こぴなたみぽ <Syuilotan@yahoo.co.jp> | 2017-10-13 14:53:26 +0900 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2017-10-13 14:53:26 +0900 |
| commit | ce52c0d03237e3cfcd762a2c20b1e3d780c62b46 (patch) | |
| tree | 8924608ce9fe25f851d34cbd6b33acc8621f4148 | |
| parent | Merge pull request #828 from syuilo/greenkeeper/mongodb-2.2.33 (diff) | |
| parent | chore(package): update webpack to version 3.7.1 (diff) | |
| download | misskey-ce52c0d03237e3cfcd762a2c20b1e3d780c62b46.tar.gz misskey-ce52c0d03237e3cfcd762a2c20b1e3d780c62b46.tar.bz2 misskey-ce52c0d03237e3cfcd762a2c20b1e3d780c62b46.zip | |
Merge pull request #825 from syuilo/greenkeeper/webpack-3.7.1
Update webpack to the latest version 🚀
| -rw-r--r-- | package.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package.json b/package.json index 30617055a4..688664fa66 100644 --- a/package.json +++ b/package.json @@ -92,7 +92,7 @@ "uglify-es": "3.0.27", "uglify-es-webpack-plugin": "0.10.0", "uglify-js": "git+https://github.com/mishoo/UglifyJS2.git#harmony", - "webpack": "3.7.0" + "webpack": "3.7.1" }, "dependencies": { "accesses": "2.5.0", |