Skip to content

Commit

Permalink
refactor: consume inquire-gui v3.1.0 + foodq confirm example (#867)
Browse files Browse the repository at this point in the history
Co-authored-by: Cristian Tirotta <59051220+TirottaSoftware@users.noreply.github.com>
  • Loading branch information
TirottaSAP and TirottaSoftware authored Feb 20, 2025
1 parent fbb2271 commit a30cefd
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 5 deletions.
2 changes: 1 addition & 1 deletion packages/frontend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@
},
"dependencies": {
"@mdi/font": "5.9.55",
"@sap-devx/inquirer-gui": "3.0.8",
"@sap-devx/inquirer-gui": "3.1.0",
"@sap-devx/inquirer-gui-auto-complete-plugin": "3.0.6",
"@sap-devx/inquirer-gui-file-browser-plugin": "3.0.3",
"@sap-devx/inquirer-gui-folder-browser-plugin": "3.0.3",
Expand Down
2 changes: 2 additions & 0 deletions packages/generator-foodq/generators/app/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -147,6 +147,8 @@ module.exports = class extends Generator {
type: "confirm",
name: "hungry",
message: "Are you hungry?",
labelTrue: "Yes, I am",
labelFalse: "No, I am not",
guiOptions: {
breadcrumb: "Hungry",
},
Expand Down
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2185,10 +2185,10 @@
dependencies:
vue "^3.3.4"

"@sap-devx/inquirer-gui@3.0.8":
version "3.0.8"
resolved "https://registry.yarnpkg.com/@sap-devx/inquirer-gui/-/inquirer-gui-3.0.8.tgz#07b074f4e727fb06a67c66005e1bb145ae68ccda"
integrity sha512-Mdv6XjPZ3CyS/epGrSvVtABrMPo/OXK7Br4BCZ6aYOW1267pOsSW9N/aLrMnIKLyzB2+y7GHVGIb0Dyz6a9v6g==
"@sap-devx/inquirer-gui@3.1.0":
version "3.1.0"
resolved "https://registry.yarnpkg.com/@sap-devx/inquirer-gui/-/inquirer-gui-3.1.0.tgz#0e595e8627bc21ce3d848561c160bcc78b2c461d"
integrity sha512-tyqSfuwwpS6jqKDqs6KsMVkMAoKDiEhKkEhjwCq3YbPPTRABHGZD8DhHzi8LQH+iVmNK7OTNUhUl+1c09ERsWg==
dependencies:
lodash "^4.17.21"
strip-ansi "^6.0.0"
Expand Down

0 comments on commit a30cefd

Please sign in to comment.