Skip to content

Commit

Permalink
fix(deps): update nextjs monorepo to v15.1.3
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Dec 26, 2024
1 parent 2c1b9df commit aa2a338
Show file tree
Hide file tree
Showing 7 changed files with 121 additions and 108 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.2",
"next": "15.1.3",
"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.2",
"eslint-config-next": "15.1.3",
"typescript": "5.7.2"
}
}
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.2",
"eslint-config-next": "15.1.3",
"graphql": "16.10.0",
"graphql-yoga": "workspace:*",
"next": "15.1.2",
"next": "15.1.3",
"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.2",
"next": "15.1.3",
"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.2",
"eslint": "9.17.0",
"eslint-config-next": "15.1.2",
"eslint-config-next": "15.1.3",
"typescript": "5.7.2"
}
}
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.2",
"graphql": "16.10.0",
"graphql-yoga": "workspace:*",
"next": "15.1.2",
"next": "15.1.3",
"react": "19.0.0",
"react-dom": "19.0.0",
"tslib": "2.8.1"
Expand All @@ -24,7 +24,7 @@
"@types/react": "19.0.2",
"esbuild": "0.24.2",
"eslint": "9.17.0",
"eslint-config-next": "15.1.2",
"eslint-config-next": "15.1.3",
"typescript": "5.7.2"
}
}
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.2",
"next": "15.1.3",
"react": "19.0.0",
"react-dom": "19.0.0",
"ws": "8.18.0"
Expand All @@ -22,7 +22,7 @@
"@types/react": "19.0.2",
"@types/ws": "8.5.13",
"eslint": "9.17.0",
"eslint-config-next": "15.1.2",
"eslint-config-next": "15.1.3",
"typescript": "5.7.2"
}
}
Loading

0 comments on commit aa2a338

Please sign in to comment.