From 962c4d33a508e1ab437f21658109765c2b0331e3 Mon Sep 17 00:00:00 2001 From: Aman Varshney Date: Mon, 4 Aug 2025 16:53:30 +0530 Subject: [PATCH] chore: update packageManager version in package.json to bun@1.2.19 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 4d0d2ed..751d381 100644 --- a/package.json +++ b/package.json @@ -34,7 +34,7 @@ "engines": { "node": ">=20" }, - "packageManager": "bun@1.2.16", + "packageManager": "bun@1.2.19", "workspaces": [ "apps/*", "packages/*"