Skip to content

Commit

Permalink
fix: fix cli ux
Browse files Browse the repository at this point in the history
  • Loading branch information
pviti committed Oct 10, 2024
1 parent cefd31e commit 04190b7
Show file tree
Hide file tree
Showing 3 changed files with 584 additions and 546 deletions.
14 changes: 7 additions & 7 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -103,30 +103,30 @@
"@types/configstore": "^4.0.0",
"@types/inquirer": "^8.2.10",
"@types/lodash.kebabcase": "^4.1.9",
"@types/mocha": "^10.0.8",
"@types/node": "^22.7.4",
"@types/mocha": "^10.0.9",
"@types/node": "^22.7.5",
"@types/update-notifier": "^5.1.0",
"@withfig/autocomplete-types": "^1.31.0",
"chai": "^4.5.0",
"dotenv": "^16.4.5",
"eslint": "^8.57.1",
"mocha": "^10.7.3",
"nyc": "^15.1.0",
"oclif": "^4.14.36",
"oclif": "^4.15.6",
"semantic-release": "^24.1.2",
"tsx": "^4.19.1",
"typescript": "^5.6.2"
"typescript": "^5.6.3"
},
"dependencies": {
"@commercelayer/cli-core": "^5.2.4",
"@commercelayer/cli-core": "^5.3.0",
"@commercelayer/cli-ux": "^1.0.6",
"@commercelayer/provisioning-sdk": "^2.1.1",
"@commercelayer/sdk": "^6.20.0",
"@commercelayer/sdk": "^6.22.0",
"@oclif/core": "^3.27.0",
"@oclif/plugin-autocomplete": "^3.2.5",
"@oclif/plugin-help": "6.2.8",
"@oclif/plugin-not-found": "^3.2.22",
"@oclif/plugin-plugins": "^5.4.10",
"@oclif/plugin-plugins": "^5.4.14",
"configstore": "^5.0.1",
"inquirer": "^8.2.6",
"lodash.kebabcase": "^4.1.1",
Expand Down
Loading

0 comments on commit 04190b7

Please sign in to comment.