chore: Update peerDependency next to ^14.0.0 (#2354)
Fixes: #2351 Summary of next 14 changes [here](https://nextjs.org/docs/pages/building-your-application/upgrading/version-14#v14-summary) --------- Co-authored-by: Hassan Ben Jobrane <hsanbenjobrane@gmail.com>
This commit is contained in:
5
.changeset/rich-zoos-draw.md
Normal file
5
.changeset/rich-zoos-draw.md
Normal file
@@ -0,0 +1,5 @@
|
||||
---
|
||||
'@nhost/nextjs': minor
|
||||
---
|
||||
|
||||
chore: update peerDependency to support nextjs 14
|
||||
1317
examples/react-apollo/pnpm-lock.yaml
generated
1317
examples/react-apollo/pnpm-lock.yaml
generated
File diff suppressed because it is too large
Load Diff
@@ -71,7 +71,7 @@
|
||||
"xstate": "^4.38.3"
|
||||
},
|
||||
"peerDependencies": {
|
||||
"next": "^12.0.10 || ^13.0.0",
|
||||
"next": "^12.0.10 || ^13.0.0 || ^14.0.0",
|
||||
"react": "^17.0.0 || ^18.0.0",
|
||||
"react-dom": "^17.0.0 || ^18.0.0"
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user