Skip to content

Commit

Permalink
Fix SimpleImage package json (#7205)
Browse files Browse the repository at this point in the history
* fix simple image package json

* add changeset

* format

---------

Co-authored-by: gradio-pr-bot <gradio-pr-bot@users.noreply.github.com>
  • Loading branch information
abidlabs and gradio-pr-bot committed Jan 29, 2024
1 parent 2d51a9d commit e418edd
Show file tree
Hide file tree
Showing 3 changed files with 20 additions and 14 deletions.
6 changes: 6 additions & 0 deletions .changeset/happy-hairs-wash.md
@@ -0,0 +1,6 @@
---
"@gradio/simpleimage": patch
"gradio": patch
---

feat:Fix SimpleImage package json
14 changes: 7 additions & 7 deletions js/simpleimage/package.json
Expand Up @@ -7,13 +7,13 @@
"license": "ISC",
"private": false,
"dependencies": {
"@gradio/atoms": "0.4.1",
"@gradio/client": "0.10.1",
"@gradio/icons": "0.3.2",
"@gradio/statustracker": "0.4.3",
"@gradio/upload": "0.6.1",
"@gradio/utils": "0.2.0",
"@gradio/wasm": "0.5.0",
"@gradio/atoms": "workspace:^",
"@gradio/client": "workspace:^",
"@gradio/icons": "workspace:^",
"@gradio/statustracker": "workspace:^",
"@gradio/upload": "workspace:^",
"@gradio/utils": "workspace:^",
"@gradio/wasm": "workspace:^",
"cropperjs": "^1.5.12",
"lazy-brush": "^1.0.1",
"resize-observer-polyfill": "^1.5.1"
Expand Down
14 changes: 7 additions & 7 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 e418edd

Please sign in to comment.