Skip to content

Commit b3d2a5f

Browse files
committed
update peerdeps versions
1 parent 4d51470 commit b3d2a5f

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
@@ -39,11 +39,11 @@
3939
"eslint-plugin-promise": "^3.5.0",
4040
"eslint-plugin-react": "^7.5.1",
4141
"eslint-plugin-standard": "^3.0.1",
42-
"react": "^15.4.2 || <= 16.3.1",
43-
"react-native": ">0.39.0"
42+
"react": "^16.2.0",
43+
"react-native": ">=0.51.0 <1.0.0"
4444
},
4545
"peerDependencies": {
46-
"react": "^15.4.2 || <= 16.3.1",
47-
"react-native": ">0.39.0"
46+
"react": "^16.2.0",
47+
"react-native": ">=0.51.0 <1.0.0"
4848
}
4949
}

0 commit comments

Comments
 (0)