Skip to content

Commit f38ef19

Browse files
fix(deps): update nextjs monorepo to v16
1 parent 4549f99 commit f38ef19

File tree

4 files changed

+133
-211
lines changed

4 files changed

+133
-211
lines changed

examples/nextjs-apollo-example/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
"apollo-server-micro": "3.13.0",
1818
"graphql": "16.11.0",
1919
"micro": "10.0.1",
20-
"next": "15.5.6",
20+
"next": "16.0.1",
2121
"react": "19.2.0",
2222
"react-dom": "19.2.0"
2323
},

examples/nextjs-sdk-example/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
"apollo-server-micro": "3.13.0",
1919
"graphql": "16.11.0",
2020
"micro": "10.0.1",
21-
"next": "15.5.6",
21+
"next": "16.0.1",
2222
"react": "19.2.0",
2323
"react-dom": "19.2.0"
2424
},

website/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
},
1212
"dependencies": {
1313
"@theguild/components": "^7.6.0",
14-
"next": "^15.4.1",
14+
"next": "^16.0.0",
1515
"next-sitemap": "^4.2.3",
1616
"react": "^19.0.0",
1717
"react-dom": "^19.0.0",
@@ -24,7 +24,7 @@
2424
"@types/react": "19.2.2",
2525
"cross-env": "10.1.0",
2626
"eslint": "9.38.0",
27-
"eslint-config-next": "15.5.6",
27+
"eslint-config-next": "16.0.1",
2828
"postcss": "8.5.6",
2929
"postcss-import": "16.1.1",
3030
"postcss-lightningcss": "1.0.2",

0 commit comments

Comments
 (0)