Dependency Version Mismatch in @effect Packages

Is the dependency for one of the @effect packages out of date? When looking at the source code for VariantSchema in effect/experimental, I'm seeing it use the new effect/schema. However, in my local node modules (even after deleting lock file and updating all packages), I'm seeing @effect/schema imports at the top of the file instead of effect/schema.

TypeError: Schema.transformOrFail(...).pipe is not a function
 ❯ Module.Overrideable ../../node_modules/.pnpm/@effect+experimental@0.28.1_@effect+platform-node@0.64.6_@effect+platform@0.69.5_effect@3.10._utmhlvg6fzl5r5bda3gysnakty/node_modules/@effect/experimental/src/VariantSchema.ts:622:6
 ❯ ../../node_modules/.pnpm/@effect+sql@0.18.6_@effect+experimental@0.28.1_@effect+platform-node@0.64.6_@effect+platform@_4bhjkpvrv6hrwnropdtjlmfcxm/node_modules/@effect/sql/src/Model.ts
Was this page helpful?