Skip to content

Commit

Permalink
Update react package to stable release
Browse files Browse the repository at this point in the history
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
  • Loading branch information
sebmarkbage authored and Facebook Github Bot 0 committed Apr 30, 2016
1 parent 2c3576a commit ba8878d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down Expand Up @@ -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"
}
}

0 comments on commit ba8878d

Please sign in to comment.