mirror of
https://github.com/facebook/react-native.git
synced 2025-11-01 09:14:26 +00:00
React sync (16 beta 6 plus addons)
This commit is contained in:
@@ -11,4 +11,4 @@
|
||||
|
||||
'use strict';
|
||||
|
||||
module.exports = '16.0.0-alpha.3';
|
||||
module.exports = '16.0.0-alpha.6';
|
||||
|
||||
+8
-5
@@ -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"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user