Skip to content

Commit b0c1a5b

Browse files
fix(deps): update dependency next to v16
1 parent 2d8b1b1 commit b0c1a5b

File tree

7 files changed

+80
-80
lines changed

7 files changed

+80
-80
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
"@pothos/core": "4.10.0",
1414
"graphql": "16.11.0",
1515
"graphql-yoga": "workspace:*",
16-
"next": "15.5.4",
16+
"next": "16.0.0",
1717
"react": "19.2.0",
1818
"react-dom": "19.2.0"
1919
},

examples/nextjs-app/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
"eslint-config-next": "15.5.4",
1919
"graphql": "16.11.0",
2020
"graphql-yoga": "workspace:*",
21-
"next": "15.5.4",
21+
"next": "16.0.0",
2222
"postcss": "8.5.6",
2323
"react": "19.2.0",
2424
"react-dom": "19.2.0",

examples/nextjs-auth/package.json

Lines changed: 1 addition & 1 deletion
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.4",
15+
"next": "16.0.0",
1616
"next-auth": "4.24.11",
1717
"react": "19.2.0",
1818
"react-dom": "19.2.0",

examples/nextjs-legacy-pages/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
"@types/react": "19.2.2",
1515
"graphql": "16.11.0",
1616
"graphql-yoga": "workspace:*",
17-
"next": "15.5.4",
17+
"next": "16.0.0",
1818
"react": "19.2.0",
1919
"react-dom": "19.2.0",
2020
"tslib": "2.8.1"

examples/nextjs-ws/package.json

Lines changed: 1 addition & 1 deletion
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.4",
15+
"next": "16.0.0",
1616
"react": "19.2.0",
1717
"react-dom": "19.2.0",
1818
"ws": "8.18.3"

pnpm-lock.yaml

Lines changed: 74 additions & 74 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

website/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
"dependencies": {
1717
"@theguild/components": "9.10.0",
1818
"fast-glob": "^3.3.2",
19-
"next": "15.5.4",
19+
"next": "16.0.0",
2020
"next-sitemap": "4.2.3",
2121
"react": "19.2.0",
2222
"react-dom": "19.2.0",

0 commit comments

Comments
 (0)