mirror of
https://github.com/facebook/react-native.git
synced 2025-11-01 09:14:26 +00:00
[React] Use ~15.4.0 (not RC)
This commit is contained in:
+5
-5
@@ -113,7 +113,7 @@
|
||||
"react-native": "local-cli/wrong-react-native.js"
|
||||
},
|
||||
"peerDependencies": {
|
||||
"react": "~15.4.0-rc.4"
|
||||
"react": "~15.4.0"
|
||||
},
|
||||
"dependencies": {
|
||||
"absolute-path": "^0.0.0",
|
||||
@@ -203,10 +203,10 @@
|
||||
"jest-repl": "18.0.0",
|
||||
"jest-runtime": "18.0.0",
|
||||
"mock-fs": "^3.11.0",
|
||||
"react": "~15.4.0-rc.4",
|
||||
"react-dom": "~15.4.0-rc.4",
|
||||
"react-test-renderer": "~15.4.0-rc.4",
|
||||
"react": "~15.4.0",
|
||||
"react-dom": "~15.4.0",
|
||||
"react-test-renderer": "~15.4.0",
|
||||
"shelljs": "0.6.0",
|
||||
"sinon": "^2.0.0-pre.2"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user