Skip to content

Commit 53ad1aa

Browse files
authored
Merge pull request #84 from GeorgeBellTMH/patch-1
Update peerDependencies to include React 17/18
2 parents 8e896d1 + 8db577f commit 53ad1aa

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -56,8 +56,8 @@
5656
"react-input-slider": "^5.1.2"
5757
},
5858
"peerDependencies": {
59-
"react": "^16.8.4",
60-
"react-dom": "^16.8.4"
59+
"react": "^16.8.4 || ^17.0.0 || ^18.0.0",
60+
"react-dom": "^16.8.4 || ^17.0.0 || ^18.0.0"
6161
},
6262
"repository": {
6363
"type": "git",

0 commit comments

Comments
 (0)