From ba8878d12cb22fc1f0f72eae38b16b7053da0ca4 Mon Sep 17 00:00:00 2001 From: Sebastian Markbage Date: Sat, 30 Apr 2016 11:57:19 -0700 Subject: [PATCH] Update react package to stable release Summary: react-native is about to do a branch cut for the next stable release. We want this version to use a stable release of react so we released one. This should be the same as the previous alpha. The is mostly changes to DOM / testing and not RN: https://github.com/facebook/react/commits/15.0.2-dev AFAIK there are no behavior changes to RN. I had to add ReactPropTransferer from downstream since this moved out of React Core and into www. Reviewed By: zpao Differential Revision: D3245046 fb-gh-sync-id: 7e460315699fd5bff36d89751ce94edb75dd4733 fbshipit-source-id: 7e460315699fd5bff36d89751ce94edb75dd4733 --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 36b18a1ac..8d12c0713 100644 --- a/package.json +++ b/package.json @@ -124,7 +124,7 @@ "react-native": "local-cli/wrong-react-native.js" }, "peerDependencies": { - "react": "15.0.2-alpha.3" + "react": "15.0.2" }, "dependencies": { "absolute-path": "^0.0.0", @@ -187,7 +187,7 @@ "flow-bin": "0.24.0", "jest-cli": "11.0.2", "portfinder": "0.4.0", - "react": "15.0.2-alpha.3", + "react": "15.0.2", "shelljs": "0.6.0" } }