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 8, 2018
1 parent 5e23a10 commit 577808a
Show file tree
Hide file tree
Showing 2 changed files with 555 additions and 62 deletions.
16 changes: 8 additions & 8 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,31 +5,31 @@
"author": "Jeff Dickey @jdxcode",
"bugs": "https://github.com/oclif/plugin-warn-if-update-available/issues",
"dependencies": {
"@oclif/command": "^1.4.5",
"@oclif/config": "^1.3.60",
"@oclif/errors": "^1.0.3",
"@oclif/command": "^1.4.7",
"@oclif/config": "^1.4.0",
"@oclif/errors": "^1.0.4",
"chalk": "^2.3.2",
"debug": "^3.1.0",
"fs-extra": "^5.0.0",
"http-call": "^5.1.0",
"semver": "^5.5.0"
},
"devDependencies": {
"@oclif/dev-cli": "^1.4.2",
"@oclif/test": "^1.0.1",
"@oclif/tslint": "^1.0.2",
"@oclif/dev-cli": "^1.8.0",
"@oclif/test": "^1.0.4",
"@oclif/tslint": "^1.1.0",
"@types/chai": "^4.1.2",
"@types/fs-extra": "^5.0.1",
"@types/mocha": "^5.0.0",
"@types/node": "^9.6.0",
"@types/node": "^9.6.2",
"@types/semver": "^5.5.0",
"chai": "^4.1.2",
"globby": "^8.0.1",
"mocha": "^5.0.5",
"ts-node": "5",
"tslib": "^1.9.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 577808a

Please sign in to comment.