From 2efa28fe1406cd293f671fa9e274b227a685e568 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 12 Mar 2026 23:46:27 +0000 Subject: [PATCH] chore(deps): bump shadcn from 3.8.5 to 4.0.5 Bumps [shadcn](https://github.com/shadcn-ui/ui/tree/HEAD/packages/shadcn) from 3.8.5 to 4.0.5. - [Release notes](https://github.com/shadcn-ui/ui/releases) - [Changelog](https://github.com/shadcn-ui/ui/blob/main/packages/shadcn/CHANGELOG.md) - [Commits](https://github.com/shadcn-ui/ui/commits/shadcn@4.0.5/packages/shadcn) --- updated-dependencies: - dependency-name: shadcn dependency-version: 4.0.5 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- package-lock.json | 8 ++++---- packages/dashboard/package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package-lock.json b/package-lock.json index ea2e6e1..edfb529 100644 --- a/package-lock.json +++ b/package-lock.json @@ -15092,9 +15092,9 @@ "license": "ISC" }, "node_modules/shadcn": { - "version": "3.8.5", - "resolved": "https://registry.npmjs.org/shadcn/-/shadcn-3.8.5.tgz", - "integrity": "sha512-jPRx44e+eyeV7xwY3BLJXcfrks00+M0h5BGB9l6DdcBW4BpAj4x3lVmVy0TXPEs2iHEisxejr62sZAAw6B1EVA==", + "version": "4.0.5", + "resolved": "https://registry.npmjs.org/shadcn/-/shadcn-4.0.5.tgz", + "integrity": "sha512-z0SOHEU1+ADam1UJHrgxJhUsOb0/jBoYc+u9mhWs071KrnORq48X7uCwG3mD2ysQEBtOfeK/MxMGsmzL5Jt+Jg==", "license": "MIT", "dependencies": { "@antfu/ni": "^25.0.0", @@ -17321,7 +17321,7 @@ "prom-client": "^15.1.3", "react": "^19.2.4", "react-dom": "^19.2.4", - "shadcn": "^3.8.5", + "shadcn": "^4.0.5", "tailwind-merge": "^3.5.0", "tailwindcss": "^4.2.1", "tw-animate-css": "^1.4.0", diff --git a/packages/dashboard/package.json b/packages/dashboard/package.json index b500b88..1a939d2 100644 --- a/packages/dashboard/package.json +++ b/packages/dashboard/package.json @@ -38,7 +38,7 @@ "prom-client": "^15.1.3", "react": "^19.2.4", "react-dom": "^19.2.4", - "shadcn": "^3.8.5", + "shadcn": "^4.0.5", "tailwind-merge": "^3.5.0", "tailwindcss": "^4.2.1", "tw-animate-css": "^1.4.0",