diff options
| author | syuilo <syuilotan@yahoo.co.jp> | 2018-08-02 14:24:38 +0900 |
|---|---|---|
| committer | syuilo <syuilotan@yahoo.co.jp> | 2018-08-02 14:24:38 +0900 |
| commit | cdf65aedcb0db15e47c8721a8c2929f0982fcbca (patch) | |
| tree | d888dd7afa9d280d01a96f3555d983a0e3333194 | |
| parent | Fix bug (diff) | |
| parent | fix(package): update @types/mongodb to version 3.1.3 (diff) | |
| download | misskey-cdf65aedcb0db15e47c8721a8c2929f0982fcbca.tar.gz misskey-cdf65aedcb0db15e47c8721a8c2929f0982fcbca.tar.bz2 misskey-cdf65aedcb0db15e47c8721a8c2929f0982fcbca.zip | |
Merge branch 'master' of https://github.com/syuilo/misskey
| -rw-r--r-- | package.json | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/package.json b/package.json index 1d182a9339..f380685693 100644 --- a/package.json +++ b/package.json @@ -58,7 +58,7 @@ "@types/minio": "6.0.2", "@types/mkdirp": "0.5.2", "@types/mocha": "5.2.3", - "@types/mongodb": "3.1.2", + "@types/mongodb": "3.1.3", "@types/ms": "0.7.30", "@types/node": "10.5.5", "@types/parse5": "5.0.0", @@ -78,7 +78,7 @@ "@types/systeminformation": "3.23.0", "@types/tmp": "0.0.33", "@types/uuid": "3.4.3", - "@types/webpack": "4.4.8", + "@types/webpack": "4.4.9", "@types/webpack-stream": "3.2.10", "@types/websocket": "0.0.39", "@types/ws": "5.1.2", |