From 0460e939e4ad373ab56ac5dca03e3130b1c67897 Mon Sep 17 00:00:00 2001 From: Yeicor <4929005+Yeicor@users.noreply.github.com> Date: Sat, 19 Jul 2025 22:10:15 +0200 Subject: [PATCH] playground: minor build fixes 2 --- package.json | 2 +- yarn.lock | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/package.json b/package.json index a7c9bce..dadad6e 100644 --- a/package.json +++ b/package.json @@ -27,7 +27,7 @@ "pyodide": "^0.28.0", "three": "^0.178.0", "three-mesh-bvh": "^0.9.0", - "three-orientation-gizmo": "https://github.com/jrj2211/three-orientation-gizmo", + "three-orientation-gizmo": "git+https://github.com/jrj2211/three-orientation-gizmo.git", "vue": "^3.5.13", "vuetify": "^3.7.4" }, diff --git a/yarn.lock b/yarn.lock index f1e59c8..77afa73 100644 --- a/yarn.lock +++ b/yarn.lock @@ -2923,9 +2923,9 @@ three-mesh-bvh@^0.9.0: resolved "https://registry.npmjs.org/three-mesh-bvh/-/three-mesh-bvh-0.9.1.tgz" integrity sha512-WNT+m9jGQgtp4YdtwEnl4oFylNVifRf7iphlwWdJ4bJu7oNkY0xHIyntep9OzHuR1hpe/pyAP840gB/EsYDJfg== -"three-orientation-gizmo@https://github.com/jrj2211/three-orientation-gizmo": +"three-orientation-gizmo@git+https://github.com/jrj2211/three-orientation-gizmo.git": version "1.1.0" - resolved "git+ssh://git@github.com/jrj2211/three-orientation-gizmo.git#000281f0559c316f72cdd23a1885d63ae6901095" + resolved "git+https://github.com/jrj2211/three-orientation-gizmo.git#000281f0559c316f72cdd23a1885d63ae6901095" dependencies: three "^0.125.0"