Skip to content
This repository has been archived by the owner on Dec 30, 2022. It is now read-only.

Commit

Permalink
chore(deps): support React 17 peer dependency (#2993)
Browse files Browse the repository at this point in the history
  • Loading branch information
francoischalifour authored Nov 25, 2020
1 parent cbb6437 commit dbff0f9
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion packages/react-instantsearch-core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,6 @@
},
"peerDependencies": {
"algoliasearch": ">= 3.1 < 5",
"react": ">= 16.3.0 < 17"
"react": ">= 16.3.0 < 18"
}
}
4 changes: 2 additions & 2 deletions packages/react-instantsearch-dom-maps/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -46,8 +46,8 @@
"scriptjs": "^2.5.8"
},
"peerDependencies": {
"react": ">= 16.3.0 < 17",
"react-dom": ">= 16.3.0 < 17",
"react": ">= 16.3.0 < 18",
"react-dom": ">= 16.3.0 < 18",
"react-instantsearch-dom": ">= 5.2.0"
}
}
4 changes: 2 additions & 2 deletions packages/react-instantsearch-dom/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@
"react-instantsearch-core": "^6.8.2"
},
"peerDependencies": {
"react": ">= 16.3.0 < 17",
"react-dom": ">= 16.3.0 < 17"
"react": ">= 16.3.0 < 18",
"react-dom": ">= 16.3.0 < 18"
}
}
2 changes: 1 addition & 1 deletion packages/react-instantsearch-native/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@
"react-instantsearch-core": "^6.8.2"
},
"peerDependencies": {
"react": ">= 16.3.0 < 17",
"react": ">= 16.3.0 < 18",
"react-native": ">= 0.54.0"
}
}

0 comments on commit dbff0f9

Please sign in to comment.