Update to React 0.14.2
Summary: Not many changes. Notably, this includes https://github.com/facebook/react/pull/5166 which fixes Chrome debugging in RN (in a web worker, `window.dispatchEvent` is available but `document` is not). Fixes facebook/react-native#4007. public Reviewed By: sebmarkbage Differential Revision: D2638788 fb-gh-sync-id: f6838af54fb0da855bac7edba0adce5d0094d0d9
This commit is contained in:
parent
f166e6ccb2
commit
c73809d116
|
@ -4531,9 +4531,9 @@
|
|||
}
|
||||
},
|
||||
"react-haste": {
|
||||
"version": "0.14.0",
|
||||
"from": "react-haste@0.14.0",
|
||||
"resolved": "https://registry.npmjs.org/react-haste/-/react-haste-0.14.0.tgz"
|
||||
"version": "0.14.2",
|
||||
"from": "react-haste@0.14.2",
|
||||
"resolved": "https://registry.npmjs.org/react-haste/-/react-haste-0.14.2.tgz"
|
||||
},
|
||||
"react-timer-mixin": {
|
||||
"version": "0.13.2",
|
||||
|
|
|
@ -100,7 +100,7 @@
|
|||
"optimist": "^0.6.1",
|
||||
"progress": "^1.1.8",
|
||||
"promise": "^7.0.4",
|
||||
"react-haste": "^0.14.0",
|
||||
"react-haste": "^0.14.2",
|
||||
"react-timer-mixin": "^0.13.2",
|
||||
"rebound": "^0.0.13",
|
||||
"regenerator": "^0.8.36",
|
||||
|
|
Loading…
Reference in New Issue