Skip to content

Commit

Permalink
chore(dependencies): Update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
yvele committed Jul 4, 2016
1 parent ba733b4 commit e3153ea
Show file tree
Hide file tree
Showing 4 changed files with 15 additions and 15 deletions.
10 changes: 5 additions & 5 deletions packages/poosh-cli/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,14 +21,14 @@
"poosh": "./bin/poosh.js"
},
"dependencies": {
"babel-polyfill": "^6.8.0",
"bluebird": "^3.3.5",
"babel-polyfill": "^6.9.1",
"bluebird": "^3.4.1",
"chalk": "^1.1.3",
"commander": "^2.9.0",
"humanize-duration": "^3.7.1",
"lodash": "^4.12.0",
"humanize-duration": "^3.9.0",
"lodash": "^4.13.1",
"log-update": "^1.0.2",
"loud-rejection": "^1.3.0",
"loud-rejection": "^1.6.0",
"poosh-common": "^1.0.6",
"poosh-core": "^1.0.7",
"pretty-bytes": "^3.0.1"
Expand Down
2 changes: 1 addition & 1 deletion packages/poosh-common/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"homepage": "https://github.com/yvele/poosh",
"main": "lib/index.js",
"dependencies": {
"lodash": "^4.12.0",
"lodash": "^4.13.1",
"ms": "^0.7.1"
}
}
12 changes: 6 additions & 6 deletions packages/poosh-core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,14 +14,14 @@
"homepage": "https://github.com/yvele/poosh",
"main": "lib/index.js",
"dependencies": {
"bluebird": "^3.3.5",
"bluebird": "^3.4.1",
"crc": "^3.4.0",
"findup-sync": "^0.4.0",
"glob": "^7.0.3",
"joi": "^8.1.0",
"findup-sync": "^0.4.1",
"glob": "^7.0.5",
"joi": "^8.4.2",
"json5": "^0.5.0",
"lodash": "^4.12.0",
"micromatch": "^2.3.8",
"lodash": "^4.13.1",
"micromatch": "^2.3.10",
"mime": "^1.3.4",
"ms": "^0.7.1",
"nedb": "^1.8.0",
Expand Down
6 changes: 3 additions & 3 deletions packages/poosh-plugin-s3/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,9 +21,9 @@
"main": "lib/index.js",
"dependencies": {
"aws-sdk": "^2.4.4",
"bluebird": "^3.3.5",
"joi": "^8.1.0",
"lodash": "^4.12.0",
"bluebird": "^3.4.1",
"joi": "^8.4.2",
"lodash": "^4.13.1",
"poosh-common": "^1.0.5"
}
}

0 comments on commit e3153ea

Please sign in to comment.