Skip to content

Commit

Permalink
Move ffmpeg to Video deps (#6406)
Browse files Browse the repository at this point in the history
* move ffmpeg to video

* pnpm lock

* add changeset

* move mrmime

---------

Co-authored-by: gradio-pr-bot <gradio-pr-bot@users.noreply.github.com>
  • Loading branch information
hannahblair and gradio-pr-bot committed Nov 13, 2023
1 parent 8ef48f8 commit 0401c77
Show file tree
Hide file tree
Showing 4 changed files with 22 additions and 13 deletions.
6 changes: 6 additions & 0 deletions .changeset/eager-swans-tan.md
@@ -0,0 +1,6 @@
---
"@gradio/video": patch
"gradio": patch
---

feat:Move ffmpeg to `Video` deps
7 changes: 6 additions & 1 deletion js/video/package.json
Expand Up @@ -14,7 +14,12 @@
"@gradio/statustracker": "workspace:^",
"@gradio/upload": "workspace:^",
"@gradio/utils": "workspace:^",
"@gradio/wasm": "workspace:^"
"@gradio/wasm": "workspace:^",
"@ffmpeg/ffmpeg": "^0.12.7",
"@ffmpeg/util": "^0.12.1"
},
"devDependencies": {
"mrmime": "^1.0.1"
},
"exports": {
".": "./index.ts",
Expand Down
3 changes: 0 additions & 3 deletions package.json
Expand Up @@ -37,8 +37,6 @@
"@changesets/cli": "^2.26.1",
"@changesets/get-github-info": "^0.5.2",
"@csstools/postcss-global-data": "^2.0.0",
"@ffmpeg/ffmpeg": "^0.12.7",
"@ffmpeg/util": "^0.12.1",
"@gradio/tootils": "workspace:^",
"@manypkg/get-packages": "^2.2.0",
"@playwright/experimental-ct-svelte": "^1.39.0",
Expand Down Expand Up @@ -102,7 +100,6 @@
"@storybook/testing-library": "^0.2.2",
"@storybook/theming": "^7.5.1",
"chromatic": "^7.0.0",
"mrmime": "^1.0.1",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"storybook": "^7.5.1",
Expand Down
19 changes: 10 additions & 9 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 0401c77

Please sign in to comment.