From 01f8b98e292aaf77e3333300aee717d7f64638e7 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 26 Feb 2026 13:04:16 +0000 Subject: [PATCH] chore(deps): update pnpm to v10.30.3 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index af7adfe..52d20f9 100644 --- a/package.json +++ b/package.json @@ -33,7 +33,7 @@ "source": "src/index.js", "types": "dist/index.d.ts", "sideEffects": false, - "packageManager": "pnpm@10.18.0", + "packageManager": "pnpm@10.30.3", "scripts": { "build": "npm run build:types && npm run build:js", "build:types": "tsc --declaration --emitDeclarationOnly -p tsconfig.json && cp dist/index.d.ts dist/index.d.cts && cp dist/index.d.ts.map dist/index.d.dts.map",