From 6884d83a0573ebd40210cf0717c1814afd68a649 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C5=82=20Korczak?= <michal.k2001@gmail.com> Date: Fri, 15 Dec 2023 08:07:27 +0100 Subject: [PATCH] feat(presets): add zag-js monorepo (#26305) --- lib/config/presets/internal/monorepo.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/lib/config/presets/internal/monorepo.ts b/lib/config/presets/internal/monorepo.ts index 8bec5d9d05..87dc201125 100644 --- a/lib/config/presets/internal/monorepo.ts +++ b/lib/config/presets/internal/monorepo.ts @@ -493,6 +493,7 @@ const repoGroups = { 'https://github.com/xunit/xunit.analyzers', ], yarn: 'https://github.com/yarnpkg/berry', + 'zag-js': 'https://github.com/chakra-ui/zag', 'zxing-net': 'https://github.com/micjahn/ZXing.Net', }; -- GitLab