From c73809d1169dd28cfce4380710522b9baab8beed Mon Sep 17 00:00:00 2001 From: Ben Alpert Date: Tue, 10 Nov 2015 15:35:13 -0800 Subject: [PATCH] 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 --- npm-shrinkwrap.json | 6 +++--- package.json | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/npm-shrinkwrap.json b/npm-shrinkwrap.json index f4340b009..fd1ee5e55 100644 --- a/npm-shrinkwrap.json +++ b/npm-shrinkwrap.json @@ -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", diff --git a/package.json b/package.json index b13bcb8bd..dd25d3ca9 100644 --- a/package.json +++ b/package.json @@ -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",