From c73e71827a0a3a3ce4313be00788a6143b594a06 Mon Sep 17 00:00:00 2001 From: jamesgeorge007 <25279263+jamesgeorge007@users.noreply.github.com> Date: Thu, 30 Oct 2025 12:13:02 +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 744fd8b5..07f82832 100644 --- a/package.json +++ b/package.json @@ -5,7 +5,7 @@ "author": "Hoppscotch (support@hoppscotch.io)", "private": true, "license": "MIT", - "packageManager": "pnpm@10.15.0", + "packageManager": "pnpm@10.18.3", "scripts": { "preinstall": "npx only-allow pnpm", "prepare": "husky",