1
0
mirror of https://github.com/misskey-dev/misskey.git synced 2026-05-14 06:25:52 +02:00

deps: Update dependencies [ci skip] (#17368)

* update deps

* update deps

* rollback got to v14

* Revert "rollback got to v14"

This reverts commit 780abdf7b6.

* rollback rolldown to v1.0.0-rc.15
This commit is contained in:
かっこかり
2026-05-03 18:24:53 +09:00
committed by GitHub
parent 22ce7b58ca
commit 45f140aa86
16 changed files with 2125 additions and 2948 deletions

View File

@@ -6,7 +6,7 @@
"type": "git",
"url": "https://github.com/misskey-dev/misskey.git"
},
"packageManager": "pnpm@10.33.0",
"packageManager": "pnpm@10.33.2",
"workspaces": [
"packages/misskey-js",
"packages/i18n",
@@ -53,29 +53,29 @@
"cleanall": "pnpm clean-all"
},
"dependencies": {
"cssnano": "7.1.5",
"cssnano": "7.1.7",
"esbuild": "0.28.0",
"execa": "9.6.1",
"ignore-walk": "8.0.0",
"js-yaml": "4.1.1",
"postcss": "8.5.9",
"postcss": "8.5.10",
"tar": "7.5.13",
"terser": "5.46.1"
"terser": "5.46.2"
},
"devDependencies": {
"@eslint/js": "9.39.4",
"@misskey-dev/eslint-plugin": "2.1.0",
"@types/js-yaml": "4.0.9",
"@types/node": "24.12.2",
"@typescript-eslint/eslint-plugin": "8.58.2",
"@typescript-eslint/parser": "8.58.2",
"@typescript/native-preview": "7.0.0-dev.20260421.2",
"@typescript-eslint/eslint-plugin": "8.59.0",
"@typescript-eslint/parser": "8.59.0",
"@typescript/native-preview": "7.0.0-dev.20260426.1",
"cross-env": "10.1.0",
"cypress": "15.13.1",
"cypress": "15.14.1",
"eslint": "9.39.4",
"globals": "17.5.0",
"ncp": "2.0.0",
"pnpm": "10.33.0",
"pnpm": "10.33.2",
"start-server-and-test": "3.0.2",
"typescript": "5.9.3"
},