Skip to content

Commit a85f77a

Browse files
authored
peerDependencies on react should be 16.8.x (#5)
peerDependencies on react should be 16.8.x
2 parents 96105c5 + 24468a2 commit a85f77a

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
@@ -57,8 +57,8 @@
5757
}
5858
},
5959
"peerDependencies": {
60-
"react": "^16.6.0",
61-
"react-is": "^16.6.0"
60+
"react": "^16.8.0",
61+
"react-is": "^16.8.0"
6262
},
6363
"devDependencies": {
6464
"@babel/core": "^7.3.4",

0 commit comments

Comments
 (0)