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
2 changes: 1 addition & 1 deletion apps/admin/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
"class-variance-authority": "^0.7.1",
"clsx": "^2.1.1",
"lucide-react": "^1.8.0",
"next": "16.2.7",
"next": "16.2.10",
"next-themes": "^0.4.6",
"react": "^19.1.0",
"react-dom": "^19.1.0",
Expand Down
2 changes: 1 addition & 1 deletion apps/marketing-assets/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
"dependencies": {
"@remotion/bundler": "^4.0.450",
"@remotion/cli": "^4.0.450",
"@remotion/renderer": "4.0.471",
"@remotion/renderer": "4.0.485",
"react": "^19.1.0",
"react-dom": "^19.1.0",
"remotion": "^4.0.450"
Comment on lines 22 to 27

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/renderer is now pinned at 4.0.481 while @remotion/bundler, @remotion/cli, and remotion are constrained to ^4.0.450. Remotion explicitly requires all packages to be on the exact same version. If any of the ^4.0.450 packages resolve or later update to a different version than 4.0.481, the renderer will be on a mismatched version and rendering will likely fail. Either pin all Remotion packages to the same exact version, or align the caret ranges so they all track together.

Expand Down
2 changes: 1 addition & 1 deletion apps/web/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
"embla-carousel-react": "^8.6.0",
"lucide-react": "^1.8.0",
"motion": "^12.29.2",
"next": "16.2.7",
"next": "16.2.10",
"next-themes": "^0.4.6",
"phoenix": "^1.8.4",
"react": "^19.1.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/ui/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@
"@types/react": "^19.1.0",
"@types/react-dom": "^19.1.0",
"happy-dom": "^20.4.0",
"next": "^16.2.7",
"next": "^16.2.10",
"postcss": "^8.5.6",
"react": "^19.1.0",
"react-dom": "^19.1.0",
Expand Down
Loading