Skip to content

Commit f77d049

Browse files
committed
[Dev Deps] Fix React deps
1 parent c2d8c15 commit f77d049

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,8 @@
4949
"eslint-plugin-import": "^2.8.0",
5050
"in-publish": "^2.0.0",
5151
"mocha": "^4.0.1",
52-
"react": "^15.3.1",
52+
"react": "~15.4",
53+
"react-dom": "~15.4",
5354
"react-native": "^0.42.0",
5455
"react-native-mock": "^0.3.1",
5556
"rimraf": "^2.6.2",

0 commit comments

Comments
 (0)