Skip to content

Commit

Permalink
update package deps
Browse files Browse the repository at this point in the history
  • Loading branch information
vigneshshanmugam committed May 22, 2017
1 parent 02e555c commit fc633c8
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 19 deletions.
3 changes: 1 addition & 2 deletions .eslintrc.js
Original file line number Diff line number Diff line change
Expand Up @@ -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
}
};
6 changes: 2 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand All @@ -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"
Expand Down
2 changes: 2 additions & 0 deletions packages/babili/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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": {
Expand Down
14 changes: 1 addition & 13 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down Expand Up @@ -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"

Expand Down Expand Up @@ -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"
Expand Down

0 comments on commit fc633c8

Please sign in to comment.