Skip to content

Commit 9ed7169

Browse files
Randy LebeauRandy Lebeau
authored andcommitted
⚡️ Update peer dependencies for react > 16. #132
1 parent 6282a97 commit 9ed7169

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -37,9 +37,9 @@
3737
"url": "https://github.com/supremetechnopriest/react-idle-timer.git"
3838
},
3939
"peerDependencies": {
40-
"prop-types": "^15.x.x",
41-
"react": "^16.x.x",
42-
"react-dom": "^16.x.x"
40+
"prop-types": ">=15",
41+
"react": ">=16",
42+
"react-dom": ">=16"
4343
},
4444
"devDependencies": {
4545
"@babel/core": "^7.10.5",

0 commit comments

Comments
 (0)