Skip to content

Commit

Permalink
Prompt fixes, version updates, UX improvements
Browse files Browse the repository at this point in the history
package version updates
fix issue with prompts - arg path issues in production
improve login UX
  • Loading branch information
grctest committed May 11, 2024
1 parent c787282 commit 137d169
Show file tree
Hide file tree
Showing 7 changed files with 1,653 additions and 1,502 deletions.
1,232 changes: 637 additions & 595 deletions package-lock.json

Large diffs are not rendered by default.

46 changes: 25 additions & 21 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,11 +34,15 @@
"target": "nsis"
},
"linux": {
"target": [
"AppImage",
"deb"
],
"category": "Utility"
"category": "Utility",
"target": "deb",
"mimeTypes": [
"x-scheme-handler/rawbeeteos",
"x-scheme-handler/beeteos"
],
"desktop": {
"exec": "beeteos %U"
}
}
},
"scripts": {
Expand All @@ -53,10 +57,10 @@
"lintFix": "npm run-script eslint --ext .js,.vue src --fix"
},
"dependencies": {
"@babel/runtime": "^7.24.0",
"@babel/runtime": "^7.24.5",
"@noble/ed25519": "^1.6.1",
"@noble/secp256k1": "^1.6.3",
"balm-ui": "^10.27.0",
"balm-ui": "^10.28.2",
"bitsharesjs": "https://github.com/bitshares/bitsharesjs#develop",
"crypto-js": "^4.2.0",
"dexie": "^3.2.6",
Expand All @@ -66,45 +70,45 @@
"http-terminator": "^3.2.0",
"lzma": "^2.3.2",
"mitt": "^3.0.1",
"otpauth": "^9.2.2",
"otpauth": "^9.2.4",
"query-string": "^9.0.0",
"simple-websocket": "^9.1.0",
"socket.io": "^4.7.4",
"socket.io": "^4.7.5",
"typeface-rajdhani": "1.1.13",
"typeface-roboto": "1.1.13",
"uuid": "^9.0.1",
"vue": "^3.4.21",
"vue": "^3.4.27",
"vue-i18n": "9",
"vue-qrcode-reader": "^5.5.3",
"vue-router": "^4.3.0",
"vue-qrcode-reader": "^5.5.4",
"vue-router": "^4.3.2",
"vuex": "^4.1.0"
},
"devDependencies": {
"@babel/core": "^7.24.0",
"@babel/core": "^7.24.5",
"@babel/plugin-proposal-object-rest-spread": "^7.20.7",
"@babel/plugin-transform-runtime": "^7.24.0",
"@babel/preset-env": "^7.24.0",
"@babel/plugin-transform-runtime": "^7.24.3",
"@babel/preset-env": "^7.24.5",
"@soda/friendly-errors-webpack-plugin": "^1.8.1",
"babel-loader": "^9.1.3",
"css-loader": "^6.10.0",
"electron": "^29.1.1",
"electron": "^30.0.3",
"electron-builder": "^24.13.3",
"eslint": "^8.57.0",
"eslint-plugin-vue": "^9.22.0",
"eslint-plugin-vue": "^9.26.0",
"file-loader": "^6.2.0",
"sass": "^1.71.1",
"sass-loader": "^14.1.1",
"sass": "^1.77.0",
"sass-loader": "^14.2.1",
"source-map-support": "^0.5.21",
"style-loader": "^3.3.4",
"vue-loader": "^17.4.2",
"vue-template-compiler": "^2.7.16",
"webpack": "^5.90.3",
"webpack": "^5.91.0",
"webpack-cli": "^5.1.4",
"webpack-merge": "^5.10.0",
"webpack-node-externals": "^3.0.0"
},
"optionalDependencies": {
"bufferutil": "^4.0.8",
"utf-8-validate": "^6.0.3"
"utf-8-validate": "^6.0.4"
}
}
Loading

0 comments on commit 137d169

Please sign in to comment.