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

Commit

Permalink
fix(DOMMaps): set React & React DOM as peer deps (#1922)
Browse files Browse the repository at this point in the history
  • Loading branch information
samouss committed Jan 18, 2019
1 parent e7ec581 commit 2f2cefd
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions packages/react-instantsearch-dom-maps/package.json
Expand Up @@ -48,6 +48,8 @@
"scriptjs": "^2.5.8"
},
"peerDependencies": {
"react": ">= 15.3.0 < 17",
"react-dom": ">= 15.3.0 < 17",
"react-instantsearch-dom": ">= 5.2.0"
}
}

0 comments on commit 2f2cefd

Please sign in to comment.