deps: update dependencies (#17174)

* deps: update dependencies

* update

* run pnpm dedupe

* update tsgo

* rollback tsgo
This commit is contained in:
かっこかり
2026-02-16 12:02:36 +09:00
committed by GitHub
parent bd992661f4
commit b5121dc70e
17 changed files with 2206 additions and 2683 deletions

View File

@@ -6,7 +6,7 @@
"type": "git",
"url": "https://github.com/misskey-dev/misskey.git"
},
"packageManager": "pnpm@10.28.2",
"packageManager": "pnpm@10.29.1",
"workspaces": [
"packages/misskey-js",
"packages/i18n",
@@ -54,7 +54,7 @@
},
"dependencies": {
"cssnano": "7.1.2",
"esbuild": "0.27.2",
"esbuild": "0.27.3",
"execa": "9.6.1",
"ignore-walk": "8.0.0",
"js-yaml": "4.1.1",
@@ -64,20 +64,20 @@
},
"devDependencies": {
"@eslint/js": "9.39.2",
"@misskey-dev/eslint-plugin": "2.2.0",
"@misskey-dev/eslint-plugin": "2.1.0",
"@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.12",
"@typescript-eslint/eslint-plugin": "8.54.0",
"@typescript-eslint/parser": "8.54.0",
"@typescript/native-preview": "7.0.0-dev.20260116.1",
"cross-env": "10.1.0",
"cypress": "15.9.0",
"cypress": "15.10.0",
"eslint": "9.39.2",
"globals": "16.5.0",
"globals": "17.3.0",
"ncp": "2.0.0",
"pnpm": "10.28.2",
"typescript": "5.9.3",
"start-server-and-test": "2.1.3"
"pnpm": "10.29.1",
"start-server-and-test": "2.1.3",
"typescript": "5.9.3"
},
"optionalDependencies": {
"@tensorflow/tfjs-core": "4.22.0"