1
0
mirror of https://git.boykissers.com/pawkey/pawkey-sk.git synced 2025-12-20 04:04:16 +00:00

deps: update pnpm to v10.10.0 (#15899)

Co-authored-by: syuilo <4439005+syuilo@users.noreply.github.com>
This commit is contained in:
かっこかり
2025-04-28 10:12:04 +09:00
committed by GitHub
parent 4054f1a0c4
commit 6acb743e5e
4 changed files with 59 additions and 73 deletions

View File

@@ -6,7 +6,7 @@
"type": "git",
"url": "https://github.com/misskey-dev/misskey.git"
},
"packageManager": "pnpm@10.6.1",
"packageManager": "pnpm@10.10.0",
"workspaces": [
"packages/frontend-shared",
"packages/frontend",
@@ -52,16 +52,16 @@
},
"dependencies": {
"cssnano": "7.0.6",
"esbuild": "0.25.0",
"execa": "9.5.2",
"fast-glob": "3.3.3",
"glob": "11.0.1",
"ignore-walk": "7.0.0",
"js-yaml": "4.1.0",
"postcss": "8.5.3",
"tar": "7.4.3",
"terser": "5.39.0",
"typescript": "5.8.2",
"esbuild": "0.25.0",
"glob": "11.0.1"
"typescript": "5.8.2"
},
"devDependencies": {
"@misskey-dev/eslint-plugin": "2.1.0",
@@ -73,7 +73,7 @@
"eslint": "9.22.0",
"globals": "16.0.0",
"ncp": "2.0.0",
"pnpm": "10.6.1",
"pnpm": "10.10.0",
"start-server-and-test": "2.0.10"
},
"optionalDependencies": {
@@ -82,9 +82,6 @@
"pnpm": {
"overrides": {
"@aiscript-dev/aiscript-languageserver": "-"
},
"patchedDependencies": {
"re2": "scripts/dependency-patches/re2.patch"
}
}
}