Skip to content

Commit

Permalink
fix(deps): update next.js framework to v15.1.3 (#1208)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Dec 29, 2024
1 parent df08b31 commit af5227a
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion apps/frontend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
"geist": "1.3.1",
"graphql": "16.9.0",
"graphql-request": "7.1.2",
"next": "15.1.2",
"next": "15.1.3",
"react": "18.3.1",
"react-dom": "18.3.1",
"sharp": "0.33.5",
Expand Down
2 changes: 1 addition & 1 deletion packages/auth/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
"@auth/drizzle-adapter": "1.7.4",
"@t3-oss/env-nextjs": "0.11.1",
"@tatsutakeinjp/db": "workspace:*",
"next": "15.1.2",
"next": "15.1.3",
"next-auth": "5.0.0-beta.25",
"react": "18.3.1",
"react-dom": "18.3.1",
Expand Down
2 changes: 1 addition & 1 deletion tooling/eslint/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"typecheck": "tsc --noEmit"
},
"dependencies": {
"@next/eslint-plugin-next": "15.1.2",
"@next/eslint-plugin-next": "15.1.3",
"@typescript-eslint/eslint-plugin": "8.17.0",
"@typescript-eslint/parser": "8.17.0",
"eslint-config-turbo": "2.3.3",
Expand Down

0 comments on commit af5227a

Please sign in to comment.