From 9be37ca60eb7b46b8d5066adc4b3143bcf50e993 Mon Sep 17 00:00:00 2001 From: Ben Alpert Date: Thu, 21 Apr 2016 17:24:51 -0700 Subject: [PATCH] Update to 15.0.2-alpha.2 Reviewed By: zpao Differential Revision: D3210045 fb-gh-sync-id: 6a1862c8f5f1f759e002cc9663719cb55723c342 fbshipit-source-id: 6a1862c8f5f1f759e002cc9663719cb55723c342 --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 8304dece5..29aa9ac02 100644 --- a/package.json +++ b/package.json @@ -126,7 +126,7 @@ "react-native": "local-cli/wrong-react-native.js" }, "peerDependencies": { - "react": "15.0.2-alpha.1" + "react": "15.0.2-alpha.2" }, "dependencies": { "absolute-path": "^0.0.0", @@ -189,7 +189,7 @@ "flow-bin": "0.23.0", "jest-cli": "0.9.2", "portfinder": "0.4.0", - "react": "15.0.2-alpha.1", + "react": "15.0.2-alpha.2", "shelljs": "0.6.0" } }