1
0
mirror of https://github.com/misskey-dev/misskey.git synced 2026-05-21 21:35:28 +02:00

Merge branch 'develop' into room

This commit is contained in:
syuilo
2026-02-24 17:58:15 +09:00
31 changed files with 3310 additions and 3691 deletions

View File

@@ -29,11 +29,11 @@
],
"devDependencies": {
"@types/js-yaml": "4.0.9",
"@types/node": "24.10.9",
"@typescript-eslint/eslint-plugin": "8.53.0",
"@typescript-eslint/parser": "8.53.0",
"@types/node": "24.10.13",
"@typescript-eslint/eslint-plugin": "8.55.0",
"@typescript-eslint/parser": "8.55.0",
"chokidar": "5.0.0",
"esbuild": "0.27.2",
"esbuild": "0.27.3",
"execa": "9.6.1",
"nodemon": "3.1.11",
"tsx": "4.21.0"