We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c066b65 commit 8b5f596Copy full SHA for 8b5f596
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "react-bootstrap-range-slider",
3
- "version": "3.0.2",
+ "version": "3.0.3",
4
"description": "A range slider component with tooltips for React Bootstrap that extends the HTML input (type=range) element.",
5
"keywords": [
6
"react",
@@ -63,8 +63,8 @@
63
"prop-types": "^15.7.2"
64
},
65
"peerDependencies": {
66
- "react": "^17.0.2",
67
- "react-bootstrap": "^1.6.1",
68
- "react-dom": "^17.0.2"
+ "react": "^17.0.0",
+ "react-bootstrap": "^1.0.0 || ^2.0.0",
+ "react-dom": "^17.0.0"
69
}
70
0 commit comments