From 83abb08534362af0bbe2324a7816f4b6efad177b Mon Sep 17 00:00:00 2001 From: "public-glueops-renovatebot[bot]" <186083205+public-glueops-renovatebot[bot]@users.noreply.github.com> Date: Sun, 30 Nov 2025 17:17:55 +0000 Subject: [PATCH] chore(patch): update shadcn to 3.5.1 #patch (#356) 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 21b9771..9a4db0a 100644 --- a/ui/package.json +++ b/ui/package.json @@ -77,7 +77,7 @@ "globals": "16.5.0", "prettier": "3.7.1", "prettier-plugin-tailwindcss": "0.7.1", - "shadcn": "3.5.0", + "shadcn": "3.5.1", "tw-animate-css": "1.4.0", "typescript": "5.9.3", "typescript-eslint": "8.48.0", diff --git a/ui/yarn.lock b/ui/yarn.lock index d6f3b50..cfffd03 100644 --- a/ui/yarn.lock +++ b/ui/yarn.lock @@ -4850,10 +4850,10 @@ setprototypeof@~1.2.0: resolved "https://registry.yarnpkg.com/setprototypeof/-/setprototypeof-1.2.0.tgz#66c9a24a73f9fc28cbe66b09fed3d33dcaf1b424" integrity sha512-E5LDX7Wrp85Kil5bhZv46j8jOeboKq5JMmYM3gVGdGH8xFpPWXUMsNrlODCrkoxMEeNi/XZIwuRvY4XNwYMJpw== -shadcn@3.5.0: - version "3.5.0" - resolved "https://registry.yarnpkg.com/shadcn/-/shadcn-3.5.0.tgz#5da5f5ed852b301c4c1ece0cd233dec0a6675b7a" - integrity sha512-5f9tn7gHOiI8CqJ8LGrUEmX6dOivGgSbHkMCeOMCzxHZy9cPwyuRXt7ZyjwukO8QH9kGqi6oiKOpfvTXNGBP4g== +shadcn@3.5.1: + version "3.5.1" + resolved "https://registry.yarnpkg.com/shadcn/-/shadcn-3.5.1.tgz#71f8f5e0c7acf5d36f796ec3ad1102fb22093aac" + integrity sha512-yLbIDouYv8Xz25BxV/GAGC/46R7/oNwoXIs/IFIYXK47+fKcFIYzThtBqJwFEZTzkkvqJCo+MBg0K9QLTmhFmQ== dependencies: "@antfu/ni" "^25.0.0" "@babel/core" "^7.28.0"