From eac782625b528d68902e6106f819a2e20f650d82 Mon Sep 17 00:00:00 2001 From: wobsoriano Date: Wed, 12 Mar 2025 12:50:14 -0700 Subject: [PATCH] chore: Add tanstack start to ignored packages --- .changeset/config.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.changeset/config.json b/.changeset/config.json index ace011cb04b..b8640520ed4 100644 --- a/.changeset/config.json +++ b/.changeset/config.json @@ -19,5 +19,6 @@ "___experimentalUnsafeOptions_WILL_CHANGE_IN_PATCH": { "onlyUpdatePeerDependentsWhenOutOfRange": true, "updateInternalDependents": "always" - } + }, + "ignore": ["@clerk/tanstack-start"] }