@remotion/zod-types
Includes utility types and Remotion-specific types for Zod.
Currently, only Zod version 3.22.3 is supported.
In the next major version of Remotion, the Zod version will be updated.
Installation
- npm
- yarn
- pnpm
- bun
npm i --save-exact @remotion/zod-types@4.0.228
npm i --save-exact @remotion/zod-types@4.0.228
pnpm i @remotion/zod-types@4.0.228
pnpm i @remotion/zod-types@4.0.228
bun i @remotion/zod-types@4.0.228
bun i @remotion/zod-types@4.0.228
yarn --exact add @remotion/zod-types@4.0.228
yarn --exact add @remotion/zod-types@4.0.228
Also update
remotion
and all `@remotion/*`
packages to the same version.Remove all
^
character in front of the version numbers of it as it can lead to a version conflict.