From f37174e15a01505bc2b804a26a4d8ed11ecf5f5d Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 12 Dec 2024 03:17:26 +0000 Subject: [PATCH] fix(deps): update next.js framework to v15.1.0 (#1185) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- apps/frontend/package.json | 2 +- packages/auth/package.json | 2 +- tooling/eslint/package.json | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/apps/frontend/package.json b/apps/frontend/package.json index a4aa97fb..fed8cc07 100644 --- a/apps/frontend/package.json +++ b/apps/frontend/package.json @@ -28,7 +28,7 @@ "geist": "1.3.1", "graphql": "16.9.0", "graphql-request": "7.1.2", - "next": "15.0.4", + "next": "15.1.0", "react": "18.3.1", "react-dom": "18.3.1", "sharp": "0.33.5", diff --git a/packages/auth/package.json b/packages/auth/package.json index d05f78b7..a1f1bc41 100644 --- a/packages/auth/package.json +++ b/packages/auth/package.json @@ -18,7 +18,7 @@ "@auth/drizzle-adapter": "1.7.4", "@t3-oss/env-nextjs": "0.11.1", "@tatsutakeinjp/db": "workspace:*", - "next": "15.0.4", + "next": "15.1.0", "next-auth": "5.0.0-beta.25", "react": "18.3.1", "react-dom": "18.3.1", diff --git a/tooling/eslint/package.json b/tooling/eslint/package.json index e94980e3..316ad82c 100644 --- a/tooling/eslint/package.json +++ b/tooling/eslint/package.json @@ -15,7 +15,7 @@ "typecheck": "tsc --noEmit" }, "dependencies": { - "@next/eslint-plugin-next": "15.0.4", + "@next/eslint-plugin-next": "15.1.0", "@typescript-eslint/eslint-plugin": "8.17.0", "@typescript-eslint/parser": "8.17.0", "eslint-config-turbo": "2.3.3",