React sync (16 beta 6 plus addons)

This commit is contained in:
Hector Ramos
2017-03-31 15:41:25 -07:00
parent bda953ea71
commit 67260d1e6a
2 changed files with 9 additions and 6 deletions
+1 -1
View File
@@ -11,4 +11,4 @@
'use strict';
module.exports = '16.0.0-alpha.3';
module.exports = '16.0.0-alpha.6';
+8 -5
View File
@@ -127,7 +127,7 @@
"react-native": "local-cli/wrong-react-native.js"
},
"peerDependencies": {
"react": "~16.0.0-alpha.3"
"react": "16.0.0-alpha.6"
},
"dependencies": {
"absolute-path": "^0.0.0",
@@ -185,6 +185,9 @@
"optimist": "^0.6.1",
"plist": "^1.2.0",
"promise": "^7.1.1",
"react-addons-create-fragment": "15.5.0-alpha.0",
"react-addons-pure-render-mixin": "15.5.0-alpha.0",
"react-addons-shallow-compare": "15.5.0-alpha.0",
"react-clone-referenced-element": "^1.0.1",
"react-devtools-core": "^2.0.8",
"react-timer-mixin": "^0.13.2",
@@ -222,10 +225,10 @@
"jest-repl": "19.0.2",
"jest-runtime": "19.0.2",
"mock-fs": "^3.11.0",
"react": "~16.0.0-alpha.3",
"react-dom": "~16.0.0-alpha.3",
"react-test-renderer": "~16.0.0-alpha.3",
"react": "16.0.0-alpha.6",
"react-dom": "16.0.0-alpha.6",
"react-test-renderer": "16.0.0-alpha.6",
"shelljs": "0.6.0",
"sinon": "^2.0.0-pre.2"
}
}
}