1
0
mirror of https://github.com/misskey-dev/misskey.git synced 2026-07-28 18:54:37 +02:00

Merge branch 'develop' into room

This commit is contained in:
syuilo
2026-06-11 20:12:32 +09:00
70 changed files with 3476 additions and 2565 deletions

View File

@@ -1,12 +1,12 @@
{
"name": "misskey",
"version": "2026.5.4",
"version": "2026.6.0-alpha.0",
"codename": "nasubi",
"repository": {
"type": "git",
"url": "https://github.com/misskey-dev/misskey.git"
},
"packageManager": "pnpm@11.1.2",
"packageManager": "pnpm@11.5.0",
"workspaces": [
"packages/misskey-js",
"packages/i18n",
@@ -60,24 +60,24 @@
"execa": "9.6.1",
"ignore-walk": "8.0.0",
"js-yaml": "4.1.1",
"postcss": "8.5.14",
"postcss": "8.5.15",
"tar": "7.5.15",
"terser": "5.47.1"
"terser": "5.48.0"
},
"devDependencies": {
"@eslint/js": "9.39.4",
"@misskey-dev/eslint-plugin": "2.1.0",
"@types/js-yaml": "4.0.9",
"@types/node": "24.12.4",
"@typescript-eslint/eslint-plugin": "8.59.3",
"@typescript-eslint/parser": "8.59.3",
"@typescript-eslint/eslint-plugin": "8.60.0",
"@typescript-eslint/parser": "8.60.0",
"@typescript/native-preview": "7.0.0-dev.20260426.1",
"cross-env": "10.1.0",
"cypress": "15.15.0",
"cypress": "15.16.0",
"eslint": "9.39.4",
"globals": "17.6.0",
"ncp": "2.0.0",
"pnpm": "11.1.2",
"pnpm": "11.5.0",
"start-server-and-test": "3.0.5",
"typescript": "5.9.3"
},