diff options
| author | syuilo <Syuilotan@yahoo.co.jp> | 2018-08-23 05:45:30 +0900 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2018-08-23 05:45:30 +0900 |
| commit | 1b2996947e483f10184b784867878d9ff087ca20 (patch) | |
| tree | c5316c1d7956eba66ae7f1c9e2a9be80b719dfc5 /package.json | |
| parent | Merge pull request #2414 from syuilo/develop (diff) | |
| parent | fix(package): update webpack to version 4.17.1 (diff) | |
| download | misskey-1b2996947e483f10184b784867878d9ff087ca20.tar.gz misskey-1b2996947e483f10184b784867878d9ff087ca20.tar.bz2 misskey-1b2996947e483f10184b784867878d9ff087ca20.zip | |
Merge pull request #2400 from syuilo/greenkeeper/webpack-4.17.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 517f49adf1..5c85227a4a 100644 --- a/package.json +++ b/package.json @@ -218,7 +218,7 @@ "vuex-persistedstate": "2.5.4", "web-push": "3.3.2", "webfinger.js": "2.6.6", - "webpack": "4.17.0", + "webpack": "4.17.1", "webpack-cli": "3.1.0", "websocket": "1.0.26", "ws": "6.0.0", |