Skip to content

Commit

Permalink
inquirer-gui plugins new versions (#233)
Browse files Browse the repository at this point in the history
* inquirer-gui plugins new versions

* "@sap-devx/inquirer-gui-file-browser-plugin": "0.0.5"

* "@sap-devx/inquirer-gui-folder-browser-plugin": "0.0.3"

* backend - "version": "0.0.75"

* frontend - "version": "0.4.4"
  • Loading branch information
tomer-epstein authored Apr 22, 2020
1 parent 769eb74 commit a66d1e4
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion backend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"license": "Apache 2.0",
"description": "Provide rich user experience for Yeoman generators using VSCode extension or the browser",
"repository": "https://github.com/SAP/yeoman-ui",
"version": "0.0.74",
"version": "0.0.75",
"engines": {
"vscode": "^1.39.2"
},
Expand Down
8 changes: 4 additions & 4 deletions frontend/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "yeoman-ui-frontend",
"displayName": "Yeoman UI Frontend",
"version": "0.4.3",
"version": "0.4.4",
"publisher": "SAP",
"license": "Apache 2.0",
"description": "Frontend for the yeoman UI framework",
Expand All @@ -17,9 +17,9 @@
"dependencies": {
"@mdi/font": "^5.1.45",
"@sap-devx/inquirer-gui": "0.1.7",
"@sap-devx/inquirer-gui-file-browser-plugin": "0.0.4",
"@sap-devx/inquirer-gui-folder-browser-plugin": "0.0.2",
"@sap-devx/inquirer-gui-login-plugin": "0.0.2",
"@sap-devx/inquirer-gui-file-browser-plugin": "0.0.5",
"@sap-devx/inquirer-gui-folder-browser-plugin": "0.0.3",
"@sap-devx/inquirer-gui-login-plugin": "0.0.3",
"@sap-devx/inquirer-gui-tiles-plugin": "0.0.8",
"core-js": "2.6.6",
"jquery": "3.4.1",
Expand Down

0 comments on commit a66d1e4

Please sign in to comment.