From e8f569494945fc8eb449f7466b40603027fe6a37 Mon Sep 17 00:00:00 2001 From: Emma Hamilton Date: Wed, 5 Aug 2026 15:29:21 +1000 Subject: [PATCH] Use pnpm 11 --- docs/.prettierrc.js | 2 +- package.json | 4 ++-- pnpm-workspace.yaml | 7 +++++++ 3 files changed, 10 insertions(+), 3 deletions(-) diff --git a/docs/.prettierrc.js b/docs/.prettierrc.js index 19d07a813..b2e9104f2 100644 --- a/docs/.prettierrc.js +++ b/docs/.prettierrc.js @@ -4,6 +4,6 @@ module.exports = { ...defaultPrettierConfig, plugins: [ ...(defaultPrettierConfig.plugins || []), - 'prettier-plugin-tailwindcss', + require('prettier-plugin-tailwindcss'), ], }; diff --git a/package.json b/package.json index ede332763..ef914585c 100644 --- a/package.json +++ b/package.json @@ -3,9 +3,9 @@ "version": "1.0.0", "private": true, "license": "MIT", - "packageManager": "pnpm@9.15.5", + "packageManager": "pnpm@11.20.0", "engines": { - "pnpm": "9.15.5" + "pnpm": "11.20.0" }, "scripts": { "build:docs": "pnpm --filter=keystatic-docs build", diff --git a/pnpm-workspace.yaml b/pnpm-workspace.yaml index 902a4756f..85852a289 100644 --- a/pnpm-workspace.yaml +++ b/pnpm-workspace.yaml @@ -9,6 +9,13 @@ packages: - 'packages/*' - 'templates/*' +allowBuilds: + '@swc/core': true + core-js-pure: true + esbuild: true + sharp: true + workerd: true + catalog: react-aria: 3.50.0 react-stately: 3.48.0