diff --git a/.eslintrc.js b/.eslintrc.js index 1626d1165..71efe17ac 100644 --- a/.eslintrc.js +++ b/.eslintrc.js @@ -14,7 +14,6 @@ module.exports = { rules: { "linebreak-style": ["error", "unix"], "no-cond-assign": OFF, - "no-case-declarations": OFF, - "no-console": ["error", { allow: ["error"] }] + "no-case-declarations": OFF } }; diff --git a/package.json b/package.json index 70455ec4a..9aef1067e 100644 --- a/package.json +++ b/package.json @@ -50,8 +50,7 @@ "codecov": "^2.1.0", "commander": "^2.9.0", "eslint": "^3.18.0", - "fs-readdir-recursive": "^1.0.0", - "google-closure-compiler-js": "^20170409.0.0", + "google-closure-compiler-js": "^20170423.0.0", "gulp": "github:gulpjs/gulp#4.0", "gulp-babel": "^6.1.2", "gulp-newer": "^1.1.0", @@ -60,8 +59,7 @@ "lerna": "^2.0.0-rc.4", "lerna-changelog": "^0.4.0", "markdown-table": "^1.1.0", - "output-file-sync": "^2.0.0", - "prettier": "^1.1.0", + "prettier": "^1.3.1", "request": "^2.81.0", "through2": "^2.0.1", "uglify-js": "^2.8.22" diff --git a/packages/babili/package.json b/packages/babili/package.json index d6ead3769..363a00690 100644 --- a/packages/babili/package.json +++ b/packages/babili/package.json @@ -17,6 +17,8 @@ "dependencies": { "babel-core": "^6.24.1", "babel-preset-babili": "^0.0.12", + "fs-readdir-recursive": "^1.0.0", + "output-file-sync": "^2.0.0", "yargs-parser": "^5.0.0" }, "devDependencies": { diff --git a/yarn.lock b/yarn.lock index 57c31b464..d0c1eb829 100644 --- a/yarn.lock +++ b/yarn.lock @@ -1900,10 +1900,6 @@ fs-promise@^2.0.2: mz "^2.6.0" thenify-all "^1.6.0" -fs-readdir-recursive@^1.0.0: - version "1.0.0" - resolved "https://registry.yarnpkg.com/fs-readdir-recursive/-/fs-readdir-recursive-1.0.0.tgz#8cd1745c8b4f8a29c8caec392476921ba195f560" - fs.realpath@^1.0.0: version "1.0.0" resolved "https://registry.yarnpkg.com/fs.realpath/-/fs.realpath-1.0.0.tgz#1504ad2523158caa40db4a2787cb01411994ea4f" @@ -2572,7 +2568,7 @@ is-path-inside@^1.0.0: dependencies: path-is-inside "^1.0.1" -is-plain-obj@^1.0.0, is-plain-obj@^1.1.0: +is-plain-obj@^1.0.0: version "1.1.0" resolved "https://registry.yarnpkg.com/is-plain-obj/-/is-plain-obj-1.1.0.tgz#71a50c8429dfca773c92a390a4a03b39fcd51d3e" @@ -3698,14 +3694,6 @@ osenv@^0.1.4: os-homedir "^1.0.0" os-tmpdir "^1.0.0" -output-file-sync@^2.0.0: - version "2.0.0" - resolved "https://registry.yarnpkg.com/output-file-sync/-/output-file-sync-2.0.0.tgz#5d348a1a1eaed1ad168648a01a2d6d13078ce987" - dependencies: - graceful-fs "^4.1.11" - is-plain-obj "^1.1.0" - mkdirp "^0.5.1" - p-finally@^1.0.0: version "1.0.0" resolved "https://registry.yarnpkg.com/p-finally/-/p-finally-1.0.0.tgz#3fbcfb15b899a44123b34b6dcc18b724336a2cae"