Skip to content

Commit 2331858

Browse files
authored
Merge pull request #7 from ramuta/react-17
react 17 support in peerDeependencies and devDependencies (fix for issue #6)
2 parents 91643cb + 1f1cf1c commit 2331858

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
@@ -31,11 +31,11 @@
3131
"licenseFilename": "LICENSE",
3232
"readmeFilename": "README.md",
3333
"peerDependencies": {
34-
"react": "^16.8.1",
34+
"react": ">=16.8.1",
3535
"react-native": ">=0.60.0-rc.0 <1.0.x"
3636
},
3737
"devDependencies": {
38-
"react": "^16.9.0",
38+
"react": ">=16.9.0",
3939
"react-native": "^0.61.5"
4040
}
4141
}

0 commit comments

Comments
 (0)