From e25c16cd4fb1e3050f27c014af853f6b5532d8c0 Mon Sep 17 00:00:00 2001 From: Alex Wegener <51857173+lx-0@users.noreply.github.com> Date: Sat, 19 Oct 2024 14:34:57 +0200 Subject: [PATCH] =?UTF-8?q?=F0=9F=96=BC=EF=B8=8F=20feat:=20Add=20dat.gui?= =?UTF-8?q?=20to=20Artifacts=20UI=20libs=20(#4344)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- client/src/utils/artifacts.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/client/src/utils/artifacts.ts b/client/src/utils/artifacts.ts index 9e2f254ab2..60d37f83fd 100644 --- a/client/src/utils/artifacts.ts +++ b/client/src/utils/artifacts.ts @@ -125,6 +125,7 @@ const standardDependencies = { '@radix-ui/react-toggle-group': '^1.1.0', 'embla-carousel-react': '^8.2.0', 'react-day-picker': '^9.0.8', + 'dat.gui': '^0.7.9', vaul: '^0.9.1', };