This commit is contained in:
Acid Chicken (硫酸鶏) 2023-06-15 15:40:14 +09:00
parent f5dfb64a52
commit 3cf5e4fabc
No known key found for this signature in database
GPG key ID: 3E87B98A3F6BAB99
8 changed files with 665 additions and 147 deletions

View file

@ -65,9 +65,13 @@
"@fastify/multipart": "7.6.0",
"@fastify/static": "6.10.2",
"@fastify/view": "7.4.1",
"@nestjs/common": "9.4.2",
"@nestjs/core": "9.4.2",
"@nestjs/testing": "9.4.2",
"@mercuriusjs/gateway": "2.0.0",
"@nestjs/common": "9.4.3",
"@nestjs/core": "9.4.3",
"@nestjs/graphql": "11.0.6",
"@nestjs/mercurius": "11.0.6",
"@nestjs/platform-fastify": "9.4.3",
"@nestjs/testing": "9.4.3",
"@peertube/http-signature": "1.7.0",
"@sinonjs/fake-timers": "10.2.0",
"@swc/cli": "0.1.62",
@ -96,6 +100,7 @@
"fluent-ffmpeg": "2.1.2",
"form-data": "4.0.0",
"got": "12.6.0",
"graphql": "16.6.0",
"happy-dom": "9.20.3",
"hpagent": "1.2.0",
"ioredis": "5.3.2",
@ -107,6 +112,7 @@
"jsonld": "8.2.0",
"jsrsasign": "10.8.6",
"meilisearch": "0.32.5",
"mercurius": "13.0.0",
"mfm-js": "0.23.3",
"mime-types": "2.1.35",
"misskey-js": "workspace:*",