Skip to content

Commit

Permalink
chore(deps): update nextjs monorepo to v13.1.1 (#2249)
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] committed Dec 24, 2022
1 parent d037c07 commit 9f8ca4e
Show file tree
Hide file tree
Showing 5 changed files with 91 additions and 91 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,14 +13,14 @@
"graphql-yoga": "3.1.2",
"@pothos/core": "3.23.1",
"graphql": "16.6.0",
"next": "13.1.0",
"next": "13.1.1",
"react": "18.2.0",
"react-dom": "18.2.0"
},
"devDependencies": {
"@types/react": "^18.0.17",
"eslint": "8.29.0",
"eslint-config-next": "13.1.0",
"eslint-config-next": "13.1.1",
"typescript": "4.9.4"
}
}
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": "3.1.2",
"graphql": "^16.1.0",
"next-auth": "4.18.7",
"next": "13.1.0",
"next": "13.1.1",
"react": "18.2.0",
"react-dom": "18.2.0",
"tslib": "2.4.1"
},
"devDependencies": {
"@types/react": "18.0.26",
"eslint": "8.29.0",
"eslint-config-next": "13.1.0",
"eslint-config-next": "13.1.1",
"typescript": "4.9.4"
}
}
4 changes: 2 additions & 2 deletions examples/nextjs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,15 +14,15 @@
"graphql-yoga": "3.1.2",
"@types/react": "18.0.26",
"graphql": "^16.1.0",
"next": "13.1.0",
"next": "13.1.1",
"react": "18.2.0",
"react-dom": "18.2.0",
"tslib": "2.4.1"
},
"devDependencies": {
"@types/react": "18.0.26",
"eslint": "8.29.0",
"eslint-config-next": "13.1.0",
"eslint-config-next": "13.1.1",
"esbuild": "0.15.18",
"typescript": "4.9.4"
}
Expand Down

0 comments on commit 9f8ca4e

Please sign in to comment.