diff --git a/package.json b/package.json index c00618e681c..e31562e91e3 100644 --- a/package.json +++ b/package.json @@ -109,9 +109,9 @@ "config": { "valeVersion": "3.14.1" }, - "packageManager": "pnpm@10.33.2", + "packageManager": "pnpm@11.0.8", "engines": { - "pnpm": "10.33.2", + "pnpm": "11.0.8", "node": ">=22.18.0" } } diff --git a/pnpm-workspace.yaml b/pnpm-workspace.yaml index 93abbf34526..a1c02c16257 100644 --- a/pnpm-workspace.yaml +++ b/pnpm-workspace.yaml @@ -7,13 +7,10 @@ packages: - examples/* - playground/* -onlyBuiltDependencies: - - '@mui/internal-babel-plugin-display-name' - - '@vvago/vale' - - core-js - - esbuild - - nx - - sharp - - unrs-resolver +allowBuilds: + esbuild: true + nx: true + sharp: true + unrs-resolver: true engineStrict: true