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

Merge branch 'develop' into room

This commit is contained in:
syuilo
2026-04-16 12:47:24 +09:00
76 changed files with 4668 additions and 3589 deletions

View File

@@ -29,11 +29,11 @@
],
"devDependencies": {
"@types/js-yaml": "4.0.9",
"@types/node": "24.12.0",
"@typescript-eslint/eslint-plugin": "8.57.2",
"@typescript-eslint/parser": "8.57.2",
"@types/node": "24.12.2",
"@typescript-eslint/eslint-plugin": "8.58.0",
"@typescript-eslint/parser": "8.58.0",
"chokidar": "5.0.0",
"esbuild": "0.27.4",
"esbuild": "0.28.0",
"execa": "9.6.1",
"nodemon": "3.1.14",
"tsx": "4.21.0"