Skip to content

Commit

Permalink
chore(deps): update all non-major dependencies (#7340)
Browse files Browse the repository at this point in the history
* chore(deps): update all non-major dependencies

* add changeset

---------

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: gradio-pr-bot <gradio-pr-bot@users.noreply.github.com>
Co-authored-by: pngwn <hello@pngwn.io>
  • Loading branch information
3 people committed Mar 4, 2024
1 parent 561579d commit 4b0d589
Show file tree
Hide file tree
Showing 5 changed files with 194 additions and 189 deletions.
8 changes: 8 additions & 0 deletions .changeset/tidy-turtles-move.md
@@ -0,0 +1,8 @@
---
"@gradio/client": patch
"@gradio/preview": patch
"@gradio/wasm": patch
"gradio": patch
---

feat:chore(deps): update all non-major dependencies
2 changes: 1 addition & 1 deletion client/js/package.json
Expand Up @@ -19,7 +19,7 @@
},
"devDependencies": {
"@types/ws": "^8.5.4",
"esbuild": "^0.19.0"
"esbuild": "^0.20.0"
},
"scripts": {
"bundle": "vite build --ssr",
Expand Down
2 changes: 1 addition & 1 deletion js/preview/package.json
Expand Up @@ -25,7 +25,7 @@
"@types/which": "^3.0.0",
"coffeescript": "^2.7.0",
"css-tree": "2.3.1",
"esbuild-wasm": "^0.19.0",
"esbuild-wasm": "^0.20.0",
"lightningcss": "^1.21.7",
"pug": "^3.0.2",
"rollup-plugin-ignore": "^1.0.10",
Expand Down
2 changes: 1 addition & 1 deletion js/wasm/package.json
Expand Up @@ -23,7 +23,7 @@
"build": "run-s build:worker build:client"
},
"devDependencies": {
"pyodide": "^0.24.0"
"pyodide": "^0.25.0"
},
"dependencies": {
"@types/path-browserify": "^1.0.0",
Expand Down

0 comments on commit 4b0d589

Please sign in to comment.