Switched gutil.log to fancyLog due to deprecation (#9432)

This commit is contained in:
Galymzhan Abdugalimov
2019-01-30 15:23:02 +01:00
committed by Brian Ng
parent 00c3e3c8e0
commit 7e9029e337
4 changed files with 27 additions and 1571 deletions

View File

@@ -35,6 +35,7 @@
"eslint-config-babel": "^8.0.2",
"eslint-plugin-flowtype": "^3.2.1",
"eslint-plugin-prettier": "^3.0.1",
"fancy-log": "^1.3.3",
"flow-bin": "^0.87.0",
"graceful-fs": "^4.1.15",
"gulp": "^4.0.0",
@@ -44,7 +45,6 @@
"gulp-plumber": "^1.2.1",
"gulp-rename": "^1.4.0",
"gulp-uglify": "^3.0.1",
"gulp-util": "^3.0.7",
"gulp-watch": "^5.0.1",
"husky": "^1.3.1",
"jest": "^24.0.0",
@@ -132,5 +132,6 @@
"moduleNameMapper": {
"^@babel/([a-zA-Z0-9_-]+)$": "<rootDir>/packages/babel-$1/"
}
}
},
"dependencies": {}
}