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

fix(peerDependencies): update React #2626

Merged
merged 2 commits into from
Jul 8, 2019
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion packages/react-instantsearch-core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,6 @@
"prop-types": "^15.5.10"
},
"peerDependencies": {
"react": ">= 15.3.0 < 17"
"react": ">= 16.3.0 < 17"
}
}
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 @@ -47,8 +47,8 @@
"scriptjs": "^2.5.8"
},
"peerDependencies": {
"react": ">= 15.3.0 < 17",
"react-dom": ">= 15.3.0 < 17",
"react": ">= 16.3.0 < 17",
"react-dom": ">= 16.3.0 < 17",
"react-instantsearch-dom": ">= 5.2.0"
}
}
2 changes: 1 addition & 1 deletion packages/react-instantsearch-dom/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@
"react-instantsearch-core": "^5.7.0"
},
"peerDependencies": {
"react": ">= 15.3.0 < 17",
"react": ">= 16.3.0 < 17",
"react-dom": ">= 15.3.0 < 17"
}
}
4 changes: 2 additions & 2 deletions 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": "^5.7.0"
Haroenv marked this conversation as resolved.
Show resolved Hide resolved
},
"peerDependencies": {
"react": ">= 15.3.0 < 17",
"react-native": ">= 0.32.0"
"react": ">= 16.3.0 < 17",
"react-native": ">= 0.54.0"
}
}