From 02b71cb7b5fbcbf46ed3b6ee8f50ed23c5a3f1d5 Mon Sep 17 00:00:00 2001 From: James Ide Date: Mon, 8 Aug 2016 02:17:04 -0700 Subject: [PATCH] Use React 15.3.0 instead of 15.3.0-rc.2 Summary: React 15.3.0 was officially released. We especially should try not depend on RCs in RN releases and npm doesn't handle RC versions well. Closes https://github.com/facebook/react-native/pull/9279 Differential Revision: D3683587 fbshipit-source-id: fc4f8a030769232b7697434a419e1e07e482e308 --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index d73d118b6..b6626ca8c 100644 --- a/package.json +++ b/package.json @@ -124,7 +124,7 @@ "react-native": "local-cli/wrong-react-native.js" }, "peerDependencies": { - "react": "~15.3.0-rc.2" + "react": "~15.3.0" }, "dependencies": { "absolute-path": "^0.0.0", @@ -207,7 +207,7 @@ "jest-runtime": "~14.1.0", "mock-fs": "^3.11.0", "portfinder": "0.4.0", - "react": "~15.3.0-rc.2", + "react": "~15.3.0", "shelljs": "0.6.0" } }