Skip to content

Commit

Permalink
fix: fix terminal width
Browse files Browse the repository at this point in the history
  • Loading branch information
pviti committed Sep 13, 2024
1 parent d9b469e commit 794ac7b
Show file tree
Hide file tree
Showing 4 changed files with 1,269 additions and 1,224 deletions.
16 changes: 8 additions & 8 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,25 +36,25 @@
"@babel/preset-env": "^7.25.4",
"@babel/preset-typescript": "^7.24.7",
"@commercelayer/eslint-config-ts": "^1.4.5",
"@oclif/core": "^4.0.18",
"@oclif/core": "^3.27.0",
"@semantic-release/changelog": "^6.0.3",
"@semantic-release/git": "^10.0.1",
"@types/cli-progress": "^3.11.6",
"@types/color": "^3.0.6",
"@types/jest": "^29.5.12",
"@types/jest": "^29.5.13",
"@types/js-yaml": "^3.12.10",
"@types/node": "^22.5.0",
"@types/node": "^22.5.4",
"@types/slice-ansi": "^4.0.0",
"@types/supports-color": "^8.1.3",
"@types/wordwrap": "^1.0.3",
"@typescript-eslint/eslint-plugin": "^7.18.0",
"eslint": "^8.57.0",
"jest": "^29.7.0",
"oclif": "^4.14.22",
"semantic-release": "^24.1.0",
"oclif": "^4.14.32",
"semantic-release": "^24.1.1",
"tsup": "^8.2.4",
"tsx": "^4.17.0",
"typescript": "^5.5.4"
"tsx": "^4.19.1",
"typescript": "^5.6.2"
},
"dependencies": {
"ansi-escapes": "^4.3.2",
Expand All @@ -76,7 +76,7 @@
"wordwrap": "^1.0.0"
},
"peerDependencies": {
"@oclif/core": ">=3"
"@oclif/core": "3.27.0"
},
"repository": "github:commercelayer/commercelayer-cli-ux",
"publishConfig": {
Expand Down
Loading

0 comments on commit 794ac7b

Please sign in to comment.