From 14258d5fa7943b3b2d9fe6fff2e7ed9e0b05ef90 Mon Sep 17 00:00:00 2001 From: Yusuke Mizuno <38448411+hairihou@users.noreply.github.com> Date: Thu, 25 Jul 2024 23:07:58 +0900 Subject: [PATCH] feat(presets): add TanStack/table monorepo (#30342) Co-authored-by: Rhys Arkins <rhys@arkins.net> --- lib/data/monorepo.json | 1 + 1 file changed, 1 insertion(+) diff --git a/lib/data/monorepo.json b/lib/data/monorepo.json index 3a0a3d893e..d040a39fff 100644 --- a/lib/data/monorepo.json +++ b/lib/data/monorepo.json @@ -471,6 +471,7 @@ "tamagui": "https://github.com/tamagui/tamagui", "tanstack-query": "https://github.com/TanStack/query", "tanstack-router": "https://github.com/TanStack/router", + "tanstack-table": "https://github.com/TanStack/table", "tauri": "https://github.com/tauri-apps/tauri", "telus-tds": "https://github.com/telusdigital/tds", "telus-tds-core": "https://github.com/telus/tds-core", -- GitLab