From b5c414be9333bd07a4d0f1a9d613da1cd3c8d029 Mon Sep 17 00:00:00 2001 From: Cody Bennett <23324155+CodyJasonBennett@users.noreply.github.com> Date: Tue, 17 Oct 2023 07:33:01 -0500 Subject: [PATCH] fix: upgrade deps for tree-shaking --- package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index 9ae8894f0..c3ac6a74e 100644 --- a/package.json +++ b/package.json @@ -74,7 +74,7 @@ "stats.js": "^0.17.0", "suspend-react": "^0.1.3", "three-mesh-bvh": "^0.6.7", - "three-stdlib": "^2.27.2", + "three-stdlib": "^2.27.3", "troika-three-text": "^0.47.2", "utility-types": "^3.10.0", "uuid": "^9.0.1", diff --git a/yarn.lock b/yarn.lock index 7afaabf1d..7524ff3a5 100644 --- a/yarn.lock +++ b/yarn.lock @@ -13042,10 +13042,10 @@ three-mesh-bvh@^0.6.7: resolved "https://registry.yarnpkg.com/three-mesh-bvh/-/three-mesh-bvh-0.6.7.tgz#6491876f5bf0c0d67be81a4402f2abdbb2266d76" integrity sha512-RYdjMsH+vZvjLwA+ehI4+ZqTaTehAz4iho2yfL5PdGsIHyxpB78g0iy4Emj8079m/9KBX02TzddkvPSKSruQjg== -three-stdlib@^2.27.2: - version "2.27.2" - resolved "https://registry.yarnpkg.com/three-stdlib/-/three-stdlib-2.27.2.tgz#d9fb6e8341ad93aa12b71bec2b3480528d6e42bf" - integrity sha512-yjHaY4QHRqMi1yGIt5RzWtRFbcCj2YHoCaAY4pldphI5CMf9PoCc9N2UFuVbHqgITQRKnVoCo+OCMU2rIZTXjg== +three-stdlib@^2.27.3: + version "2.27.3" + resolved "https://registry.yarnpkg.com/three-stdlib/-/three-stdlib-2.27.3.tgz#28964e121ecf50d4fcd19203d090f79c8afa9001" + integrity sha512-HA3LDEGnrbahOMGMk4HTfCClr/oKQnwvnvNR2gOMytvHg7nk8SIiABl/qgol2xDVp/Lf7MEbeq5ZjzjajuZxpw== dependencies: "@types/draco3d" "^1.4.0" "@types/offscreencanvas" "^2019.6.4"