Skip to content

Commit

Permalink
chore(deps): update nextjs monorepo to v13.4.15
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Aug 14, 2023
1 parent fd83f18 commit e03a57d
Show file tree
Hide file tree
Showing 7 changed files with 125 additions and 146 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": "3.30.0",
"graphql": "16.6.0",
"graphql-yoga": "4.0.4",
"next": "13.4.12",
"next": "13.4.15",
"react": "18.2.0",
"react-dom": "18.2.0"
},
"devDependencies": {
"@types/react": "^18.0.17",
"@whatwg-node/fetch": "^0.9.7",
"eslint": "8.42.0",
"eslint-config-next": "13.4.12",
"eslint-config-next": "13.4.15",
"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 @@ -14,10 +14,10 @@
"@types/react-dom": "18.2.4",
"autoprefixer": "10.4.14",
"eslint": "8.42.0",
"eslint-config-next": "13.4.12",
"eslint-config-next": "13.4.15",
"graphql": "^16.1.0",
"graphql-yoga": "4.0.4",
"next": "13.4.12",
"next": "13.4.15",
"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 @@ -12,7 +12,7 @@
"dependencies": {
"graphql": "^16.1.0",
"graphql-yoga": "4.0.4",
"next": "13.4.12",
"next": "13.4.15",
"next-auth": "4.22.3",
"react": "18.2.0",
"react-dom": "18.2.0",
Expand All @@ -21,7 +21,7 @@
"devDependencies": {
"@types/react": "18.2.8",
"eslint": "8.42.0",
"eslint-config-next": "13.4.12",
"eslint-config-next": "13.4.15",
"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 @@
"@types/react": "18.2.8",
"graphql": "^16.1.0",
"graphql-yoga": "4.0.4",
"next": "13.4.12",
"next": "13.4.15",
"react": "18.2.0",
"react-dom": "18.2.0",
"tslib": "2.5.3"
Expand All @@ -24,7 +24,7 @@
"@types/react": "18.2.8",
"esbuild": "0.17.19",
"eslint": "8.42.0",
"eslint-config-next": "13.4.12",
"eslint-config-next": "13.4.15",
"typescript": "5.1.6"
}
}
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.4",
"next": "13.4.12",
"next": "13.4.15",
"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.12",
"eslint-config-next": "13.4.15",
"typescript": "5.1.6"
}
}
Loading

0 comments on commit e03a57d

Please sign in to comment.