From dacd6521f175feaa8186061821ac784a98f42945 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 10 May 2024 05:36:36 +0000 Subject: [PATCH] chore(deps): bump next from 14.1.0 to 14.1.1 in /playground Bumps [next](https://github.com/vercel/next.js) from 14.1.0 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.1.0...v14.1.1) --- updated-dependencies: - dependency-name: next dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- playground/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/playground/package.json b/playground/package.json index 0b3985f6d..b51d1d63d 100644 --- a/playground/package.json +++ b/playground/package.json @@ -12,7 +12,7 @@ "@codemirror/lang-yaml": "^6.0.0", "@uiw/codemirror-theme-material": "^4.21.24", "@uiw/react-codemirror": "^4.21.24", - "next": "14.1.0", + "next": "14.1.1", "react": "^18", "react-dom": "^18", "react-split": "^2.0.14",