diff --git a/package.json b/package.json index af7adfe..8a3d2f5 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.24.0", "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",