Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions .eslintrc.js
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,8 @@ module.exports = {
"plugin:vue/vue3-recommended",
],
rules: {
"vue/multi-word-component-names": "off",
"vue/no-reserved-component-names": "off",
"import/order": [
"warn",
{
Expand Down
10 changes: 0 additions & 10 deletions @types/env.d.ts

This file was deleted.

29 changes: 0 additions & 29 deletions @types/images.d.ts

This file was deleted.

2 changes: 1 addition & 1 deletion locales/en.json
Original file line number Diff line number Diff line change
Expand Up @@ -139,7 +139,7 @@
"InterfaceHistory.button.received": "Received",
"InterfaceHistory.button.sent": "Sent",
"InterfaceHistory.button.tokens": "Tokens",
"InterfaceHistory.button.account": "Account",
"InterfaceHistory.button.accounts": "Accounts",
"InterfaceHistory.header": "History",
"InterfaceHistory.kabuto": "See your recent transactions on Kabuto",
"InterfaceHome.button.buy": "Buy",
Expand Down
2 changes: 1 addition & 1 deletion netlify.toml
Original file line number Diff line number Diff line change
Expand Up @@ -20,4 +20,4 @@ force = true
[[redirects]]
from = "/*"
to = "/index.html"
status = 200
status = 200
100 changes: 51 additions & 49 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "myhbarwallet",
"productName": "MyHbarWallet",
"version": "0.6.6",
"version": "0.6.7",
"description": "MyHbarWallet is a free, client-side interface helping you interact with Hedera™ Hashgraph.",
"main": "src/electron/main.ts",
"repository": "https://github.com/hashgraph/myhbarwallet",
Expand All @@ -28,7 +28,7 @@
},
"build": {
"appId": "com.myhbarwallet.app",
"copyright": "Copyright © 2021 MyHbarWallet",
"copyright": "Copyright © 2023 MyHbarWallet",
"directories": {
"output": "dist/installers"
},
Expand Down Expand Up @@ -67,65 +67,67 @@
"*.{ts,vue}": "eslint --fix"
},
"dependencies": {
"@hashgraph/sdk": "2.18.0",
"@ledgerhq/hw-transport": "^6.3.0",
"@ledgerhq/hw-transport-webusb": "^6.3.0",
"@vueuse/core": "^5.3.0",
"awilix": "^4.3.4",
"bignumber.js": "^9.0.1",
"@hashgraph/sdk": "2.19.0",
"@ledgerhq/hw-transport": "^6.27.8",
"@ledgerhq/hw-transport-webusb": "^6.27.8",
"@vueuse/core": "^9.6.0",
"awilix": "^8.0.0",
"bignumber.js": "^9.1.1",
"bip32-path": "^0.4.2",
"buffer": "^6.0.3",
"electron-window-state": "^5.0.3",
"file-type": "16.5.2",
"jdenticon": "^3.1.1",
"long": "^4.0.0",
"pinia": "^2.0.0-rc.6",
"file-type": "18.0.0",
"jdenticon": "^3.2.0",
"long": "4.0.0",
"moment": "^2.29.4",
"pinia": "^2.0.27",
"platform": "^1.3.6",
"preferred-locale": "^1.0.10",
"qrcode.vue": "^3.2.2",
"vue": "^3.2.6",
"vue-i18n": "^9.1.7",
"vue-router": "^4.0.11"
"qrcode.vue": "^3.3.3",
"vue": "^3.2.45",
"vue-i18n": "^9.2.2",
"vue-router": "^4.1.6"
},
"devDependencies": {
"@cypress/vite-dev-server": "^2.0.8",
"@cypress/vue": "^3.0.3",
"@intlify/vite-plugin-vue-i18n": "^2.4.0",
"@tailwindcss/forms": "^0.3.3",
"@cypress/vite-dev-server": "^5.0.0",
"@cypress/vue": "^5.0.3",
"@intlify/vite-plugin-vue-i18n": "^6.0.3",
"@tailwindcss/forms": "^0.5.3",
"@types/ledgerhq__hw-transport": "^4.21.4",
"@types/platform": "^1.3.4",
"@typescript-eslint/eslint-plugin": "^4.30.0",
"@typescript-eslint/parser": "^4.30.0",
"@vitejs/plugin-vue": "^1.6.0",
"@vue/compiler-sfc": "^3.2.6",
"@vue/eslint-config-typescript": "^7.0.0",
"autoprefixer": "^10.3.3",
"axios": "^0.21.1",
"@typescript-eslint/eslint-plugin": "^5.45.1",
"@typescript-eslint/parser": "^5.45.1",
"@vitejs/plugin-vue": "^3.2.0",
"@vue/compiler-sfc": "^3.2.45",
"@vue/eslint-config-typescript": "^11.0.2",
"autoprefixer": "^10.4.13",
"axios": "^1.2.1",
"cross-env": "^7.0.3",
"cypress": "^8.3.1",
"cypress": "^12.0.1",
"cypress-file-upload": "^5.0.8",
"electron": "^13.2.3",
"electron-builder": "^22.13.1",
"eslint": "^7.32.0",
"eslint-plugin-cypress": "^2.11.3",
"eslint-plugin-import": "^2.24.2",
"eslint-plugin-vue": "^7.17.0",
"electron": "^22.0.0",
"electron-builder": "^23.6.0",
"eslint": "^8.29.0",
"eslint-plugin-cypress": "^2.12.1",
"eslint-plugin-import": "^2.26.0",
"eslint-plugin-vue": "^9.8.0",
"esm": "^3.2.25",
"generate-password": "^1.6.1",
"generate-password": "^1.7.0",
"git-last-commit": "^1.0.1",
"husky": "^7.0.2",
"lint-staged": "^11.1.2",
"husky": "^8.0.2",
"lint-staged": "^13.1.0",
"npm-run-all": "^4.1.5",
"patch-package": "^6.4.7",
"pnpm": "^6.14.5",
"postcss": "^8.3.6",
"postcss-focus-visible": "^5.0.0",
"tailwindcss": "^2.2.9",
"typescript": "^4.4.2",
"vite": "^2.5.1",
"vite-plugin-html": "^2.1.0",
"vite-plugin-pwa": "^0.8.2",
"vue-tsc": "^0.2.3",
"workbox-window": "^6.2.4"
"patch-package": "^6.5.0",
"pnpm": "^7.18.1",
"postcss": "^8.4.19",
"postcss-focus-visible": "^7.1.0",
"tailwindcss": "^3.2.4",
"typescript": "^4.9.3",
"vite": "3.2.5",
"vite-plugin-html": "^3.2.0",
"vite-plugin-mkcert": "^1.10.1",
"vite-plugin-pwa": "^0.13.3",
"vue-tsc": "^1.0.11",
"workbox-window": "^6.5.4"
}
}
}
Loading