From ca81b780ce165729784f9aa78aa776daceca3c1e Mon Sep 17 00:00:00 2001 From: Ayo Date: Sat, 23 May 2026 23:16:48 +0200 Subject: [PATCH] chore: update pnpm & add allowBuild config --- package.json | 2 +- pnpm-workspace.yaml | 4 ++++ 2 files changed, 5 insertions(+), 1 deletion(-) create mode 100644 pnpm-workspace.yaml diff --git a/package.json b/package.json index 2cfa8f6..308b2e2 100644 --- a/package.json +++ b/package.json @@ -63,7 +63,7 @@ "prettier --write" ] }, - "packageManager": "pnpm@10.33.2", + "packageManager": "pnpm@11.2.2", "dependencies": { "@ayo-run/status-indicator": "^2.1.2", "web-component-base": "^4.1.2" diff --git a/pnpm-workspace.yaml b/pnpm-workspace.yaml new file mode 100644 index 0000000..c02e1d7 --- /dev/null +++ b/pnpm-workspace.yaml @@ -0,0 +1,4 @@ +allowBuilds: + esbuild: set this to true or false + sharp: set this to true or false + web-component-base: set this to true or false