Skip to content

Commit

Permalink
fix(deps): update nextjs monorepo to v15.1.5 (#3675)
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 17, 2025
1 parent 85c6d06 commit 1539e0c
Show file tree
Hide file tree
Showing 7 changed files with 161 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.4",
"next": "15.1.5",
"react": "19.0.0",
"react-dom": "19.0.0"
},
"devDependencies": {
"@types/react": "^19.0.0",
"@whatwg-node/fetch": "^0.10.1",
"eslint": "9.18.0",
"eslint-config-next": "15.1.4",
"eslint-config-next": "15.1.5",
"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.3",
"autoprefixer": "10.4.20",
"eslint": "9.18.0",
"eslint-config-next": "15.1.4",
"eslint-config-next": "15.1.5",
"graphql": "16.10.0",
"graphql-yoga": "workspace:*",
"next": "15.1.4",
"next": "15.1.5",
"postcss": "8.5.1",
"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.4",
"next": "15.1.5",
"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.7",
"eslint": "9.18.0",
"eslint-config-next": "15.1.4",
"eslint-config-next": "15.1.5",
"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.7",
"graphql": "16.10.0",
"graphql-yoga": "workspace:*",
"next": "15.1.4",
"next": "15.1.5",
"react": "19.0.0",
"react-dom": "19.0.0",
"tslib": "2.8.1"
Expand All @@ -24,7 +24,7 @@
"@types/react": "19.0.7",
"esbuild": "0.24.2",
"eslint": "9.18.0",
"eslint-config-next": "15.1.4",
"eslint-config-next": "15.1.5",
"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": "^6.0.0",
"graphql-yoga": "workspace:*",
"next": "15.1.4",
"next": "15.1.5",
"react": "19.0.0",
"react-dom": "19.0.0",
"ws": "8.18.0"
Expand All @@ -22,7 +22,7 @@
"@types/react": "19.0.7",
"@types/ws": "8.5.13",
"eslint": "9.18.0",
"eslint-config-next": "15.1.4",
"eslint-config-next": "15.1.5",
"typescript": "5.7.3"
}
}
Loading

0 comments on commit 1539e0c

Please sign in to comment.