Upgrade Prettier to 1.13.6 on fbsource
Reviewed By: zertosh Differential Revision: D8638504 fbshipit-source-id: c6991b2e884e14868ddc1d9047a78191219d673f
This commit is contained in:
parent
506f920838
commit
5bf3476133
|
@ -533,7 +533,7 @@ const TouchableMixin = {
|
|||
* focused at a time, in which case there may have been a previously focused
|
||||
* element that was blurred just prior to this.
|
||||
*/
|
||||
touchableHandleFocus: function (e: Event) {
|
||||
touchableHandleFocus: function(e: Event) {
|
||||
this.props.onFocus && this.props.onFocus(e);
|
||||
},
|
||||
|
||||
|
@ -543,7 +543,7 @@ const TouchableMixin = {
|
|||
* no longer has focus. Most platforms only support a single element being
|
||||
* focused at a time, in which case the focus may have moved to another.
|
||||
*/
|
||||
touchableHandleBlur: function (e: Event) {
|
||||
touchableHandleBlur: function(e: Event) {
|
||||
this.props.onBlur && this.props.onBlur(e);
|
||||
},
|
||||
|
||||
|
|
|
@ -1,11 +1,11 @@
|
|||
/**
|
||||
* Copyright (c) 2015-present, Facebook, Inc.
|
||||
*
|
||||
* This source code is licensed under the MIT license found in the
|
||||
* LICENSE file in the root directory of this source tree.
|
||||
*
|
||||
* @format
|
||||
*/
|
||||
* Copyright (c) 2015-present, Facebook, Inc.
|
||||
*
|
||||
* This source code is licensed under the MIT license found in the
|
||||
* LICENSE file in the root directory of this source tree.
|
||||
*
|
||||
* @format
|
||||
*/
|
||||
|
||||
// Fork of https://github.com/github/fetch/blob/master/fetch.js that does not
|
||||
// use reponseType: 'blob' by default. RN already has specific native implementations
|
||||
|
|
|
@ -215,7 +215,7 @@
|
|||
"flow-bin": "^0.75.0",
|
||||
"jest": "23.1.0",
|
||||
"jest-junit": "4.0.0",
|
||||
"prettier": "1.13.4",
|
||||
"prettier": "1.13.6",
|
||||
"react": "16.4.1",
|
||||
"react-test-renderer": "16.4.1",
|
||||
"shelljs": "^0.7.8",
|
||||
|
|
Loading…
Reference in New Issue