From 3cfae0c1e8aa81ef6bedefb4f78a5718257d5424 Mon Sep 17 00:00:00 2001 From: Cody Bennett Date: Fri, 14 Oct 2022 11:07:58 -0500 Subject: [PATCH] chore(deps): upgrade stdlib (#1100) --- package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index f08f3cec1..0f013da3d 100644 --- a/package.json +++ b/package.json @@ -68,7 +68,7 @@ "stats.js": "^0.17.0", "suspend-react": "^0.0.8", "three-mesh-bvh": "^0.5.15", - "three-stdlib": "^2.17.1", + "three-stdlib": "^2.17.2", "troika-three-text": "^0.46.4", "utility-types": "^3.10.0", "zustand": "^3.5.13" diff --git a/yarn.lock b/yarn.lock index f56278f0a..d196ae4c9 100644 --- a/yarn.lock +++ b/yarn.lock @@ -11333,10 +11333,10 @@ three-mesh-bvh@^0.5.15: resolved "https://registry.yarnpkg.com/three-mesh-bvh/-/three-mesh-bvh-0.5.15.tgz#bcf681d784d8988618344a5e11e7ded7e76ee86a" integrity sha512-jxE5iGjcoEMiyxUs7hMeZL6jBXBz9973ilqhXPhKlA1f7eitjIxRTtu7UWVQy+PhxXTsknmPzWmN5c+uAa/anA== -three-stdlib@^2.17.1: - version "2.17.1" - resolved "https://registry.yarnpkg.com/three-stdlib/-/three-stdlib-2.17.1.tgz#28d31b0dfb13e326173c0576fa109afa9bc3c450" - integrity sha512-ykQY3Fujn4PcK6XJGeDu629v5UO4wr0+ZOpR5f4zTEZRYP2QH0b97WXIauJNwnGgeqxbnOWj2tiQonB4/iA0AQ== +three-stdlib@^2.17.2: + version "2.17.2" + resolved "https://registry.yarnpkg.com/three-stdlib/-/three-stdlib-2.17.2.tgz#9c2a2914a16123853531612dac8870e6e242685b" + integrity sha512-7ZLCJJogtn1D1MlUi7q0iLUbrxj7K++YxjHIIz5AZ4wX4E137BgiiTmhH4XhAuvXGRk9ph3ZtoHTfJBXhqDX3w== dependencies: "@babel/runtime" "^7.16.7" "@types/offscreencanvas" "^2019.6.4"