Skip to content

Commit

Permalink
fix(next): mark compatibility with next 14 (#5934)
Browse files Browse the repository at this point in the history
  • Loading branch information
Haroenv committed Nov 16, 2023
1 parent 16e9b34 commit a894389
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion packages/react-instantsearch-nextjs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@
"react-instantsearch-core": "7.3.0"
},
"peerDependencies": {
"next": ">= 13.4 && < 14",
"next": ">= 13.4 && < 15",
"react-instantsearch": ">= 7.1.0 && < 8"
}
}
2 changes: 1 addition & 1 deletion packages/react-instantsearch-router-nextjs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,6 @@
"ts-node": "8.4.1"
},
"peerDependencies": {
"next": ">= 9 && < 14"
"next": ">= 9 && < 15"
}
}

0 comments on commit a894389

Please sign in to comment.