Skip to content

Commit

Permalink
fix: updated deps
Browse files Browse the repository at this point in the history
  • Loading branch information
jdx committed May 10, 2018
1 parent dd40ab4 commit a35f789
Show file tree
Hide file tree
Showing 2 changed files with 103 additions and 118 deletions.
18 changes: 9 additions & 9 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,30 +5,30 @@
"author": "Jeff Dickey @jdxcode",
"bugs": "https://github.com/oclif/plugin-warn-if-update-available/issues",
"dependencies": {
"@oclif/command": "^1.4.19",
"@oclif/command": "^1.4.21",
"@oclif/config": "^1.6.17",
"@oclif/errors": "^1.0.8",
"@oclif/errors": "^1.0.11",
"chalk": "^2.4.1",
"debug": "^3.1.0",
"fs-extra": "^6.0.0",
"http-call": "^5.1.1",
"fs-extra": "^6.0.1",
"http-call": "^5.1.2",
"semver": "^5.5.0"
},
"devDependencies": {
"@oclif/dev-cli": "^1.13.14",
"@oclif/dev-cli": "^1.13.20",
"@oclif/test": "^1.0.6",
"@oclif/tslint": "^1.1.0",
"@oclif/tslint": "^1.1.1",
"@types/chai": "^4.1.3",
"@types/fs-extra": "^5.0.2",
"@types/mocha": "^5.2.0",
"@types/node": "^10.0.3",
"@types/node": "^10.0.7",
"@types/semver": "^5.5.0",
"chai": "^4.1.2",
"globby": "^8.0.1",
"mocha": "^5.1.1",
"ts-node": "6.0.2",
"ts-node": "6.0.3",
"tslib": "^1.9.0",
"tslint": "^5.9.1",
"tslint": "^5.10.0",
"typescript": "^2.8.3"
},
"engines": {
Expand Down
Loading

0 comments on commit a35f789

Please sign in to comment.