From 0cdf8d2b4dc3cd820a8ec9a50661191d8ee0e556 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 10 Oct 2024 03:33:23 +0000 Subject: [PATCH] Bump the npm_and_yarn group across 2 directories with 1 update Bumps the npm_and_yarn group with 1 update in the /examples/with-nextjs directory: [next](https://github.com/vercel/next.js). Bumps the npm_and_yarn group with 1 update in the /examples/with-nextjs-appdir directory: [next](https://github.com/vercel/next.js). Updates `next` from 13.5.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.5.7...v14.2.15) Updates `next` from 13.5.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.5.7...v14.2.15) --- updated-dependencies: - dependency-name: next dependency-type: direct:production dependency-group: npm_and_yarn - dependency-name: next dependency-type: direct:production dependency-group: npm_and_yarn ... Signed-off-by: dependabot[bot] --- examples/with-nextjs-appdir/package.json | 2 +- examples/with-nextjs/package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/examples/with-nextjs-appdir/package.json b/examples/with-nextjs-appdir/package.json index 8a2528d6..4f5837a8 100644 --- a/examples/with-nextjs-appdir/package.json +++ b/examples/with-nextjs-appdir/package.json @@ -11,7 +11,7 @@ "dependencies": { "@trpc/server": "^10.27.1", "jsonwebtoken": "^9.0.0", - "next": "^13.4.3", + "next": "^14.2.15", "nextjs-cors": "^2.1.2", "react": "^18.2.0", "react-dom": "^18.2.0", diff --git a/examples/with-nextjs/package.json b/examples/with-nextjs/package.json index 46377a7c..0a87b731 100644 --- a/examples/with-nextjs/package.json +++ b/examples/with-nextjs/package.json @@ -11,7 +11,7 @@ "dependencies": { "@trpc/server": "^10.27.1", "jsonwebtoken": "^9.0.0", - "next": "^13.4.3", + "next": "^14.2.15", "nextjs-cors": "^2.1.2", "react": "^18.2.0", "react-dom": "^18.2.0",