From eeb1e53448969ddceefa11ddc0521e2375c211fd Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 12 May 2026 02:32:05 +0000 Subject: [PATCH] chore(deps-dev): bump next in /packages/tailwindest-compiler Bumps [next](https://github.com/vercel/next.js) from 16.2.4 to 16.2.6. - [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/v16.2.4...v16.2.6) --- updated-dependencies: - dependency-name: next dependency-version: 16.2.6 dependency-type: direct:development ... Signed-off-by: dependabot[bot] --- packages/tailwindest-compiler/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/tailwindest-compiler/package.json b/packages/tailwindest-compiler/package.json index ed4c825..f41bd0b 100644 --- a/packages/tailwindest-compiler/package.json +++ b/packages/tailwindest-compiler/package.json @@ -84,7 +84,7 @@ "@types/react": "19.2.14", "@types/react-dom": "19.2.3", "@vitejs/plugin-react": "6.0.1", - "next": "16.2.4", + "next": "16.2.6", "react": "19.2.5", "react-dom": "19.2.5", "tailwindcss": "^4.2.4",