diff options
| author | syuilo <Syuilotan@yahoo.co.jp> | 2020-07-12 00:38:55 +0900 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-07-12 00:38:55 +0900 |
| commit | 9b73e897df134ba57d4ac4d0e6e6924f8ddbc23d (patch) | |
| tree | 2885511bc46ab67c7ef7b7b40f7598e788edcd18 /package.json | |
| parent | feat(client): 無限にダイアログを出すように (diff) | |
| download | misskey-9b73e897df134ba57d4ac4d0e6e6924f8ddbc23d.tar.gz misskey-9b73e897df134ba57d4ac4d0e6e6924f8ddbc23d.tar.bz2 misskey-9b73e897df134ba57d4ac4d0e6e6924f8ddbc23d.zip | |
Plugin system (#6479)
* wip
* wip
* wip
* wip
* Update store.ts
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 ad55e2e035..4a81ed9636 100644 --- a/package.json +++ b/package.json @@ -48,7 +48,7 @@ "@koa/multer": "3.0.0", "@koa/router": "9.3.1", "@sinonjs/fake-timers": "6.0.1", - "@syuilo/aiscript": "0.7.0", + "@syuilo/aiscript": "0.7.2", "@types/bcryptjs": "2.4.2", "@types/bull": "3.14.0", "@types/cbor": "5.0.0", |