From 9718172fdde6799f581be0e48dffafe25fe63218 Mon Sep 17 00:00:00 2001 From: Yeicor <4929005+Yeicor@users.noreply.github.com> Date: Wed, 27 Mar 2024 20:16:49 +0100 Subject: [PATCH] Updates --- package.json | 4 ++-- pyproject.toml | 2 +- yarn.lock | 22 ++++++++-------------- 3 files changed, 11 insertions(+), 17 deletions(-) diff --git a/package.json b/package.json index 6e9a827..55e4642 100644 --- a/package.json +++ b/package.json @@ -21,7 +21,7 @@ "@jamescoyle/vue-icon": "^0.1.2", "@mdi/js": "^7.4.47", "@mdi/svg": "^7.4.47", - "three": "^0.162.0", + "three": "^0.160.1", "three-mesh-bvh": "^0.7.3", "three-orientation-gizmo": "https://github.com/jrj2211/three-orientation-gizmo", "vue": "^3.4.21", @@ -30,7 +30,7 @@ "devDependencies": { "@tsconfig/node20": "^20.1.3", "@types/node": "^20.11.30", - "@types/three": "^0.162.0", + "@types/three": "^0.160.0", "@vitejs/plugin-vue": "^5.0.3", "@vitejs/plugin-vue-jsx": "^3.1.0", "@vue/tsconfig": "^0.5.1", diff --git a/pyproject.toml b/pyproject.toml index 93b0010..181cc80 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -14,7 +14,7 @@ include = [ python = "^3.9" # CAD -build123d = "^0.4.0" +build123d = "^0.5.0" # Misc pygltflib = "^1.16.2" diff --git a/yarn.lock b/yarn.lock index e4a253c..d3c63a7 100644 --- a/yarn.lock +++ b/yarn.lock @@ -795,11 +795,6 @@ "@tufjs/canonical-json" "2.0.0" minimatch "^9.0.3" -"@tweenjs/tween.js@~23.1.1": - version "23.1.1" - resolved "https://registry.yarnpkg.com/@tweenjs/tween.js/-/tween.js-23.1.1.tgz#0ae28ed9c635805557f78c2626464018d5f1b5e2" - integrity sha512-ZpboH7pCPPeyBWKf8c7TJswtCEQObFo3bOBYalm99NzZarATALYCo5OhbCa/n4RQyJyHfhkdx+hNrdL5ByFYDw== - "@types/estree@1.0.5": version "1.0.5" resolved "https://registry.yarnpkg.com/@types/estree/-/estree-1.0.5.tgz#a6ce3e556e00fd9895dd872dd172ad0d4bd687f4" @@ -822,12 +817,11 @@ resolved "https://registry.yarnpkg.com/@types/stats.js/-/stats.js-0.17.3.tgz#705446e12ce0fad618557dd88236f51148b7a935" integrity sha512-pXNfAD3KHOdif9EQXZ9deK82HVNaXP5ZIF5RP2QG6OQFNTaY2YIetfrE9t528vEreGQvEPRDDc8muaoYeK0SxQ== -"@types/three@^0.162.0": - version "0.162.0" - resolved "https://registry.yarnpkg.com/@types/three/-/three-0.162.0.tgz#79d170c88f14b2eaee6b76af00fc4016a533e586" - integrity sha512-0j5yZcVukVIhrhSIC7+LmBPkkMoMuEJ1AfYBZfgNytdYqYREMuiyXWhYOMeZLBElTEAlJIZn7r2W3vqTIgjWlg== +"@types/three@^0.160.0": + version "0.160.0" + resolved "https://registry.yarnpkg.com/@types/three/-/three-0.160.0.tgz#7915a97e0a14ccaa9ccbb9f190c5730b04a23075" + integrity sha512-jWlbUBovicUKaOYxzgkLlhkiEQJkhCVvg4W2IYD2trqD2om3VK4DGLpHH5zQHNr7RweZK/5re/4IVhbhvxbV9w== dependencies: - "@tweenjs/tween.js" "~23.1.1" "@types/stats.js" "*" "@types/webxr" "*" fflate "~0.6.10" @@ -2915,10 +2909,10 @@ three@^0.125.0: resolved "https://registry.yarnpkg.com/three/-/three-0.125.2.tgz#dcba12749a2eb41522e15212b919cd3fbf729b12" integrity sha512-7rIRO23jVKWcAPFdW/HREU2NZMGWPBZ4XwEMt0Ak0jwLUKVJhcKM55eCBWyGZq/KiQbeo1IeuAoo/9l2dzhTXA== -three@^0.162.0: - version "0.162.0" - resolved "https://registry.yarnpkg.com/three/-/three-0.162.0.tgz#b15a511f1498e0c42d4d00bbb411c7527b06097e" - integrity sha512-xfCYj4RnlozReCmUd+XQzj6/5OjDNHBy5nT6rVwrOKGENAvpXe2z1jL+DZYaMu4/9pNsjH/4Os/VvS9IrH7IOQ== +three@^0.160.1: + version "0.160.1" + resolved "https://registry.yarnpkg.com/three/-/three-0.160.1.tgz#61fe2907312e8604b1f64187f58e047503847413" + integrity sha512-Bgl2wPJypDOZ1stAxwfWAcJ0WQf7QzlptsxkjYiURPz+n5k4RBDLsq+6f9Y75TYxn6aHLcWz+JNmwTOXWrQTBQ== to-fast-properties@^2.0.0: version "2.0.0"