Remove the @gradio/wasm dependency from @gradio/gallery that is not used (#7369)

* Remove the `@gradio/wasm` dependency from `@gradio/gallery` that is not used

* add changeset

---------

Co-authored-by: gradio-pr-bot <gradio-pr-bot@users.noreply.github.com>
This commit is contained in:
Yuichiro Tachibana (Tsuchiya) 2024-02-09 23:44:12 +09:00 committed by GitHub
parent 1e68561167
commit 7b10d97b0f
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
3 changed files with 6 additions and 4 deletions

View File

@ -0,0 +1,6 @@
---
"@gradio/gallery": patch
"gradio": patch
---
feat:Remove the `@gradio/wasm` dependency from `@gradio/gallery` that is not used

View File

@ -14,7 +14,6 @@
"@gradio/statustracker": "workspace:^", "@gradio/statustracker": "workspace:^",
"@gradio/upload": "workspace:^", "@gradio/upload": "workspace:^",
"@gradio/utils": "workspace:^", "@gradio/utils": "workspace:^",
"@gradio/wasm": "workspace:^",
"@gradio/file": "workspace:^", "@gradio/file": "workspace:^",
"dequal": "^2.0.2" "dequal": "^2.0.2"
}, },

View File

@ -953,9 +953,6 @@ importers:
'@gradio/utils': '@gradio/utils':
specifier: workspace:^ specifier: workspace:^
version: link:../utils version: link:../utils
'@gradio/wasm':
specifier: workspace:^
version: link:../wasm
dequal: dequal:
specifier: ^2.0.2 specifier: ^2.0.2
version: 2.0.2 version: 2.0.2