diff --git a/package.json b/package.json index 4b183e1f..adb6bb9b 100644 --- a/package.json +++ b/package.json @@ -70,5 +70,12 @@ "tw-animate-css": "^1.3.8", "typescript": "^5.9.2" }, - "packageManager": "pnpm@10.17.1" + "packageManager": "pnpm@11.1.0", + "engines": { + "pnpm": ">=11" + }, + "pnpm": { + "minimumReleaseAge": 10080, + "minimumReleaseAgeExclude": ["@openzeppelin/*"] + } } diff --git a/pnpm-workspace.yaml b/pnpm-workspace.yaml index 480182e8..dfef861a 100644 --- a/pnpm-workspace.yaml +++ b/pnpm-workspace.yaml @@ -1,3 +1,7 @@ +allowBuilds: + '@tailwindcss/oxide': true + esbuild: true + sharp: true overrides: fast-xml-parser@<5.7.0: '>=5.7.0' postcss@<8.5.10: '>=8.5.10'