@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.240
npm i --save-exact @remotion/zod-types@4.0.240
pnpm i @remotion/zod-types@4.0.240
pnpm i @remotion/zod-types@4.0.240
bun i @remotion/zod-types@4.0.240
bun i @remotion/zod-types@4.0.240
yarn --exact add @remotion/zod-types@4.0.240
yarn --exact add @remotion/zod-types@4.0.240
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.