Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions packages/plugin/docs/animation/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion packages/plugin/docs/animation/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"@remotion/cli": "4.0.481",
"react": "18.3.1",
"react-dom": "18.3.1",
"remotion": "4.0.290"
"remotion": "4.0.410"
Comment on lines 15 to +18

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

P1 Remotion package version mismatch

@remotion/cli is pinned to 4.0.481 while remotion is now at 4.0.410 — a gap of 71 releases. Remotion enforces that all its packages are at the same version and the CLI actively checks for this at startup, printing a fatal version-mismatch error when they differ. Running npx remotion studio or npx remotion render against this package will fail (or produce warnings that block rendering) until both packages are aligned. Consider bumping @remotion/cli to 4.0.410 to match, or bumping remotion to 4.0.481 to match the CLI.

},
"devDependencies": {
"@types/react": "18.3.12",
Expand Down
Loading