Skip to content

Commit

Permalink
Update to React 15.2.0 final
Browse files Browse the repository at this point in the history
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
  • Loading branch information
sophiebits authored and Facebook Github Bot 3 committed Jul 1, 2016
1 parent 2eed7e7 commit 1a0c69f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Expand Up @@ -125,7 +125,7 @@
"react-native": "local-cli/wrong-react-native.js" "react-native": "local-cli/wrong-react-native.js"
}, },
"peerDependencies": { "peerDependencies": {
"react": "~15.2.0-rc.1" "react": "~15.2.0"
}, },
"dependencies": { "dependencies": {
"absolute-path": "^0.0.0", "absolute-path": "^0.0.0",
Expand Down Expand Up @@ -204,7 +204,7 @@
"jest-repl": "^13.0.0", "jest-repl": "^13.0.0",
"jest-runtime": "^13.0.0", "jest-runtime": "^13.0.0",
"portfinder": "0.4.0", "portfinder": "0.4.0",
"react": "~15.2.0-rc.1", "react": "~15.2.0",
"shelljs": "0.6.0" "shelljs": "0.6.0"
} }
} }

0 comments on commit 1a0c69f

Please sign in to comment.