Skip to content

Commit

Permalink
Merge branch 'release/release-v0.x' into snyk-upgrade-088bafd6f61dc2f…
Browse files Browse the repository at this point in the history
…d3fc3bf896857052e
  • Loading branch information
pateash committed Mar 27, 2020
2 parents 41990bc + 8ef13d3 commit ba77aa4
Show file tree
Hide file tree
Showing 3 changed files with 45 additions and 53 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ CLI for Developers
![node (scoped)](https://img.shields.io/node/v/@codingtools/cdt)[![GitHub commit activity](https://img.shields.io/github/commit-activity/m/codingtools/cdt)](https://github.com/codingtools/cdt/graphs/commit-activity)
[![GitHub contributors](https://img.shields.io/github/contributors/codingtools/cdt)](https://github.com/codingtools/cdt/graphs/contributors)
[![License](https://img.shields.io/npm/l/@codingtools/cdt)](https://github.com/codingtools/cdt/blob/master/package.json)
[![Greenkeeper badge](https://badges.greenkeeper.io/codingtools/cdt.svg)](https://greenkeeper.io/)

<!-- ![Node](https://img.shields.io/node/v/@codingtools/cdt) -->
<!-- [![Downloads](https://img.shields.io/npm/dm/@codingtools/cdt)](https://npmjs.org/package/@codingtools/cdt) -->

Expand Down
84 changes: 38 additions & 46 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

12 changes: 6 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,25 +11,25 @@
},
"dependencies": {
"@oclif/command": "^1.5.19",
"@oclif/config": "^1.13.3",
"@oclif/plugin-autocomplete": "^0.1.4",
"@oclif/config": "^1.14.0",
"@oclif/plugin-autocomplete": "^0.1.5",
"@oclif/plugin-help": "^2.2.1",
"@oclif/plugin-not-found": "^1.2.3",
"@oclif/plugin-warn-if-update-available": "^1.7.0",
"avsc": "^5.4.18",
"avsc": "^5.4.19",
"axios": "^0.19.0",
"chalk": "^3.0.0",
"codecov": "^3.6.5",
"crypto-js": "^4.0.0",
"detect-character-encoding": "^0.8.0",
"encoding-japanese": "^1.0.30",
"jshashes": "^1.0.7",
"jshashes": "^1.0.8",
"json-2-csv": "^3.5.9",
"minify": "^5.0.0",
"moment": "^2.24.0",
"moment-timezone": "^0.5.27",
"moment-timezone": "^0.5.28",
"nyc": "^15.0.0",
"ora": "^4.0.2",
"ora": "^4.0.3",
"signale": "^1.4.0",
"test": "^0.6.0",
"tslib": "^1.11.1"
Expand Down

0 comments on commit ba77aa4

Please sign in to comment.