Update dev deps (#2058)

* Update dev deps

* Update package.json

update eslint again

* Update file_existence.js
This commit is contained in:
Waren Gonzaga
2018-08-09 10:52:41 +08:00
committed by Rob Larsen
parent 2e32b433f7
commit 24c8fb2059
2 changed files with 5 additions and 5 deletions

View File

@@ -7,13 +7,13 @@
"babel-preset-env": "^1.7.0", "babel-preset-env": "^1.7.0",
"babel-register": "^6.26.0", "babel-register": "^6.26.0",
"del": "^3.0.0", "del": "^3.0.0",
"eslint": "^4.19.1", "eslint": "^5.3.0",
"eslint-config-recommended": "^2.0.0", "eslint-config-recommended": "^3.0.0",
"eslint-plugin-mocha": "^5.0.0", "eslint-plugin-mocha": "^5.0.0",
"glob": "^7.1.2", "glob": "^7.1.2",
"gulp": "^3.9.1", "gulp": "^3.9.1",
"gulp-autoprefixer": "^5.0.0", "gulp-autoprefixer": "^5.0.0",
"gulp-eslint": "^4.0.2", "gulp-eslint": "^5.0.0",
"gulp-header": "^2.0.5", "gulp-header": "^2.0.5",
"gulp-jscs": "^4.1.0", "gulp-jscs": "^4.1.0",
"gulp-load-plugins": "^1.5.0", "gulp-load-plugins": "^1.5.0",

View File

@@ -73,8 +73,8 @@ function checkFiles(directory, expectedFiles) {
'mark': true // add a `/` character to directory matches 'mark': true // add a `/` character to directory matches
}); });
// Check if all expected files are present in the // Check if all expected files are present in the
// specified directory, and are of the expected type // specified directory, and are of the expected type
expectedFiles.forEach((file) => { expectedFiles.forEach((file) => {
let ok = false; let ok = false;