From c2cee47a761e9810c211315a8690ec807af250d0 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 5 May 2024 01:47:01 +0000 Subject: [PATCH] fix(deps): update nextjs monorepo to ^14.2.3 --- apps/nextjs/package.json | 2 +- packages/auth/package.json | 2 +- tooling/eslint/package.json | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/apps/nextjs/package.json b/apps/nextjs/package.json index 70c8d6a2..7f50fa8b 100644 --- a/apps/nextjs/package.json +++ b/apps/nextjs/package.json @@ -30,7 +30,7 @@ "framer-motion": "^11.1.7", "geist": "^1.2.2", "js-cookie": "^3.0.5", - "next": "^14.2.2", + "next": "^14.2.3", "react": "18.3.1", "react-dom": "18.3.1", "react-hook-form": "^7.51.3", diff --git a/packages/auth/package.json b/packages/auth/package.json index 39f2f31a..96763514 100644 --- a/packages/auth/package.json +++ b/packages/auth/package.json @@ -20,7 +20,7 @@ "@auth/core": "^0.30.0", "@auth/prisma-adapter": "^1.6.0", "@t3-oss/env-nextjs": "^0.10.1", - "next": "^14.2.2", + "next": "^14.2.3", "next-auth": "5.0.0-beta.16", "react": "18.3.1", "react-dom": "18.3.1", diff --git a/tooling/eslint/package.json b/tooling/eslint/package.json index 91fe4609..19b5e25a 100644 --- a/tooling/eslint/package.json +++ b/tooling/eslint/package.json @@ -15,7 +15,7 @@ "typecheck": "tsc --noEmit" }, "dependencies": { - "@next/eslint-plugin-next": "^14.2.2", + "@next/eslint-plugin-next": "^14.2.3", "@typescript-eslint/eslint-plugin": "^7.8.0", "@typescript-eslint/parser": "^7.8.0", "eslint-config-turbo": "^1.13.3",