diff options
| author | syuilo <syuilotan@yahoo.co.jp> | 2020-04-22 00:08:29 +0900 |
|---|---|---|
| committer | syuilo <syuilotan@yahoo.co.jp> | 2020-04-22 00:08:29 +0900 |
| commit | e72011f1dafc11ea70dd60b653d25b0e48832cce (patch) | |
| tree | 64c6da2434a2b80c799ae94621b1831ce2b5be1c /package.json | |
| parent | Fix #6289 (diff) | |
| download | misskey-e72011f1dafc11ea70dd60b653d25b0e48832cce.tar.gz misskey-e72011f1dafc11ea70dd60b653d25b0e48832cce.tar.bz2 misskey-e72011f1dafc11ea70dd60b653d25b0e48832cce.zip | |
chore: Update deps
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 ae5947219c..9380c7c7c6 100644 --- a/package.json +++ b/package.json @@ -42,7 +42,7 @@ "@koa/cors": "3.0.0", "@koa/multer": "2.0.2", "@koa/router": "8.0.8", - "@syuilo/aiscript": "0.4.1", + "@syuilo/aiscript": "0.5.0", "@types/bcryptjs": "2.4.2", "@types/bull": "3.12.2", "@types/cbor": "5.0.0", @@ -258,7 +258,7 @@ "vuex": "3.1.3", "vuex-persistedstate": "3.0.1", "web-push": "3.4.3", - "webpack": "4.42.1", + "webpack": "5.0.0-beta.15", "webpack-cli": "3.3.11", "websocket": "1.0.31", "ws": "7.2.3", |