From d0fbe0589342e4f1e40e23582e9c1008da9cc277 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 17 Dec 2024 15:39:44 +0000 Subject: [PATCH] Bump next from 13.4.7 to 14.2.15 in /examples/monaco-graphql-nextjs Bumps [next](https://github.com/vercel/next.js) from 13.4.7 to 14.2.15. - [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/v13.4.7...v14.2.15) --- updated-dependencies: - dependency-name: next dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- examples/monaco-graphql-nextjs/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/monaco-graphql-nextjs/package.json b/examples/monaco-graphql-nextjs/package.json index d9e1419069..fdd003ef57 100644 --- a/examples/monaco-graphql-nextjs/package.json +++ b/examples/monaco-graphql-nextjs/package.json @@ -17,7 +17,7 @@ "monaco-editor": "^0.39.0", "monaco-editor-webpack-plugin": "^7.0.1", "monaco-graphql": "^1.6.0", - "next": "13.4.7", + "next": "14.2.15", "prettier": "3.3.2", "react": "^18.2.0", "react-dom": "^18.2.0"