From d8bba5bb9e76460e17b38c9e46005754e9b7ec9f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 25 Oct 2023 09:26:50 +0000 Subject: [PATCH] Bump next in /examples/relay-hook-example/pagination-nextjs-ssr Bumps [next](https://github.com/vercel/next.js) from 9.1.1 to 13.5.0. - [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/v9.1.1...v13.5.0) --- 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 7ac6acc2..b0fb23a7 100644 --- a/examples/relay-hook-example/pagination-nextjs-ssr/package.json +++ b/examples/relay-hook-example/pagination-nextjs-ssr/package.json @@ -29,7 +29,7 @@ "graphql-relay": "^0.6.0", "isomorphic-unfetch": "3.0.0", "isomorphic-fetch": "^2.1.1", - "next": "9.1.1", + "next": "13.5.0", "prop-types": "^15.7.2", "react": "^17.0.1", "react-dom": "^17.0.1",