diff options
| author | syuilo <Syuilotan@yahoo.co.jp> | 2018-03-16 12:17:47 +0900 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2018-03-16 12:17:47 +0900 |
| commit | 3ccfdf9edfc26568a2e8949e46db96603852bf3d (patch) | |
| tree | d7e60d26cc9c9be8ec63dc3dff6ffceb1c1c7494 /package.json | |
| parent | :v: (diff) | |
| parent | fix(package): update @types/webpack to version 4.1.1 (diff) | |
| download | sharkey-3ccfdf9edfc26568a2e8949e46db96603852bf3d.tar.gz sharkey-3ccfdf9edfc26568a2e8949e46db96603852bf3d.tar.bz2 sharkey-3ccfdf9edfc26568a2e8949e46db96603852bf3d.zip | |
Merge pull request #1247 from syuilo/greenkeeper/@types/webpack-4.1.1
Update @types/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 e05fa66cdf..ec97b28901 100644 --- a/package.json +++ b/package.json @@ -76,7 +76,7 @@ "@types/speakeasy": "2.0.2", "@types/tmp": "0.0.33", "@types/uuid": "3.4.3", - "@types/webpack": "4.1.0", + "@types/webpack": "4.1.1", "@types/webpack-stream": "3.2.10", "@types/websocket": "0.0.38", "@types/ws": "4.0.1", |