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

deps: update dependencies (#17184)

* update deps

* fix
This commit is contained in:
かっこかり
2026-02-22 19:06:33 +09:00
committed by GitHub
parent 264068c58b
commit 22a6935468
16 changed files with 1054 additions and 1011 deletions

View File

@@ -6,7 +6,7 @@
"type": "git",
"url": "https://github.com/misskey-dev/misskey.git"
},
"packageManager": "pnpm@10.29.1",
"packageManager": "pnpm@10.29.3",
"workspaces": [
"packages/misskey-js",
"packages/i18n",
@@ -59,23 +59,23 @@
"ignore-walk": "8.0.0",
"js-yaml": "4.1.1",
"postcss": "8.5.6",
"tar": "7.5.7",
"tar": "7.5.9",
"terser": "5.46.0"
},
"devDependencies": {
"@eslint/js": "9.39.2",
"@misskey-dev/eslint-plugin": "2.1.0",
"@types/js-yaml": "4.0.9",
"@types/node": "24.10.12",
"@typescript-eslint/eslint-plugin": "8.54.0",
"@typescript-eslint/parser": "8.54.0",
"@types/node": "24.10.13",
"@typescript-eslint/eslint-plugin": "8.55.0",
"@typescript-eslint/parser": "8.55.0",
"@typescript/native-preview": "7.0.0-dev.20260116.1",
"cross-env": "10.1.0",
"cypress": "15.10.0",
"eslint": "9.39.2",
"globals": "17.3.0",
"ncp": "2.0.0",
"pnpm": "10.29.1",
"pnpm": "10.29.3",
"start-server-and-test": "2.1.3",
"typescript": "5.9.3"
},