Skip to content

Commit 7ce3ced

Browse files
fix(deps): update nextjs monorepo to v15.3.1 (#7819)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 28dda52 commit 7ce3ced

File tree

4 files changed

+7
-7
lines changed

4 files changed

+7
-7
lines changed

accelerate/accelerate-hacker-news/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
"dependencies": {
1212
"@prisma/client": "6.5.0",
1313
"@prisma/extension-accelerate": "1.3.0",
14-
"next": "15.2.4",
14+
"next": "15.3.1",
1515
"react": "18.3.1",
1616
"react-dom": "18.3.1"
1717
},
@@ -22,7 +22,7 @@
2222
"@types/react": "18.3.20",
2323
"@types/react-dom": "18.3.6",
2424
"eslint": "8.57.1",
25-
"eslint-config-next": "15.2.4",
25+
"eslint-config-next": "15.3.1",
2626
"postcss": "8.5.3",
2727
"tailwindcss": "3.4.17",
2828
"tsx": "4.19.3",

accelerate/nextjs-starter/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,8 @@
1616
"@types/react-dom": "18.3.6",
1717
"autoprefixer": "10.4.21",
1818
"eslint": "8.57.1",
19-
"eslint-config-next": "15.2.4",
20-
"next": "15.2.4",
19+
"eslint-config-next": "15.3.1",
20+
"next": "15.3.1",
2121
"node-fetch": "3.3.2",
2222
"openflights-cached": "1.3.15",
2323
"postcss": "8.5.3",

orm/nextjs-graphql/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
"graphql": "16.10.0",
1919
"graphql-scalars": "1.24.2",
2020
"graphql-yoga": "5.13.4",
21-
"next": "15.2.4",
21+
"next": "15.3.1",
2222
"react": "18.3.1",
2323
"react-dom": "18.3.1",
2424
"react-markdown": "10.1.0"

orm/nextjs/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
},
1212
"dependencies": {
1313
"@prisma/client": "6.5.0",
14-
"next": "15.2.4",
14+
"next": "15.3.1",
1515
"react": "19.1.0",
1616
"react-dom": "19.1.0"
1717
},
@@ -21,7 +21,7 @@
2121
"@types/react": "19.1.2",
2222
"@types/react-dom": "19.1.2",
2323
"eslint": "9.25.1",
24-
"eslint-config-next": "15.2.4",
24+
"eslint-config-next": "15.3.1",
2525
"postcss": "8.5.3",
2626
"prisma": "6.5.0",
2727
"tailwindcss": "3.4.17",

0 commit comments

Comments
 (0)