From 4932555040ea472638ec4827e1414fc33b8a5163 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 28 Jan 2026 07:59:57 +0000 Subject: [PATCH] build(deps): bump next in /examples/tailwind-shadcn-ui Bumps [next](https://github.com/vercel/next.js) from 14.3.0-canary.7 to 15.5.10. - [Release notes](https://github.com/vercel/next.js/releases) - [Changelog](https://github.com/vercel/next.js/blob/canary/release.js) - [Commits](https://github.com/vercel/next.js/compare/v14.3.0-canary.7...v15.5.10) --- updated-dependencies: - dependency-name: next dependency-version: 15.5.10 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- examples/tailwind-shadcn-ui/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/tailwind-shadcn-ui/package.json b/examples/tailwind-shadcn-ui/package.json index e8fc13334ac..f74c9bce62f 100644 --- a/examples/tailwind-shadcn-ui/package.json +++ b/examples/tailwind-shadcn-ui/package.json @@ -21,7 +21,7 @@ "clsx": "^2.1.1", "cross-env": "^7.0.3", "lucide-react": "^0.376.0", - "next": "15.2.3", + "next": "15.5.10", "payload": "beta", "react": "^18.2.0", "react-dom": "^18.2.0",