From 1e4aefe598034199f8a0a116b0a0eaf02f015ca9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 17 May 2024 17:41:32 +0000 Subject: [PATCH] Chore(deps): Bump next from 14.0.4 to 14.1.1 in /examples/next-tailwind Bumps [next](https://github.com/vercel/next.js) from 14.0.4 to 14.1.1. - [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.0.4...v14.1.1) --- updated-dependencies: - dependency-name: next dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- examples/next-tailwind/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/next-tailwind/package.json b/examples/next-tailwind/package.json index 9f9a453..958eafd 100644 --- a/examples/next-tailwind/package.json +++ b/examples/next-tailwind/package.json @@ -11,7 +11,7 @@ "dependencies": { "epic-remark": "^0.1.10", "gray-matter": "^4.0.3", - "next": "14.0.4", + "next": "14.1.1", "react": "^18", "react-dom": "^18" },