Skip to content

Commit

Permalink
Update babylon.js to v7 for gr.Model3D (#9377)
Browse files Browse the repository at this point in the history
* update package.json

* add changeset

* add changeset

* update pnpm lock

* add changeset

---------

Co-authored-by: gradio-pr-bot <[email protected]>
  • Loading branch information
2 people authored and freddyaboulton committed Sep 18, 2024
1 parent 633e75c commit 7a725c4
Show file tree
Hide file tree
Showing 4 changed files with 29 additions and 41 deletions.
6 changes: 6 additions & 0 deletions .changeset/social-lizards-tickle.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
---
"@gradio/model3d": patch
"gradio": patch
---

feat:Update babylon.js to `v7` for `gr.Model3D`
4 changes: 2 additions & 2 deletions js/model3D/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@
"@gradio/utils": "workspace:^",
"@gradio/wasm": "workspace:^",
"@types/babylon": "^6.16.6",
"babylonjs": "^4.2.1",
"babylonjs-loaders": "^4.2.1",
"babylonjs": "^7.25.1",
"babylonjs-loaders": "^7.25.1",
"dequal": "^2.0.2",
"gsplat": "^1.0.5"
},
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -55,8 +55,8 @@
"@typescript-eslint/eslint-plugin": "^7.8.0",
"@typescript-eslint/parser": "^7.8.0",
"autoprefixer": "^10.4.19",
"babylonjs": "^5.57.1",
"babylonjs-loaders": "^5.57.1",
"babylonjs": "^7.25.1",
"babylonjs-loaders": "^7.25.1",
"esbuild": "^0.21.0",
"eslint": "^9.1.1",
"eslint-plugin-svelte": "^2.38.0",
Expand Down
56 changes: 19 additions & 37 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 7a725c4

Please sign in to comment.