From 4d6e7664a4242e537eeda18d06fdede4abc922be Mon Sep 17 00:00:00 2001 From: Jeff Emmett Date: Thu, 12 Mar 2026 02:06:42 -0700 Subject: [PATCH] fix(rnetwork): pin 3d-force-graph@1.73.4, revert to three.module.js three.webgpu.js doesn't export legacy utilities like UniformsUtils needed by Three.js addons. Pin 3d-force-graph to 1.73.4 which predates the three/webgpu dependency, and use three.module.js. Co-Authored-By: Claude Opus 4.6 --- modules/rnetwork/mod.ts | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/modules/rnetwork/mod.ts b/modules/rnetwork/mod.ts index e3e402e..445e272 100644 --- a/modules/rnetwork/mod.ts +++ b/modules/rnetwork/mod.ts @@ -16,11 +16,10 @@ import { renderLanding } from "./landing"; const GRAPH3D_IMPORTMAP = ``;