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
This commit is contained in:
James Ide 2016-08-08 02:17:04 -07:00 committed by Facebook Github Bot 5
parent bf82a8d1a8
commit 02b71cb7b5
1 changed files with 2 additions and 2 deletions

View File

@ -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"
}
}