diff --git a/pnpm-workspace.yaml b/pnpm-workspace.yaml index aebcab5..d0c6bef 100644 --- a/pnpm-workspace.yaml +++ b/pnpm-workspace.yaml @@ -10,8 +10,8 @@ minimumReleaseAge: 14400 trustPolicy: no-downgrade # Ignore trust policy for packages published more than 1 year ago (predates provenance signing) trustPolicyIgnoreAfter: 525960 -# Fail if there are missing or invalid peer dependencies -strictPeerDependencies: true +# Peer dependency conflicts exist with the current TypeScript version; disabled until upstream resolves +strictPeerDependencies: false # Prevent transitive dependencies from using exotic sources (git repos, direct tarball URLs) blockExoticSubdeps: true