Skip to content

Commit 8b5f596

Browse files
committed
Update react and react-bootstrap dependency versions
1 parent c066b65 commit 8b5f596

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "react-bootstrap-range-slider",
3-
"version": "3.0.2",
3+
"version": "3.0.3",
44
"description": "A range slider component with tooltips for React Bootstrap that extends the HTML input (type=range) element.",
55
"keywords": [
66
"react",
@@ -63,8 +63,8 @@
6363
"prop-types": "^15.7.2"
6464
},
6565
"peerDependencies": {
66-
"react": "^17.0.2",
67-
"react-bootstrap": "^1.6.1",
68-
"react-dom": "^17.0.2"
66+
"react": "^17.0.0",
67+
"react-bootstrap": "^1.0.0 || ^2.0.0",
68+
"react-dom": "^17.0.0"
6969
}
7070
}

0 commit comments

Comments
 (0)