Skip to content

Commit

Permalink
fix: updated deps
Browse files Browse the repository at this point in the history
  • Loading branch information
jdx committed May 24, 2018
1 parent 7c1e4ed commit 62bb88e
Show file tree
Hide file tree
Showing 2 changed files with 109 additions and 198 deletions.
22 changes: 11 additions & 11 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,41 +5,41 @@
"bugs": "https://github.com/oclif/plugin-update/issues",
"dependencies": {
"@heroku-cli/color": "^1.1.5",
"@oclif/command": "^1.4.29",
"@oclif/config": "^1.6.18",
"@oclif/errors": "^1.1.1",
"@oclif/command": "^1.4.30",
"@oclif/config": "^1.6.19",
"@oclif/errors": "^1.1.2",
"@types/semver": "^5.5.0",
"cli-ux": "^4.3.0",
"cli-ux": "^4.4.0",
"cross-spawn": "^6.0.5",
"debug": "^3.1.0",
"filesize": "^3.6.1",
"fs-extra": "^6.0.1",
"http-call": "^5.1.2",
"http-call": "^5.1.3",
"lodash": "^4.17.10",
"log-chopper": "^1.0.2",
"semver": "^5.5.0",
"tar-fs": "^1.16.2"
},
"devDependencies": {
"@oclif/dev-cli": "^1.13.20",
"@oclif/dev-cli": "^1.13.22",
"@oclif/plugin-help": "^1.2.11",
"@oclif/test": "^1.0.6",
"@oclif/tslint": "^1.1.1",
"@oclif/tslint": "^1.1.2",
"@types/chai": "^4.1.3",
"@types/cross-spawn": "^6.0.0",
"@types/execa": "^0.9.0",
"@types/fs-extra": "^5.0.2",
"@types/glob": "^5.0.35",
"@types/lodash": "^4.14.108",
"@types/lodash": "^4.14.109",
"@types/mocha": "^5.2.0",
"@types/node": "^10.0.8",
"@types/node": "^10.1.2",
"@types/supports-color": "^5.3.0",
"@types/write-json-file": "^2.2.1",
"chai": "^4.1.2",
"globby": "^8.0.1",
"mocha": "^5.1.1",
"mocha": "^5.2.0",
"qqjs": "^0.3.9",
"ts-node": "6.0.3",
"ts-node": "^6.0.3",
"tslib": "^1.9.1",
"tslint": "^5.10.0",
"typescript": "^2.8.3"
Expand Down
Loading

0 comments on commit 62bb88e

Please sign in to comment.