Skip to content

Commit

Permalink
fix: update deps (#1471)
Browse files Browse the repository at this point in the history
  • Loading branch information
CodyJasonBennett committed May 26, 2023
1 parent 1cafc96 commit eefb21f
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 11 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@
"stats.js": "^0.17.0",
"suspend-react": "^0.0.8",
"three-mesh-bvh": "^0.5.23",
"three-stdlib": "^2.22.8",
"three-stdlib": "^2.22.10",
"troika-three-text": "^0.47.1",
"utility-types": "^3.10.0",
"zustand": "^3.5.13"
Expand Down
14 changes: 4 additions & 10 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -3622,11 +3622,6 @@
magic-string "^0.27.0"
react-refresh "^0.14.0"

"@webgpu/glslang@^0.0.15":
version "0.0.15"
resolved "https://registry.yarnpkg.com/@webgpu/glslang/-/glslang-0.0.15.tgz#f5ccaf6015241e6175f4b90906b053f88483d1f2"
integrity sha512-niT+Prh3Aff8Uf1MVBVUsaNjFj9rJAKDXuoHIKiQbB+6IUP/3J3JIhBNyZ7lDhytvXxw6ppgnwKZdDJ08UMj4Q==

"@yarnpkg/esbuild-plugin-pnp@^3.0.0-rc.10":
version "3.0.0-rc.15"
resolved "https://registry.yarnpkg.com/@yarnpkg/esbuild-plugin-pnp/-/esbuild-plugin-pnp-3.0.0-rc.15.tgz#4e40e7d2eb28825c9a35ab9d04c363931d7c0e67"
Expand Down Expand Up @@ -10443,15 +10438,14 @@ three-mesh-bvh@^0.5.23:
resolved "https://registry.yarnpkg.com/three-mesh-bvh/-/three-mesh-bvh-0.5.23.tgz#08e5b629144b48b11acbd433519680e457d398ed"
integrity sha512-nyk+MskdyDgECqkxdv57UjazqqhrMi+Al9PxJN6yFtx1CTW4r0eCQ27FtyYKY5gCIWhxjtNfWYDPVy8lzx6LkA==

three-stdlib@^2.22.8:
version "2.22.8"
resolved "https://registry.yarnpkg.com/three-stdlib/-/three-stdlib-2.22.8.tgz#4abdf39129759dc622ea6a92d7012823d0b6b9ce"
integrity sha512-H24dfn5d/LuGyB5aeMwFGTP1FPy/8ZFPvSWBCnStllziEIfkti6Q+6mYYhh4v5/mHfTl8wM3B6975WfU3YTMng==
three-stdlib@^2.22.10:
version "2.22.10"
resolved "https://registry.yarnpkg.com/three-stdlib/-/three-stdlib-2.22.10.tgz#1280f62453361b1b7415164b4407e077e212f72a"
integrity sha512-Brsso1ixk7Zv97bOxKwFWLct8fCEbWr+G9Z2uyRxM/Zc64hyRXohTjcZxjb8MvkI3L4tVpeRURRY3VB6HVUiqQ==
dependencies:
"@types/draco3d" "^1.4.0"
"@types/offscreencanvas" "^2019.6.4"
"@types/webxr" "^0.5.2"
"@webgpu/glslang" "^0.0.15"
chevrotain "^10.1.2"
draco3d "^1.4.1"
fflate "^0.6.9"
Expand Down

1 comment on commit eefb21f

@vercel
Copy link

@vercel vercel bot commented on eefb21f May 26, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.