Use React 15.3.0 instead of 15.3.0-rc.2
Summary: React 15.3.0 was officially released. We especially should try not depend on RCs in RN releases and npm doesn't handle RC versions well. Closes https://github.com/facebook/react-native/pull/9279 Differential Revision: D3683587 fbshipit-source-id: fc4f8a030769232b7697434a419e1e07e482e308
This commit is contained in:
parent
bf82a8d1a8
commit
02b71cb7b5
|
@ -124,7 +124,7 @@
|
|||
"react-native": "local-cli/wrong-react-native.js"
|
||||
},
|
||||
"peerDependencies": {
|
||||
"react": "~15.3.0-rc.2"
|
||||
"react": "~15.3.0"
|
||||
},
|
||||
"dependencies": {
|
||||
"absolute-path": "^0.0.0",
|
||||
|
@ -207,7 +207,7 @@
|
|||
"jest-runtime": "~14.1.0",
|
||||
"mock-fs": "^3.11.0",
|
||||
"portfinder": "0.4.0",
|
||||
"react": "~15.3.0-rc.2",
|
||||
"react": "~15.3.0",
|
||||
"shelljs": "0.6.0"
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue