diff options
| author | syuilo <Syuilotan@yahoo.co.jp> | 2018-07-07 02:56:16 +0900 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2018-07-07 02:56:16 +0900 |
| commit | 8d61a52eaadfd95db7c95c6b5e81a052ffe19d71 (patch) | |
| tree | 9d8a18ccd7ee7ab58bb17243ef13ddb34baa2714 /package.json | |
| parent | Merge pull request #1854 from syuilo/apis (diff) | |
| parent | fix(package): update webpack to version 4.15.1 (diff) | |
| download | misskey-8d61a52eaadfd95db7c95c6b5e81a052ffe19d71.tar.gz misskey-8d61a52eaadfd95db7c95c6b5e81a052ffe19d71.tar.bz2 misskey-8d61a52eaadfd95db7c95c6b5e81a052ffe19d71.zip | |
Merge pull request #1848 from syuilo/greenkeeper/webpack-4.15.1
Update webpack to the latest version 🚀
Diffstat (limited to 'package.json')
| -rw-r--r-- | package.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package.json b/package.json index 2bd8dc6f44..6e98a0f686 100644 --- a/package.json +++ b/package.json @@ -213,7 +213,7 @@ "vuex-persistedstate": "^2.5.4", "web-push": "3.3.2", "webfinger.js": "2.6.6", - "webpack": "4.15.0", + "webpack": "4.15.1", "webpack-cli": "3.0.8", "websocket": "1.0.26", "ws": "5.2.1", |