diff options
author | Shin'ya Ueoka <ueokande@i-beam.org> | 2019-04-14 20:50:27 +0900 |
---|---|---|
committer | Shin'ya Ueoka <ueokande@i-beam.org> | 2019-04-14 20:50:27 +0900 |
commit | 4f4b67d501fb5bc3320620197b3ddf8fdf7a1f1d (patch) | |
tree | b505be02612f6e9b8cc373389463f11a78662c76 /package.json | |
parent | 61f787f70eb018267ce980ac5e2bb937b231a689 (diff) |
Update webpack and webpack-cli
Diffstat (limited to 'package.json')
-rw-r--r-- | package.json | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/package.json b/package.json index 564b357..59593cc 100644 --- a/package.json +++ b/package.json @@ -49,7 +49,7 @@ "sinon-chrome": "^2.3.2", "style-loader": "^0.23.1", "webextensions-api-fake": "^0.5.1", - "webpack": "^4.29.6", - "webpack-cli": "^3.2.3" + "webpack": "^4.30.0", + "webpack-cli": "^3.3.0" } } |