packages: - apps/* - packages/* # Reference plugins (plugin-architecture.md): each is a workspace package so # its manifest/CSS checks run with the normal recursive test/typecheck. - packages/plugins/* # Postinstall scripts are opt-in with pnpm; esbuild needs its binary install. allowBuilds: '@prisma/client': true '@prisma/engines': true '@swc/core': true argon2: true esbuild: true prisma: true # Excalidraw 0.18.1 (excalidraw plugin, issue #136) transitively pulls # @floating-ui/react-dom@2.1.9, which requires @floating-ui/dom@^1.8.0 — a # version not published on the registry (latest 1.7.6), breaking `pnpm install` # repo-wide. Pin react-dom to 2.1.2, which needs @floating-ui/dom@^1.0.0. Only # the excalidraw plugin pulls @floating-ui at all; drop this once upstream # @floating-ui/dom@1.8.0 is published. overrides: '@floating-ui/react-dom': '2.1.2'