From c687473889ed39bca2badbc78822a66c790970be Mon Sep 17 00:00:00 2001 From: James George <25279263+jamesgeorge007@users.noreply.github.com> Date: Mon, 23 Feb 2026 20:27:07 +0530 Subject: [PATCH] chore: streamline pnpm versioning --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 71f2bb7a..eff22ddf 100644 --- a/package.json +++ b/package.json @@ -5,7 +5,7 @@ "author": "Hoppscotch (support@hoppscotch.io)", "private": true, "license": "MIT", - "packageManager": "pnpm@10.28.1", + "packageManager": "pnpm@10.29.3", "scripts": { "preinstall": "npx only-allow pnpm", "prepare": "husky",