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:
Jared Prather
2024-01-30 11:25:02 -06:00
committed by GitHub
parent 859efa988a
commit b19ffed273
3 changed files with 661 additions and 663 deletions

View File

@@ -0,0 +1,5 @@
---
'@nhost/nextjs': minor
---
chore: update peerDependency to support nextjs 14

File diff suppressed because it is too large Load Diff

View File

@@ -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"
},