Skip to content

Commit d9727d3

Browse files
committed
Pin react dev dep so tests pass
1 parent d736672 commit d9727d3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/react-router-native/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@
3535
"babel-jest": "^20.0.3",
3636
"babel-preset-react-native": "1.9.1",
3737
"jest": "^20.0.4",
38-
"react": "^16.0.0-alpha.6",
38+
"react": "16.0.0-alpha.6",
3939
"react-native": "0.44.0",
4040
"react-test-renderer": "15.5.4"
4141
},

0 commit comments

Comments
 (0)