From c0e690a11c0aec6cf3156149a37e340842b7f37e Mon Sep 17 00:00:00 2001 From: Alexander Kachkaev <alexander@kachkaev.ru> Date: Tue, 14 Nov 2023 09:32:36 +0000 Subject: [PATCH] feat(presets): add visx monorepo (#25751) --- 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 30aedccb04..bd82c21b6a 100644 --- a/lib/config/presets/internal/monorepo.ts +++ b/lib/config/presets/internal/monorepo.ts @@ -456,6 +456,7 @@ const repoGroups = { unocss: 'https://github.com/unocss/unocss', uppy: 'https://github.com/transloadit/uppy', vaadinWebComponents: 'https://github.com/vaadin/web-components', + visx: 'https://github.com/airbnb/visx', vitest: 'https://github.com/vitest-dev/vitest', vstest: 'https://github.com/microsoft/vstest', vue: ['https://github.com/vuejs/vue', 'https://github.com/vuejs/core'], -- GitLab