Skip to content

Commit

Permalink
fix: updated deps
Browse files Browse the repository at this point in the history
  • Loading branch information
jdx committed Jun 1, 2018
1 parent a9eaf61 commit 22d6a13
Show file tree
Hide file tree
Showing 2 changed files with 198 additions and 174 deletions.
20 changes: 10 additions & 10 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,28 +5,28 @@
"author": "Jeff Dickey @jdxcode",
"bugs": "https://github.com/oclif/plugin-commands/issues",
"dependencies": {
"@oclif/command": "^1",
"@oclif/config": "^1",
"cli-ux": "^4.4.0",
"@oclif/command": "^1.4.32",
"@oclif/config": "^1.6.27",
"cli-ux": "^4.6.1",
"lodash": "^4.17.10",
"tslib": "^1.9.2"
},
"devDependencies": {
"@oclif/dev-cli": "^1.13.28",
"@oclif/plugin-help": "^2.0.3",
"@oclif/test": "^1",
"@oclif/dev-cli": "^1.13.30",
"@oclif/plugin-help": "^2.0.4",
"@oclif/test": "^1.0.9",
"@oclif/tslint": "^1",
"@types/chai": "^4",
"@types/lodash": "^4.14.109",
"@types/mocha": "^5",
"@types/node": "^10.1.4",
"@types/mocha": "^5.2.1",
"@types/node": "^10.3.0",
"chai": "^4",
"globby": "^8",
"mocha": "^5",
"nyc": "^11",
"nyc": "^12.0.1",
"ts-node": "^6",
"tslint": "^5",
"typescript": "^2.8.4"
"typescript": "^2.9.1"
},
"engines": {
"node": ">=8.0.0"
Expand Down
Loading

0 comments on commit 22d6a13

Please sign in to comment.