From 9a69d7cb389a90139ffe7f39b75d278d511494d1 Mon Sep 17 00:00:00 2001
From: Pascal Jufer <paescuj@users.noreply.github.com>
Date: Wed, 29 Sep 2021 13:07:03 +0200
Subject: [PATCH] feat(core/preset): add dnd-kit monorepo (#11945)

See https://github.com/clauderic/dnd-kit
---
 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 ce19829585..6995d5a820 100644
--- a/lib/config/presets/internal/monorepo.ts
+++ b/lib/config/presets/internal/monorepo.ts
@@ -32,6 +32,7 @@ const repoGroups = {
   'contentful-rich-text': 'https://github.com/contentful/rich-text',
   'date-io': 'https://github.com/dmtrKovalenko/date-io',
   'devextreme-reactive': 'https://github.com/DevExpress/devextreme-reactive',
+  'dnd-kit': 'https://github.com/clauderic/dnd-kit',
   'electron-forge': 'https://github.com/electron-userland/electron-forge',
   'ember-decorators': 'https://github.com/ember-decorators/ember-decorators',
   'graphql-modules': 'https://github.com/Urigo/graphql-modules',
-- 
GitLab