Skip to content

Commit f192a9b

Browse files
committed
[fix] Depend on [email protected]
[email protected] includes changes that prevent the ResponderEventPlugin from being properly injected, which breaks Touchables and PanResponder. Fix #257
1 parent e688a94 commit f192a9b

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
"fbjs": "^0.8.4",
2424
"inline-style-prefixer": "^2.0.1",
2525
"lodash": "^4.15.0",
26-
"react-dom": "^15.3.2",
26+
"react-dom": "~15.3.2",
2727
"react-textarea-autosize": "^4.0.4",
2828
"react-timer-mixin": "^0.13.3"
2929
},
@@ -43,14 +43,14 @@
4343
"file-loader": "^0.9.0",
4444
"jest": "^16.0.2",
4545
"node-libs-browser": "^0.5.3",
46-
"react": "^15.3.2",
47-
"react-addons-test-utils": "^15.3.2",
48-
"react-test-renderer": "^15.3.2",
46+
"react": "~15.3.2",
47+
"react-addons-test-utils": "~15.3.2",
48+
"react-test-renderer": "~15.3.2",
4949
"url-loader": "^0.5.7",
5050
"webpack": "^1.13.2"
5151
},
5252
"peerDependencies": {
53-
"react": "^15.3.2"
53+
"react": "~15.3.2"
5454
},
5555
"author": "Nicolas Gallagher",
5656
"license": "BSD-3-Clause",

0 commit comments

Comments
 (0)