Updated React to 15.2.1

Reviewed By: zpao

Differential Revision: D3569832

fbshipit-source-id: 2a2aea8c68fb15e2772d30ddce03bad73fd0a259
This commit is contained in:
Konstantin Raev 2016-07-15 14:39:14 -07:00 committed by Facebook Github Bot 6
parent 80872ffccd
commit 7aeaf7d941
1 changed files with 2 additions and 2 deletions

View File

@ -122,7 +122,7 @@
"react-native": "local-cli/wrong-react-native.js" "react-native": "local-cli/wrong-react-native.js"
}, },
"peerDependencies": { "peerDependencies": {
"react": "~15.2.0" "react": "~15.2.1"
}, },
"dependencies": { "dependencies": {
"absolute-path": "^0.0.0", "absolute-path": "^0.0.0",
@ -203,7 +203,7 @@
"jest-repl": "^13.1.0", "jest-repl": "^13.1.0",
"jest-runtime": "^13.1.0", "jest-runtime": "^13.1.0",
"portfinder": "0.4.0", "portfinder": "0.4.0",
"react": "~15.2.0", "react": "~15.2.1",
"shelljs": "0.6.0" "shelljs": "0.6.0"
} }
} }