Update to React 15.2.0 final

Summary: This should have literally no changes from the RC that affect RN -- just a version bump.

Reviewed By: vjeux

Differential Revision: D3511116

fbshipit-source-id: 5bb3a330c0d2e78a2f3dfbb0e948c99607d2e66e
This commit is contained in:
Ben Alpert 2016-07-01 14:15:14 -07:00 committed by Facebook Github Bot 3
parent 2eed7e7429
commit 1a0c69f4b7
1 changed files with 2 additions and 2 deletions

View File

@ -125,7 +125,7 @@
"react-native": "local-cli/wrong-react-native.js"
},
"peerDependencies": {
"react": "~15.2.0-rc.1"
"react": "~15.2.0"
},
"dependencies": {
"absolute-path": "^0.0.0",
@ -204,7 +204,7 @@
"jest-repl": "^13.0.0",
"jest-runtime": "^13.0.0",
"portfinder": "0.4.0",
"react": "~15.2.0-rc.1",
"react": "~15.2.0",
"shelljs": "0.6.0"
}
}