Skip to content

Commit de924e6

Browse files
fix(deps): update nextjs monorepo to v15.3.5 (#4103)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 29e983c commit de924e6

File tree

7 files changed

+99
-99
lines changed

7 files changed

+99
-99
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.7.0",
1414
"graphql": "16.11.0",
1515
"graphql-yoga": "workspace:*",
16-
"next": "15.3.4",
16+
"next": "15.3.5",
1717
"react": "19.1.0",
1818
"react-dom": "19.1.0"
1919
},
2020
"devDependencies": {
2121
"@types/react": "^19.0.0",
2222
"@whatwg-node/fetch": "^0.10.1",
2323
"eslint": "9.30.1",
24-
"eslint-config-next": "15.3.4",
24+
"eslint-config-next": "15.3.5",
2525
"typescript": "5.8.3"
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.1.6",
1616
"autoprefixer": "10.4.21",
1717
"eslint": "9.30.1",
18-
"eslint-config-next": "15.3.4",
18+
"eslint-config-next": "15.3.5",
1919
"graphql": "16.11.0",
2020
"graphql-yoga": "workspace:*",
21-
"next": "15.3.4",
21+
"next": "15.3.5",
2222
"postcss": "8.5.6",
2323
"react": "19.1.0",
2424
"react-dom": "19.1.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.3.4",
15+
"next": "15.3.5",
1616
"next-auth": "4.24.11",
1717
"react": "19.1.0",
1818
"react-dom": "19.1.0",
@@ -21,7 +21,7 @@
2121
"devDependencies": {
2222
"@types/react": "19.1.8",
2323
"eslint": "9.30.1",
24-
"eslint-config-next": "15.3.4",
24+
"eslint-config-next": "15.3.5",
2525
"typescript": "5.8.3"
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.1.8",
1515
"graphql": "16.11.0",
1616
"graphql-yoga": "workspace:*",
17-
"next": "15.3.4",
17+
"next": "15.3.5",
1818
"react": "19.1.0",
1919
"react-dom": "19.1.0",
2020
"tslib": "2.8.1"
@@ -24,7 +24,7 @@
2424
"@types/react": "19.1.8",
2525
"esbuild": "0.25.5",
2626
"eslint": "9.30.1",
27-
"eslint-config-next": "15.3.4",
27+
"eslint-config-next": "15.3.5",
2828
"typescript": "5.8.3"
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.3.4",
15+
"next": "15.3.5",
1616
"react": "19.1.0",
1717
"react-dom": "19.1.0",
1818
"ws": "8.18.3"
@@ -22,7 +22,7 @@
2222
"@types/react": "19.1.8",
2323
"@types/ws": "8.18.1",
2424
"eslint": "9.30.1",
25-
"eslint-config-next": "15.3.4",
25+
"eslint-config-next": "15.3.5",
2626
"typescript": "5.8.3"
2727
}
2828
}

0 commit comments

Comments
 (0)