Skip to content

Commit

Permalink
fix(abap-deploy-config-inquirer ): add missing dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
longieirl committed Sep 3, 2024
1 parent 5a6b177 commit 125a0f4
Show file tree
Hide file tree
Showing 3 changed files with 20 additions and 8 deletions.
5 changes: 5 additions & 0 deletions .changeset/wet-bats-shake.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'@sap-ux/abap-deploy-config-inquirer': patch
---

Add missing dependencies
8 changes: 5 additions & 3 deletions packages/abap-deploy-config-inquirer/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,11 +38,13 @@
"@sap-ux/store": "workspace:*",
"@sap-ux/system-access": "workspace:*",
"@sap-ux/ui5-config": "workspace:*",
"i18next": "23.5.1"
"i18next": "23.5.1",
"@sap-devx/yeoman-ui-types": "1.14.4",
"inquirer-autocomplete-prompt": "2.0.1",
"inquirer": "8.2.6"
},
"devDependencies": {
"@types/inquirer": "8.2.6",
"@types/inquirer-autocomplete-prompt": "2.0.1",
"@sap-devx/yeoman-ui-types": "1.14.4"
"@types/inquirer-autocomplete-prompt": "2.0.1"
}
}
15 changes: 10 additions & 5 deletions pnpm-lock.yaml

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

0 comments on commit 125a0f4

Please sign in to comment.