Skip to content

Commit 34c5a04

Browse files
fix(deps): update nextjs monorepo to v15.3.2 (#7909)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 8d9cf2e commit 34c5a04

File tree

5 files changed

+9
-9
lines changed

5 files changed

+9
-9
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.7.0",
1313
"@prisma/extension-accelerate": "1.3.0",
14-
"next": "15.3.1",
14+
"next": "15.3.2",
1515
"react": "18.3.1",
1616
"react-dom": "18.3.1"
1717
},
@@ -22,7 +22,7 @@
2222
"@types/react": "18.3.21",
2323
"@types/react-dom": "18.3.7",
2424
"eslint": "8.57.1",
25-
"eslint-config-next": "15.3.1",
25+
"eslint-config-next": "15.3.2",
2626
"postcss": "8.5.3",
2727
"tailwindcss": "3.4.17",
2828
"tsx": "4.19.4",

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.7",
1717
"autoprefixer": "10.4.21",
1818
"eslint": "8.57.1",
19-
"eslint-config-next": "15.3.1",
20-
"next": "15.3.1",
19+
"eslint-config-next": "15.3.2",
20+
"next": "15.3.2",
2121
"node-fetch": "3.3.2",
2222
"openflights-cached": "1.3.15",
2323
"postcss": "8.5.3",

orm/clerk-nextjs/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
"dependencies": {
1212
"@clerk/nextjs": "6.19.4",
1313
"@prisma/client": "6.7.0",
14-
"next": "15.3.1",
14+
"next": "15.3.2",
1515
"react": "19.1.0",
1616
"react-dom": "19.1.0",
1717
"svix": "1.65.0"
@@ -23,7 +23,7 @@
2323
"@types/react": "19.1.4",
2424
"@types/react-dom": "19.1.5",
2525
"eslint": "9.27.0",
26-
"eslint-config-next": "15.3.1",
26+
"eslint-config-next": "15.3.2",
2727
"prisma": "6.7.0",
2828
"tailwindcss": "4.1.7",
2929
"tsx": "4.19.4",

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.11.0",
1919
"graphql-scalars": "1.24.2",
2020
"graphql-yoga": "5.13.4",
21-
"next": "15.3.1",
21+
"next": "15.3.2",
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.7.0",
14-
"next": "15.3.1",
14+
"next": "15.3.2",
1515
"react": "19.1.0",
1616
"react-dom": "19.1.0"
1717
},
@@ -21,7 +21,7 @@
2121
"@types/react": "19.1.4",
2222
"@types/react-dom": "19.1.5",
2323
"eslint": "9.27.0",
24-
"eslint-config-next": "15.3.1",
24+
"eslint-config-next": "15.3.2",
2525
"postcss": "8.5.3",
2626
"prisma": "6.7.0",
2727
"tailwindcss": "3.4.17",

0 commit comments

Comments
 (0)