mirror of
https://github.com/digitalsamba/claude-code-video-toolkit.git
synced 2026-09-18 19:41:13 +08:00
DEPS: bump Remotion 4.0.425 → 4.0.518 across templates, examples, showcase, tests (#67)
Re-landing #66 against main (it merged into its stacked base after that branch had already been merged). Produced by scripts/bump_remotion.py --smoke: lockfiles refreshed, frame-0 smoke render OK for all 8 projects with an entry point, render-baseline A/B identical on all six frames. Co-authored-by: Claude Fable 5 <noreply@anthropic.com>
This commit is contained in:
+1692
-605
File diff suppressed because it is too large
Load Diff
@@ -8,11 +8,11 @@
|
||||
"build": "remotion bundle"
|
||||
},
|
||||
"dependencies": {
|
||||
"@remotion/cli": "4.0.425",
|
||||
"@remotion/player": "4.0.425",
|
||||
"@remotion/cli": "4.0.518",
|
||||
"@remotion/player": "4.0.518",
|
||||
"react": "^18.2.0",
|
||||
"react-dom": "^18.2.0",
|
||||
"remotion": "4.0.425"
|
||||
"remotion": "4.0.518"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@types/react": "^18.2.0",
|
||||
|
||||
Generated
+1809
-767
File diff suppressed because it is too large
Load Diff
@@ -10,13 +10,13 @@
|
||||
"upgrade": "npx remotion upgrade"
|
||||
},
|
||||
"dependencies": {
|
||||
"@remotion/cli": "4.0.425",
|
||||
"@remotion/paths": "4.0.425",
|
||||
"@remotion/shapes": "4.0.425",
|
||||
"@remotion/transitions": "4.0.425",
|
||||
"@remotion/cli": "4.0.518",
|
||||
"@remotion/paths": "4.0.518",
|
||||
"@remotion/shapes": "4.0.518",
|
||||
"@remotion/transitions": "4.0.518",
|
||||
"react": "^18.2.0",
|
||||
"react-dom": "^18.2.0",
|
||||
"remotion": "4.0.425"
|
||||
"remotion": "4.0.518"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@types/react": "^18.2.0",
|
||||
|
||||
+1691
-604
File diff suppressed because it is too large
Load Diff
@@ -8,10 +8,10 @@
|
||||
"render:preview": "remotion render src/index.ts SprintReview out/preview.mp4 --frames=0-300"
|
||||
},
|
||||
"dependencies": {
|
||||
"@remotion/cli": "4.0.425",
|
||||
"@remotion/cli": "4.0.518",
|
||||
"react": "^18.2.0",
|
||||
"react-dom": "^18.2.0",
|
||||
"remotion": "4.0.425"
|
||||
"remotion": "4.0.518"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@types/react": "^18.2.0",
|
||||
|
||||
Generated
+1696
-609
File diff suppressed because it is too large
Load Diff
@@ -9,11 +9,11 @@
|
||||
"render:poster": "remotion still ToolkitBanner out/toolkit-banner-poster.png --frame=120"
|
||||
},
|
||||
"dependencies": {
|
||||
"@remotion/cli": "4.0.425",
|
||||
"@remotion/google-fonts": "4.0.425",
|
||||
"@remotion/cli": "4.0.518",
|
||||
"@remotion/google-fonts": "4.0.518",
|
||||
"react": "^18.2.0",
|
||||
"react-dom": "^18.2.0",
|
||||
"remotion": "4.0.425"
|
||||
"remotion": "4.0.518"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@types/react": "^18.2.0",
|
||||
|
||||
Generated
+1708
-620
File diff suppressed because it is too large
Load Diff
@@ -8,13 +8,13 @@
|
||||
"render:gif": "remotion render TransitionGallery out/transitions-gallery.gif --image-format=png"
|
||||
},
|
||||
"dependencies": {
|
||||
"@remotion/cli": "4.0.425",
|
||||
"@remotion/paths": "4.0.425",
|
||||
"@remotion/shapes": "4.0.425",
|
||||
"@remotion/transitions": "4.0.425",
|
||||
"@remotion/cli": "4.0.518",
|
||||
"@remotion/paths": "4.0.518",
|
||||
"@remotion/shapes": "4.0.518",
|
||||
"@remotion/transitions": "4.0.518",
|
||||
"react": "^18.2.0",
|
||||
"react-dom": "^18.2.0",
|
||||
"remotion": "4.0.425"
|
||||
"remotion": "4.0.518"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@types/react": "^18.2.0",
|
||||
|
||||
+1806
-725
File diff suppressed because it is too large
Load Diff
@@ -10,13 +10,13 @@
|
||||
"upgrade": "npx remotion upgrade"
|
||||
},
|
||||
"dependencies": {
|
||||
"@remotion/cli": "4.0.425",
|
||||
"@remotion/paths": "4.0.425",
|
||||
"@remotion/shapes": "4.0.425",
|
||||
"@remotion/transitions": "4.0.425",
|
||||
"@remotion/cli": "4.0.518",
|
||||
"@remotion/paths": "4.0.518",
|
||||
"@remotion/shapes": "4.0.518",
|
||||
"@remotion/transitions": "4.0.518",
|
||||
"react": "^18.2.0",
|
||||
"react-dom": "^18.2.0",
|
||||
"remotion": "4.0.425"
|
||||
"remotion": "4.0.518"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@types/react": "^18.2.0",
|
||||
|
||||
Generated
+1852
-747
File diff suppressed because it is too large
Load Diff
@@ -8,13 +8,13 @@
|
||||
"render:preview": "remotion render ProductDemo out/preview.mp4 --scale=0.5"
|
||||
},
|
||||
"dependencies": {
|
||||
"@remotion/cli": "4.0.425",
|
||||
"@remotion/paths": "4.0.425",
|
||||
"@remotion/shapes": "4.0.425",
|
||||
"@remotion/transitions": "4.0.425",
|
||||
"@remotion/cli": "4.0.518",
|
||||
"@remotion/paths": "4.0.518",
|
||||
"@remotion/shapes": "4.0.518",
|
||||
"@remotion/transitions": "4.0.518",
|
||||
"react": "^18.2.0",
|
||||
"react-dom": "^18.2.0",
|
||||
"remotion": "4.0.425"
|
||||
"remotion": "4.0.518"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@types/react": "^18.2.0",
|
||||
|
||||
+1857
-752
File diff suppressed because it is too large
Load Diff
@@ -10,14 +10,14 @@
|
||||
"upgrade": "npx remotion upgrade"
|
||||
},
|
||||
"dependencies": {
|
||||
"@remotion/cli": "4.0.425",
|
||||
"@remotion/google-fonts": "4.0.425",
|
||||
"@remotion/paths": "4.0.425",
|
||||
"@remotion/shapes": "4.0.425",
|
||||
"@remotion/transitions": "4.0.425",
|
||||
"@remotion/cli": "4.0.518",
|
||||
"@remotion/google-fonts": "4.0.518",
|
||||
"@remotion/paths": "4.0.518",
|
||||
"@remotion/shapes": "4.0.518",
|
||||
"@remotion/transitions": "4.0.518",
|
||||
"react": "^18.2.0",
|
||||
"react-dom": "^18.2.0",
|
||||
"remotion": "4.0.425"
|
||||
"remotion": "4.0.518"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@types/react": "^18.2.0",
|
||||
|
||||
+1874
-722
File diff suppressed because it is too large
Load Diff
@@ -10,13 +10,13 @@
|
||||
"upgrade": "npx remotion upgrade"
|
||||
},
|
||||
"dependencies": {
|
||||
"@remotion/cli": "4.0.425",
|
||||
"@remotion/paths": "4.0.425",
|
||||
"@remotion/shapes": "4.0.425",
|
||||
"@remotion/transitions": "4.0.425",
|
||||
"@remotion/cli": "4.0.518",
|
||||
"@remotion/paths": "4.0.518",
|
||||
"@remotion/shapes": "4.0.518",
|
||||
"@remotion/transitions": "4.0.518",
|
||||
"react": "^18.2.0",
|
||||
"react-dom": "^18.2.0",
|
||||
"remotion": "4.0.425"
|
||||
"remotion": "4.0.518"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@types/react": "^18.2.0",
|
||||
|
||||
Generated
+1706
-618
File diff suppressed because it is too large
Load Diff
@@ -9,11 +9,11 @@
|
||||
"diff": "node ../../scripts/render-baseline.mjs diff"
|
||||
},
|
||||
"dependencies": {
|
||||
"@remotion/cli": "4.0.425",
|
||||
"@remotion/transitions": "4.0.425",
|
||||
"@remotion/cli": "4.0.518",
|
||||
"@remotion/transitions": "4.0.518",
|
||||
"react": "^18.2.0",
|
||||
"react-dom": "^18.2.0",
|
||||
"remotion": "4.0.425"
|
||||
"remotion": "4.0.518"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@types/react": "^18.2.0",
|
||||
|
||||
Reference in New Issue
Block a user