From 134153c1974202e0caef17b67e83789aa2caf117 Mon Sep 17 00:00:00 2001 From: "public-glueops-renovatebot[bot]" <186083205+public-glueops-renovatebot[bot]@users.noreply.github.com> Date: Tue, 27 Jan 2026 18:20:44 +0000 Subject: [PATCH] feat: update shadcn to 3.7.0 #minor (#603) Co-authored-by: public-glueops-renovatebot[bot] <186083205+public-glueops-renovatebot[bot]@users.noreply.github.com> --- ui/package.json | 2 +- ui/yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/ui/package.json b/ui/package.json index 98ab3f9..7599ea3 100644 --- a/ui/package.json +++ b/ui/package.json @@ -77,7 +77,7 @@ "globals": "16.5.0", "prettier": "3.8.0", "prettier-plugin-tailwindcss": "0.7.2", - "shadcn": "3.6.3", + "shadcn": "3.7.0", "tw-animate-css": "1.4.0", "typescript": "5.9.3", "typescript-eslint": "8.53.0", diff --git a/ui/yarn.lock b/ui/yarn.lock index 5d6c221..5fe3da2 100644 --- a/ui/yarn.lock +++ b/ui/yarn.lock @@ -5011,10 +5011,10 @@ setprototypeof@~1.2.0: resolved "https://registry.yarnpkg.com/setprototypeof/-/setprototypeof-1.2.0.tgz#66c9a24a73f9fc28cbe66b09fed3d33dcaf1b424" integrity sha512-E5LDX7Wrp85Kil5bhZv46j8jOeboKq5JMmYM3gVGdGH8xFpPWXUMsNrlODCrkoxMEeNi/XZIwuRvY4XNwYMJpw== -shadcn@3.6.3: - version "3.6.3" - resolved "https://registry.yarnpkg.com/shadcn/-/shadcn-3.6.3.tgz#ad32eb2c5308659029404ce64c4382951b809e2d" - integrity sha512-j2xlma8PtYLbhvA612/MPOrDYsEp0DIiU1gC0BEbSBqWR6mBgwiKpA21Juq9tSswgUeIfxoUzZX8c7YwcL3ncA== +shadcn@3.7.0: + version "3.7.0" + resolved "https://registry.yarnpkg.com/shadcn/-/shadcn-3.7.0.tgz#02cd306af0bdf153a9548432fd6e9b3d100e9eec" + integrity sha512-zOXNAIFclguSYmmoibyXyKiYA6qjEJtXDSvloAMziSREW9Q0R/dLqBUYdb81lOejmZkDYuZApGabbMLH7G8qvQ== dependencies: "@antfu/ni" "^25.0.0" "@babel/core" "^7.28.0"