From d97c9379f580c43a041c7d04ece40e797c0e8457 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Pascal=20K=C3=BCsgen?= <pascalkuesgen@gmail.com>
Date: Mon, 2 Dec 2024 10:51:38 +0100
Subject: [PATCH] feat(presets): add TanStack/form monorepo (#32839)

---
 lib/data/monorepo.json | 1 +
 1 file changed, 1 insertion(+)

diff --git a/lib/data/monorepo.json b/lib/data/monorepo.json
index 8730a64ab0..9612bf37e7 100644
--- a/lib/data/monorepo.json
+++ b/lib/data/monorepo.json
@@ -505,6 +505,7 @@
     "swashbuckle-aspnetcore": "https://github.com/domaindrivendev/Swashbuckle.AspNetCore",
     "system.io.abstractions": "https://github.com/System-IO-Abstractions/System.IO.Abstractions/",
     "tamagui": "https://github.com/tamagui/tamagui",
+    "tanstack-form": "https://github.com/TanStack/form",
     "tanstack-query": "https://github.com/TanStack/query",
     "tanstack-router": "https://github.com/TanStack/router",
     "tanstack-table": "https://github.com/TanStack/table",
-- 
GitLab