Skip to content

Commit

Permalink
fix(deps): update nextjs monorepo to v15.1.4 (#3625)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Jan 9, 2025
1 parent 0ab953b commit b8bba78
Show file tree
Hide file tree
Showing 7 changed files with 160 additions and 105 deletions.
4 changes: 2 additions & 2 deletions examples/file-upload-nextjs-pothos/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,15 +13,15 @@
"@pothos/core": "4.3.0",
"graphql": "16.10.0",
"graphql-yoga": "workspace:*",
"next": "15.1.3",
"next": "15.1.4",
"react": "19.0.0",
"react-dom": "19.0.0"
},
"devDependencies": {
"@types/react": "^19.0.0",
"@whatwg-node/fetch": "^0.10.1",
"eslint": "9.17.0",
"eslint-config-next": "15.1.3",
"eslint-config-next": "15.1.4",
"typescript": "5.7.3"
}
}
4 changes: 2 additions & 2 deletions examples/nextjs-app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,10 @@
"@types/react-dom": "19.0.2",
"autoprefixer": "10.4.20",
"eslint": "9.17.0",
"eslint-config-next": "15.1.3",
"eslint-config-next": "15.1.4",
"graphql": "16.10.0",
"graphql-yoga": "workspace:*",
"next": "15.1.3",
"next": "15.1.4",
"postcss": "8.4.49",
"react": "19.0.0",
"react-dom": "19.0.0",
Expand Down
4 changes: 2 additions & 2 deletions examples/nextjs-auth/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"dependencies": {
"graphql": "16.10.0",
"graphql-yoga": "workspace:*",
"next": "15.1.3",
"next": "15.1.4",
"next-auth": "4.24.11",
"react": "19.0.0",
"react-dom": "19.0.0",
Expand All @@ -21,7 +21,7 @@
"devDependencies": {
"@types/react": "19.0.4",
"eslint": "9.17.0",
"eslint-config-next": "15.1.3",
"eslint-config-next": "15.1.4",
"typescript": "5.7.3"
}
}
4 changes: 2 additions & 2 deletions examples/nextjs-legacy-pages/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"@types/react": "19.0.4",
"graphql": "16.10.0",
"graphql-yoga": "workspace:*",
"next": "15.1.3",
"next": "15.1.4",
"react": "19.0.0",
"react-dom": "19.0.0",
"tslib": "2.8.1"
Expand All @@ -24,7 +24,7 @@
"@types/react": "19.0.4",
"esbuild": "0.24.2",
"eslint": "9.17.0",
"eslint-config-next": "15.1.3",
"eslint-config-next": "15.1.4",
"typescript": "5.7.3"
}
}
4 changes: 2 additions & 2 deletions examples/nextjs-ws/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"graphql": "16.10.0",
"graphql-ws": "^5.11.3",
"graphql-yoga": "workspace:*",
"next": "15.1.3",
"next": "15.1.4",
"react": "19.0.0",
"react-dom": "19.0.0",
"ws": "8.18.0"
Expand All @@ -22,7 +22,7 @@
"@types/react": "19.0.4",
"@types/ws": "8.5.13",
"eslint": "9.17.0",
"eslint-config-next": "15.1.3",
"eslint-config-next": "15.1.4",
"typescript": "5.7.3"
}
}
243 changes: 149 additions & 94 deletions pnpm-lock.yaml

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion website/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
"@theguild/components": "7.5.0",
"clsx": "2.1.1",
"graphql": "16.10.0",
"next": "15.1.3",
"next": "15.1.4",
"next-sitemap": "4.2.3",
"react": "19.0.0",
"react-dom": "19.0.0",
Expand Down

0 comments on commit b8bba78

Please sign in to comment.