diff options
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 a6af078f75..b2a0f86ee1 100644 --- a/package.json +++ b/package.json @@ -6,7 +6,7 @@ "type": "git", "url": "https://github.com/misskey-dev/misskey.git" }, - "packageManager": "pnpm@10.26.2", + "packageManager": "pnpm@10.27.0", "workspaces": [ "packages/misskey-js", "packages/i18n", @@ -79,7 +79,7 @@ "eslint": "9.39.2", "globals": "16.5.0", "ncp": "2.0.0", - "pnpm": "10.26.2", + "pnpm": "10.27.0", "typescript": "5.9.3", "start-server-and-test": "2.1.3" }, |