From 7f007e8bdca1243ac797e9f8fead46ef9b275c8b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 10 Apr 2026 23:24:00 +0000 Subject: [PATCH] Bump next Bumps [next](https://github.com/vercel/next.js) from 16.1.4 to 16.2.3. - [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.1.4...v16.2.3) --- updated-dependencies: - dependency-name: next dependency-version: 16.2.3 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- .../Connecting_to_Next_js_server/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/connecting-to-backends/syncfusion-reactgrid-with-nextjs-server/Connecting_to_Next_js_server/package.json b/connecting-to-backends/syncfusion-reactgrid-with-nextjs-server/Connecting_to_Next_js_server/package.json index 0d79c3e..fd50395 100644 --- a/connecting-to-backends/syncfusion-reactgrid-with-nextjs-server/Connecting_to_Next_js_server/package.json +++ b/connecting-to-backends/syncfusion-reactgrid-with-nextjs-server/Connecting_to_Next_js_server/package.json @@ -12,7 +12,7 @@ "@syncfusion/ej2-data": "*", "@syncfusion/ej2-react-buttons": "*", "@syncfusion/ej2-react-grids": "*", - "next": "16.1.4", + "next": "16.2.3", "react": "19.2.3", "react-dom": "19.2.3" },