diff options
| author | こぴなたみぽ <Syuilotan@yahoo.co.jp> | 2017-07-22 02:11:51 +0900 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2017-07-22 02:11:51 +0900 |
| commit | 78b09f23a48652b71cf4a29478ccc83b202844c6 (patch) | |
| tree | 9a9d2452c72084f8ec24f184e68f1ef8d7f5893f /package.json | |
| parent | Merge pull request #633 from syuilo/greenkeeper/@types/request-2.0.0 (diff) | |
| parent | chore(package): update chai to version 4.1.0 (diff) | |
| download | misskey-78b09f23a48652b71cf4a29478ccc83b202844c6.tar.gz misskey-78b09f23a48652b71cf4a29478ccc83b202844c6.tar.bz2 misskey-78b09f23a48652b71cf4a29478ccc83b202844c6.zip | |
Merge pull request #621 from syuilo/greenkeeper/chai-4.1.0
Update chai 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 f97c871131..4569ecb11c 100644 --- a/package.json +++ b/package.json @@ -63,7 +63,7 @@ "@types/webpack": "3.0.2", "@types/webpack-stream": "3.2.7", "@types/websocket": "0.0.34", - "chai": "4.0.2", + "chai": "4.1.0", "chai-http": "3.0.0", "css-loader": "0.28.4", "event-stream": "3.3.4", |