Skip to content

Commit

Permalink
fix: updated deps
Browse files Browse the repository at this point in the history
  • Loading branch information
jdx committed Sep 14, 2018
1 parent d7de411 commit c4ec1eb
Show file tree
Hide file tree
Showing 2 changed files with 153 additions and 169 deletions.
26 changes: 13 additions & 13 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,34 +5,34 @@
"bugs": "https://github.com/oclif/plugin-update/issues",
"dependencies": {
"@oclif/color": "^0.0.0",
"@oclif/command": "^1.5.0",
"@oclif/config": "^1.7.2",
"@oclif/errors": "^1.2.0",
"@oclif/command": "^1.5.1",
"@oclif/config": "^1.7.6",
"@oclif/errors": "^1.2.1",
"@types/semver": "^5.5.0",
"cli-ux": "^4.8.1",
"cli-ux": "^4.8.2",
"cross-spawn": "^6.0.5",
"debug": "^3.1.0",
"debug": "^4.0.1",
"filesize": "^3.6.1",
"fs-extra": "^7.0.0",
"http-call": "^5.2.1",
"lodash": "^4.17.10",
"http-call": "^5.2.2",
"lodash": "^4.17.11",
"log-chopper": "^1.0.2",
"semver": "^5.5.1",
"tar-fs": "^1.16.3"
},
"devDependencies": {
"@oclif/dev-cli": "^1.17.0",
"@oclif/plugin-help": "^2.1.0",
"@oclif/test": "^1.2.0",
"@oclif/tslint": "^2.0.0",
"@oclif/dev-cli": "^1.18.0",
"@oclif/plugin-help": "^2.1.2",
"@oclif/test": "^1.2.1",
"@oclif/tslint": "^3.1.0",
"@types/chai": "^4.1.4",
"@types/cross-spawn": "^6.0.0",
"@types/execa": "^0.9.0",
"@types/fs-extra": "^5.0.4",
"@types/glob": "^5.0.35",
"@types/lodash": "^4.14.116",
"@types/mocha": "^5.2.5",
"@types/node": "^10.9.3",
"@types/node": "^10.9.4",
"@types/supports-color": "^5.3.0",
"@types/write-json-file": "^2.2.1",
"chai": "^4.1.2",
Expand All @@ -42,7 +42,7 @@
"ts-node": "^7.0.1",
"tslib": "^1.9.3",
"tslint": "^5.11.0",
"typescript": "^3.0.1"
"typescript": "^3.0.3"
},
"engines": {
"node": ">=8.0.0"
Expand Down
Loading

0 comments on commit c4ec1eb

Please sign in to comment.