Skip to content

Commit

Permalink
fix @gradio/lite dependencies (#5868)
Browse files Browse the repository at this point in the history
* publish @gradio/wasm

* add changeset

* fix deps

* add changeset

* revert publish

* fix lockfile

* add changeset

* fix lockfile

---------

Co-authored-by: gradio-pr-bot <gradio-pr-bot@users.noreply.github.com>
  • Loading branch information
pngwn and gradio-pr-bot committed Oct 11, 2023
1 parent 5f1cbc4 commit 4e0d87e
Show file tree
Hide file tree
Showing 4 changed files with 16 additions and 2 deletions.
6 changes: 6 additions & 0 deletions .changeset/breezy-birds-bathe.md
@@ -0,0 +1,6 @@
---
"@gradio/lite": patch
"@gradio/wasm": patch
---

feat:fix @gradio/lite dependencies
2 changes: 2 additions & 0 deletions js/lite/package.json
Expand Up @@ -13,6 +13,8 @@
"build": "pnpm --filter @gradio/app build:lite"
},
"devDependencies": {
"@gradio/app": "workspace:^",
"@gradio/wasm": "workspace:^",
"gradio": "workspace:^"
}
}
2 changes: 1 addition & 1 deletion js/wasm/package.json
Expand Up @@ -8,10 +8,10 @@
".": "./dist/index.js",
"./package.json": "./package.json"
},
"private": true,
"keywords": [],
"author": "",
"license": "ISC",
"private": true,
"scripts": {
"dev:client": "tsc -w --incremental",
"dev:worker": "vite build --config vite.worker.config.js --watch --emptyOutDir=false",
Expand Down
8 changes: 7 additions & 1 deletion pnpm-lock.yaml

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

0 comments on commit 4e0d87e

Please sign in to comment.