diff options
| author | syuilo <Syuilotan@yahoo.co.jp> | 2018-08-06 18:29:07 +0900 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2018-08-06 18:29:07 +0900 |
| commit | 4405c198522e3a08e9fdd889d079cdb14e54f7a2 (patch) | |
| tree | 6af73ed5a38ce83638c837c53f130082e84d086e /package.json | |
| parent | ユーザー検索APIを統合 (diff) | |
| parent | fix(package): update webpack to version 4.16.5 (diff) | |
| download | misskey-4405c198522e3a08e9fdd889d079cdb14e54f7a2.tar.gz misskey-4405c198522e3a08e9fdd889d079cdb14e54f7a2.tar.bz2 misskey-4405c198522e3a08e9fdd889d079cdb14e54f7a2.zip | |
Merge pull request #2104 from syuilo/greenkeeper/webpack-4.16.5
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 11090ef422..ec0e7becb9 100644 --- a/package.json +++ b/package.json @@ -214,7 +214,7 @@ "vuex-persistedstate": "2.5.4", "web-push": "3.3.2", "webfinger.js": "2.6.6", - "webpack": "4.16.4", + "webpack": "4.16.5", "webpack-cli": "3.1.0", "websocket": "1.0.26", "ws": "6.0.0", |