Skip to content

Commit

Permalink
fix versions (#7069)
Browse files Browse the repository at this point in the history
* fix versoin

* add changeset

* fix lockfile

* add changeset

---------

Co-authored-by: gradio-pr-bot <gradio-pr-bot@users.noreply.github.com>
  • Loading branch information
pngwn and gradio-pr-bot committed Jan 18, 2024
1 parent d852d4b commit 07d520c
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 97 deletions.
6 changes: 6 additions & 0 deletions .changeset/fruity-falcons-design.md
@@ -0,0 +1,6 @@
---
"@gradio/paramviewer": patch
"gradio": patch
---

feat:fix versions
6 changes: 3 additions & 3 deletions js/paramviewer/package.json
Expand Up @@ -13,9 +13,9 @@
"./package.json": "./package.json"
},
"dependencies": {
"@gradio/atoms": "0.3.0",
"@gradio/statustracker": "0.4.0",
"@gradio/utils": "0.2.0",
"@gradio/atoms": "workspace:^",
"@gradio/statustracker": "workspace:^",
"@gradio/utils": "workspace:^",
"prismjs": "^1.29.0"
},
"devDependencies": {
Expand Down
99 changes: 5 additions & 94 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 07d520c

Please sign in to comment.