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 12, 2018
1 parent 6256a46 commit aee668c
Show file tree
Hide file tree
Showing 4 changed files with 157 additions and 217 deletions.
20 changes: 10 additions & 10 deletions examples/s3-update-example-cli/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,19 +7,19 @@
},
"bugs": "https://github.com/jdxcode/s3-update-example-cli/issues",
"dependencies": {
"@oclif/command": "^1.4.20",
"@oclif/config": "^1.6.17",
"@oclif/plugin-help": "^1.2.9",
"@oclif/plugin-update": "^1.1.20"
"@oclif/command": "^1.4.33",
"@oclif/config": "^1.6.27",
"@oclif/plugin-help": "^2.0.5",
"@oclif/plugin-update": "^1.2.9"
},
"devDependencies": {
"@oclif/dev-cli": "^1.13.14",
"@types/node": "^10.0.3",
"aws-sdk": "^2.231.1",
"@oclif/dev-cli": "^1.13.31",
"@types/node": "^10.3.2",
"aws-sdk": "^2.255.1",
"globby": "^8.0.1",
"ts-node": "6.0.3",
"tslib": "^1.9.0",
"typescript": "^2.8.3"
"ts-node": "^6.1.0",
"tslib": "^1.9.2",
"typescript": "^2.9.1"
},
"engines": {
"node": ">=8.0.0"
Expand Down
Loading

0 comments on commit aee668c

Please sign in to comment.