Skip to content

Commit

Permalink
update versions (#225)
Browse files Browse the repository at this point in the history
  • Loading branch information
slavik-lvovsky authored Apr 19, 2020
1 parent fcb9e18 commit 349e801
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 17 deletions.
14 changes: 7 additions & 7 deletions 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.73",
"version": "0.0.74",
"engines": {
"vscode": "^1.39.2"
},
Expand Down Expand Up @@ -94,10 +94,10 @@
"lint": "tslint '*/*.{ts,tsx}' -c ./tslint.yml"
},
"dependencies": {
"@sap-devx/webview-rpc": "^0.2.0",
"@sap-devx/webview-rpc": "^0.2.2",
"@sap-devx/yeoman-ui-types": "0.0.1",
"@vscode-logging/logger": "^0.1.2",
"chalk": "^3.0.0",
"@vscode-logging/logger": "1.0.0",
"chalk": "^4.0.0",
"datauri": "^2.0.0",
"fs-extra": "^8.1.0",
"humanize-string": "^1.0.2",
Expand All @@ -106,15 +106,15 @@
"strip-ansi": "^6.0.0",
"titleize": "^1.0.1",
"ws": "^7.2.0",
"yeoman-environment": "^2.8.0"
"yeoman-environment": "2.8.0"
},
"devDependencies": {
"@types/chai": "^4.2.9",
"@types/fs-extra": "^8.1.0",
"@types/inquirer": "^6.5.0",
"@types/lodash": "^4.14.145",
"@types/lodash": "^4.14.150",
"@types/mocha": "^5.2.7",
"@types/node": "^10.17.16",
"@types/node": "^10.17.20",
"@types/object-hash": "^1.3.1",
"@types/sinon": "^7.5.0",
"@types/strip-ansi": "^5.2.1",
Expand Down
20 changes: 10 additions & 10 deletions frontend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,10 @@
"precommit": "lint-staged"
},
"dependencies": {
"@mdi/font": "^4.9.95",
"@mdi/font": "^5.1.45",
"@sap-devx/inquirer-gui": "0.1.7",
"@sap-devx/inquirer-gui-file-browser-plugin": "0.0.3",
"@sap-devx/inquirer-gui-folder-browser-plugin": "0.0.1",
"@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-tiles-plugin": "0.0.3",
"core-js": "2.6.6",
Expand All @@ -27,16 +27,16 @@
"material-design-icons-iconfont": "^5.0.1",
"vue": "^2.6.10",
"vue-loading-overlay": "^3.3.0",
"vuetify": "^2.2.15"
"vuetify": "^2.2.22"
},
"devDependencies": {
"@babel/preset-env": "^7.8.4",
"@sap-devx/webview-rpc": "^0.2.0",
"@babel/preset-env": "^7.9.5",
"@sap-devx/webview-rpc": "^0.2.2",
"@vue/cli-plugin-babel": "^3.11.0",
"@vue/cli-plugin-eslint": "^3.11.0",
"@vue/cli-plugin-unit-jest": "^4.2.2",
"@vue/cli-plugin-unit-jest": "^4.3.1",
"@vue/cli-service": "^3.11.0",
"@vue/test-utils": "^1.0.0-beta.31",
"@vue/test-utils": "^1.0.0-beta.33",
"babel-eslint": "^10.0.1",
"babel-jest": "^24.9.0",
"canvas": "2.5.0",
Expand All @@ -49,13 +49,13 @@
"jest-serializer-vue": "^2.0.2",
"lint-staged": "^8.1.5",
"mock-socket": "^9.0.2",
"sass": "^1.25.0",
"sass": "^1.26.3",
"sass-loader": "^8.0.2",
"vue-cli-plugin-vuetify": "^2.0.5",
"vue-jest": "^3.0.5",
"vue-template-compiler": "^2.6.10",
"vuetify-loader": "^1.3.0",
"webpack": "^4.41.6"
"webpack": "^4.42.1"
},
"eslintConfig": {
"root": true,
Expand Down

0 comments on commit 349e801

Please sign in to comment.