Skip to content

Commit 3ab8c28

Browse files
fix(deps): update nextjs monorepo to v15.5.4 (#4210)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent da856a7 commit 3ab8c28

File tree

7 files changed

+118
-108
lines changed

7 files changed

+118
-108
lines changed

examples/file-upload-nextjs-pothos/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,15 +13,15 @@
1313
"@pothos/core": "4.10.0",
1414
"graphql": "16.11.0",
1515
"graphql-yoga": "workspace:*",
16-
"next": "15.5.3",
16+
"next": "15.5.4",
1717
"react": "19.2.0",
1818
"react-dom": "19.2.0"
1919
},
2020
"devDependencies": {
2121
"@types/react": "^19.0.0",
2222
"@whatwg-node/fetch": "^0.10.1",
2323
"eslint": "9.37.0",
24-
"eslint-config-next": "15.5.3",
24+
"eslint-config-next": "15.5.4",
2525
"typescript": "5.9.2"
2626
}
2727
}

examples/nextjs-app/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,10 +15,10 @@
1515
"@types/react-dom": "19.2.0",
1616
"autoprefixer": "10.4.21",
1717
"eslint": "9.37.0",
18-
"eslint-config-next": "15.5.3",
18+
"eslint-config-next": "15.5.4",
1919
"graphql": "16.11.0",
2020
"graphql-yoga": "workspace:*",
21-
"next": "15.5.3",
21+
"next": "15.5.4",
2222
"postcss": "8.5.6",
2323
"react": "19.2.0",
2424
"react-dom": "19.2.0",

examples/nextjs-auth/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
"dependencies": {
1313
"graphql": "16.11.0",
1414
"graphql-yoga": "workspace:*",
15-
"next": "15.5.3",
15+
"next": "15.5.4",
1616
"next-auth": "4.24.11",
1717
"react": "19.2.0",
1818
"react-dom": "19.2.0",
@@ -21,7 +21,7 @@
2121
"devDependencies": {
2222
"@types/react": "19.2.0",
2323
"eslint": "9.37.0",
24-
"eslint-config-next": "15.5.3",
24+
"eslint-config-next": "15.5.4",
2525
"typescript": "5.9.2"
2626
}
2727
}

examples/nextjs-legacy-pages/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
"@types/react": "19.2.0",
1515
"graphql": "16.11.0",
1616
"graphql-yoga": "workspace:*",
17-
"next": "15.5.3",
17+
"next": "15.5.4",
1818
"react": "19.2.0",
1919
"react-dom": "19.2.0",
2020
"tslib": "2.8.1"
@@ -24,7 +24,7 @@
2424
"@types/react": "19.2.0",
2525
"esbuild": "0.25.10",
2626
"eslint": "9.37.0",
27-
"eslint-config-next": "15.5.3",
27+
"eslint-config-next": "15.5.4",
2828
"typescript": "5.9.2"
2929
}
3030
}

examples/nextjs-ws/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
"graphql": "16.11.0",
1313
"graphql-ws": "^6.0.0",
1414
"graphql-yoga": "workspace:*",
15-
"next": "15.5.3",
15+
"next": "15.5.4",
1616
"react": "19.2.0",
1717
"react-dom": "19.2.0",
1818
"ws": "8.18.3"
@@ -22,7 +22,7 @@
2222
"@types/react": "19.2.0",
2323
"@types/ws": "8.18.1",
2424
"eslint": "9.37.0",
25-
"eslint-config-next": "15.5.3",
25+
"eslint-config-next": "15.5.4",
2626
"typescript": "5.9.2"
2727
}
2828
}

0 commit comments

Comments
 (0)