diff options
| author | syuilo <4439005+syuilo@users.noreply.github.com> | 2025-12-06 16:44:23 +0900 |
|---|---|---|
| committer | syuilo <4439005+syuilo@users.noreply.github.com> | 2025-12-06 16:44:23 +0900 |
| commit | 2a996287e32e42abd7a51659f98fa19c9047de37 (patch) | |
| tree | 6ec7f8cc5b6e15018a91fb9d4670aa5f1d561ed9 /package.json | |
| parent | fix(deps): update [backend] update dependencies [ci skip] (#16941) (diff) | |
| download | misskey-2a996287e32e42abd7a51659f98fa19c9047de37.tar.gz misskey-2a996287e32e42abd7a51659f98fa19c9047de37.tar.bz2 misskey-2a996287e32e42abd7a51659f98fa19c9047de37.zip | |
update pnpm to 10.24.0
Diffstat (limited to 'package.json')
| -rw-r--r-- | package.json | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/package.json b/package.json index 446c344879..af2c480869 100644 --- a/package.json +++ b/package.json @@ -6,7 +6,7 @@ "type": "git", "url": "https://github.com/misskey-dev/misskey.git" }, - "packageManager": "pnpm@10.23.0", + "packageManager": "pnpm@10.24.0", "workspaces": [ "packages/misskey-js", "packages/i18n", @@ -81,7 +81,7 @@ "eslint": "9.39.1", "globals": "16.5.0", "ncp": "2.0.0", - "pnpm": "10.23.0", + "pnpm": "10.24.0", "start-server-and-test": "2.1.3" }, "optionalDependencies": { |