Skip to content

Commit

Permalink
React sync (16 beta 6 plus addons)
Browse files Browse the repository at this point in the history
  • Loading branch information
hramos committed Mar 31, 2017
1 parent bda953e commit 7631e65
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 6 deletions.
2 changes: 1 addition & 1 deletion Libraries/Renderer/src/ReactVersion.js
Original file line number Diff line number Diff line change
Expand Up @@ -11,4 +11,4 @@

'use strict';

module.exports = '16.0.0-alpha.3';
module.exports = '16.0.0-alpha.6';
13 changes: 8 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down Expand Up @@ -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",
Expand Down Expand Up @@ -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"
}
}
}

0 comments on commit 7631e65

Please sign in to comment.