Skip to content

Commit

Permalink
create-video: Don't require react
Browse files Browse the repository at this point in the history
Leftover PR that I did in the plane
  • Loading branch information
JonnyBurger committed Oct 18, 2024
1 parent 5a53e33 commit 095c627
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 12 deletions.
4 changes: 2 additions & 2 deletions packages/create-video/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,13 +24,13 @@
"execa": "5.1.1",
"minimist": "1.2.6",
"prompts": "2.4.2",
"react": "18.3.1",
"tar": "6.2.1"
},
"devDependencies": {
"@types/minimist": "1.2.2",
"@types/prompts": "^2.0.12",
"@types/tar": "6.1.1"
"@types/tar": "6.1.1",
"react": "18.3.1"
},
"homepage": "https://remotion.dev/templates"
}
4 changes: 2 additions & 2 deletions packages/create-video/src/templates.tsx
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import React from 'react';
import type {ReactNode} from 'react';

type DynamicTemplate =
| {
Expand All @@ -24,7 +24,7 @@ export type Template = {
org: string;
repoName: string;
homePageLabel: string;
longerDescription: React.ReactNode;
longerDescription: ReactNode;
cliId:
| 'hello-world'
| 'javascript'
Expand Down
16 changes: 8 additions & 8 deletions pnpm-lock.yaml

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

0 comments on commit 095c627

Please sign in to comment.