From 4b1966bf3f63f23ae1cda661217e829ee29b32db Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 10 May 2024 03:29:57 +0000 Subject: [PATCH] Bump next in /examples/relay-hook-example/pagination-nextjs-ssr Bumps [next](https://github.com/vercel/next.js) from 14.0.3 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.3...v14.1.1) --- updated-dependencies: - dependency-name: next dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- examples/relay-hook-example/pagination-nextjs-ssr/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/relay-hook-example/pagination-nextjs-ssr/package.json b/examples/relay-hook-example/pagination-nextjs-ssr/package.json index 534c460..b07c591 100644 --- a/examples/relay-hook-example/pagination-nextjs-ssr/package.json +++ b/examples/relay-hook-example/pagination-nextjs-ssr/package.json @@ -26,7 +26,7 @@ "graphql-relay": "^0.6.0", "isomorphic-unfetch": "3.0.0", "isomorphic-fetch": "^2.1.1", - "next": "14.0.3", + "next": "14.1.1", "prop-types": "^15.7.2", "react": "^18.0.0", "react-dom": "^18.0.0",