diff options
| author | syuilo <Syuilotan@yahoo.co.jp> | 2018-06-24 18:12:37 +0900 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2018-06-24 18:12:37 +0900 |
| commit | 81cea411548d706326ebe1ad15f62320d7f9e115 (patch) | |
| tree | 779e80b6c1f24a27b8d17b30fa9a72d937239c26 | |
| parent | 4.13.1 (diff) | |
| parent | fix(package): update webpack to version 4.12.1 (diff) | |
| download | sharkey-81cea411548d706326ebe1ad15f62320d7f9e115.tar.gz sharkey-81cea411548d706326ebe1ad15f62320d7f9e115.tar.bz2 sharkey-81cea411548d706326ebe1ad15f62320d7f9e115.zip | |
Merge pull request #1774 from syuilo/greenkeeper/webpack-4.12.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 ec3927a742..eb983830f9 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.12.0", + "webpack": "4.12.1", "webpack-cli": "3.0.8", "websocket": "1.0.26", "ws": "5.2.1", |