Skip to content

Commit

Permalink
chore(deps): update nextjs monorepo to v13.4.9
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Jul 6, 2023
1 parent d145f92 commit 6a52475
Show file tree
Hide file tree
Showing 7 changed files with 98 additions and 98 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 @@
"graphql-yoga": "4.0.3",
"@pothos/core": "3.30.0",
"graphql": "16.6.0",
"next": "13.4.8",
"next": "13.4.9",
"react": "18.2.0",
"react-dom": "18.2.0"
},
"devDependencies": {
"@whatwg-node/fetch": "^0.9.7",
"@types/react": "^18.0.17",
"eslint": "8.42.0",
"eslint-config-next": "13.4.8",
"eslint-config-next": "13.4.9",
"typescript": "5.1.6"
}
}
4 changes: 2 additions & 2 deletions examples/nextjs-app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@
"@types/react-dom": "18.2.4",
"autoprefixer": "10.4.14",
"eslint": "8.42.0",
"eslint-config-next": "13.4.8",
"next": "13.4.8",
"eslint-config-next": "13.4.9",
"next": "13.4.9",
"postcss": "8.4.24",
"react": "18.2.0",
"react-dom": "18.2.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 @@ -13,15 +13,15 @@
"graphql-yoga": "4.0.3",
"graphql": "^16.1.0",
"next-auth": "4.22.1",
"next": "13.4.8",
"next": "13.4.9",
"react": "18.2.0",
"react-dom": "18.2.0",
"tslib": "2.5.3"
},
"devDependencies": {
"@types/react": "18.2.8",
"eslint": "8.42.0",
"eslint-config-next": "13.4.8",
"eslint-config-next": "13.4.9",
"typescript": "5.1.6"
}
}
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 @@
"graphql-yoga": "4.0.3",
"@types/react": "18.2.8",
"graphql": "^16.1.0",
"next": "13.4.8",
"next": "13.4.9",
"react": "18.2.0",
"react-dom": "18.2.0",
"tslib": "2.5.3"
Expand All @@ -23,7 +23,7 @@
"@types/react": "18.2.8",
"@types/node": "20.2.3",
"eslint": "8.42.0",
"eslint-config-next": "13.4.8",
"eslint-config-next": "13.4.9",
"esbuild": "0.17.19",
"typescript": "5.1.6"
}
Expand Down
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.1.0",
"graphql-ws": "^5.11.3",
"graphql-yoga": "4.0.3",
"next": "13.4.8",
"next": "13.4.9",
"react": "18.2.0",
"react-dom": "18.2.0",
"ws": "8.13.0"
Expand All @@ -22,7 +22,7 @@
"@types/react": "18.2.8",
"@types/ws": "8.5.4",
"eslint": "8.42.0",
"eslint-config-next": "13.4.8",
"eslint-config-next": "13.4.9",
"typescript": "5.1.6"
}
}
Loading

0 comments on commit 6a52475

Please sign in to comment.