Skip to content
This repository has been archived by the owner on Aug 22, 2023. It is now read-only.

Commit

Permalink
fix: updated deps
Browse files Browse the repository at this point in the history
  • Loading branch information
jdx committed Oct 3, 2018
1 parent abc3e0e commit bb0df38
Show file tree
Hide file tree
Showing 2 changed files with 333 additions and 107 deletions.
14 changes: 7 additions & 7 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,28 +11,28 @@
]
},
"dependencies": {
"@oclif/errors": "^1.2.0",
"@oclif/errors": "^1.2.1",
"@oclif/parser": "^3.6.1",
"debug": "^4.0.1",
"semver": "^5.5.1"
},
"devDependencies": {
"@oclif/config": "^1.7.6",
"@oclif/config": "^1.8.2",
"@oclif/plugin-help": "^2.1.2",
"@oclif/plugin-plugins": "^1.6.2",
"@oclif/plugin-plugins": "^1.7.1",
"@oclif/tslint": "^3.1.0",
"@types/chai": "^4.1.4",
"@types/chai": "^4.1.6",
"@types/mocha": "^5.2.5",
"@types/node": "^10.9.4",
"@types/node": "^10.11.4",
"@types/semver": "^5.5.0",
"chai": "^4.1.2",
"chai": "^4.2.0",
"cli-ux": "^4.8.2",
"fancy-test": "^1.4.1",
"globby": "^8.0.1",
"mocha": "^5.2.0",
"ts-node": "^7.0.1",
"tslint": "^5.11.0",
"typescript": "^3.0.3"
"typescript": "^3.1.1"
},
"engines": {
"node": ">=8.0.0"
Expand Down
Loading

0 comments on commit bb0df38

Please sign in to comment.