From a34c70568bf8b933ee535bd08841d507f44dcffb Mon Sep 17 00:00:00 2001 From: Chris Farhood Date: Mon, 11 May 2026 23:02:23 +0000 Subject: [PATCH] fix: standardize pnpm to 10.32.1 to match other headlamp plugins Updates packageManager field from pnpm@9.15.4 to pnpm@10.32.1 to ensure consistency across all headlamp plugins (argocd-plugin, polaris-plugin, sealed-secrets-plugin all use 10.32.1). Resolves packageManager version mismatch that could cause lockfile sync issues. Co-Authored-By: Paperclip --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index bf2582a..e819b2e 100644 --- a/package.json +++ b/package.json @@ -50,7 +50,7 @@ "lodash": ">=4.18.0", "elliptic": ">=6.6.1" }, - "packageManager": "pnpm@9.15.4", + "packageManager": "pnpm@10.32.1", "pnpm": { "onlyBuiltDependencies": [ "@swc/core", -- 2.52.0