Skip to content

Commit

Permalink
fix: updated deps
Browse files Browse the repository at this point in the history
  • Loading branch information
jdx committed Apr 18, 2018
1 parent a49fd4a commit 33d039b
Show file tree
Hide file tree
Showing 2 changed files with 523 additions and 287 deletions.
36 changes: 18 additions & 18 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,40 +6,40 @@
"bugs": "https://github.com/oclif/plugin-plugins/issues",
"dependencies": {
"@heroku-cli/color": "^1.1.3",
"@oclif/command": "^1.4.4",
"chalk": "^2.3.2",
"cli-ux": "^3.3.26",
"@oclif/command": "^1.4.13",
"chalk": "^2.4.0",
"cli-ux": "^3.3.30",
"debug": "^3.1.0",
"fs-extra": "^5.0.0",
"http-call": "^5.0.2",
"http-call": "^5.1.0",
"load-json-file": "^4.0.0",
"npm-run-path": "^2.0.2",
"semver": "^5.5.0",
"tslib": "^1.9.0",
"yarn": "^1.5.1"
"yarn": "^1.6.0"
},
"devDependencies": {
"@oclif/config": "^1.3.60",
"@oclif/dev-cli": "^1.4.2",
"@oclif/errors": "^1.0.2",
"@oclif/plugin-help": "^1.2.0",
"@oclif/test": "^1.0.1",
"@oclif/tslint": "^1.0.2",
"@oclif/config": "^1.6.4",
"@oclif/dev-cli": "^1.13.1",
"@oclif/errors": "^1.0.4",
"@oclif/plugin-help": "^1.2.4",
"@oclif/test": "^1.0.5",
"@oclif/tslint": "^1.1.0",
"@types/chai": "^4.1.2",
"@types/fs-extra": "^5.0.1",
"@types/fs-extra": "^5.0.2",
"@types/load-json-file": "^2.0.7",
"@types/mocha": "^5.0.0",
"@types/node": "^9.6.0",
"@types/node": "^9.6.5",
"@types/semver": "^5.5.0",
"@types/supports-color": "^3.1.0",
"@types/supports-color": "^5.3.0",
"chai": "^4.1.2",
"concurrently": "^3.5.1",
"fancy-test": "^1.0.1",
"fancy-test": "^1.0.5",
"globby": "^8.0.1",
"mocha": "^5.0.5",
"ts-node": "5",
"mocha": "^5.1.0",
"ts-node": "6.0.0",
"tslint": "^5.9.1",
"typescript": "^2.7.2"
"typescript": "^2.8.1"
},
"engines": {
"node": ">=8.0.0"
Expand Down
Loading

0 comments on commit 33d039b

Please sign in to comment.