table-printer-cli
Advanced tools
Comparing version 1.1.2 to 1.1.3
@@ -0,1 +1,8 @@ | ||
## [1.1.3](https://github.com/ayonious/table-printer-cli/compare/v1.1.2...v1.1.3) (2020-12-04) | ||
### Bug Fixes | ||
* **deps:** update dependency console-table-printer to ^2.6.0 ([5757819](https://github.com/ayonious/table-printer-cli/commit/575781927c7b95b6b58f1af3a070a2c27312001c)) | ||
## [1.1.2](https://github.com/ayonious/table-printer-cli/compare/v1.1.1...v1.1.2) (2020-11-21) | ||
@@ -2,0 +9,0 @@ |
{ | ||
"name": "table-printer-cli", | ||
"version": "1.1.2", | ||
"version": "1.1.3", | ||
"description": "console table printer cli. Print table on bash terminal", | ||
@@ -39,3 +39,3 @@ "main": "dist/index.js", | ||
"commander": "^6.2.0", | ||
"console-table-printer": "^2.5.1" | ||
"console-table-printer": "^2.6.0" | ||
}, | ||
@@ -45,6 +45,6 @@ "devDependencies": { | ||
"@semantic-release/git": "^9.0.0", | ||
"@types/jest": "^26.0.15", | ||
"@types/jest": "^26.0.16", | ||
"@types/node": "^13.13.31", | ||
"@typescript-eslint/eslint-plugin": "^4.8.1", | ||
"@typescript-eslint/parser": "^4.8.1", | ||
"@typescript-eslint/eslint-plugin": "^4.9.0", | ||
"@typescript-eslint/parser": "^4.9.0", | ||
"eslint": "^7.14.0", | ||
@@ -55,5 +55,5 @@ "eslint-config-airbnb-base": "^14.2.1", | ||
"jest": "^26.6.3", | ||
"prettier": "^2.2.0", | ||
"prettier": "^2.2.1", | ||
"pretty-quick": "^3.1.0", | ||
"semantic-release": "^17.2.4", | ||
"semantic-release": "^17.3.0", | ||
"ts-jest": "^26.4.4", | ||
@@ -60,0 +60,0 @@ "typescript": "^4.1.2" |
8279
Updatedconsole-table-printer@^2.6.0