Skip to content

Commit ef8cc9e

Browse files
committed
upgrade some deps + bump version to v0.3.8
1 parent e6e70b8 commit ef8cc9e

File tree

3 files changed

+14
-14
lines changed

3 files changed

+14
-14
lines changed

package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "cashonize-wallet",
3-
"version": "0.3.7",
3+
"version": "0.3.8",
44
"description": "Cashonize is a Bitcoin Cash (BCH) Wallet which supports CashTokens, WalletConnect and CashConnect.",
55
"productName": "Cashonize",
66
"author": "",
@@ -36,7 +36,7 @@
3636
"quasar": "^2.18.1",
3737
"vue": "^3.5.13",
3838
"vue-qrcode-reader": "^5.7.2",
39-
"vue-router": "^4.5.0"
39+
"vue-router": "^4.5.1"
4040
},
4141
"devDependencies": {
4242
"@eslint/js": "^9.25.1",
@@ -45,10 +45,10 @@
4545
"@types/node": "^20.5.9",
4646
"@vue/eslint-config-typescript": "^14.5.0",
4747
"autoprefixer": "^10.4.2",
48-
"electron": "^35.2.0",
48+
"electron": "^36.0.0",
4949
"electron-builder": "^26.0.12",
5050
"eslint": "^9.25.1",
51-
"eslint-plugin-vue": "^10.0.0",
51+
"eslint-plugin-vue": "^10.0.1",
5252
"globals": "^16.0.0",
5353
"jiti": "^2.4.2",
5454
"rollup-plugin-visualizer": "^5.14.0",

src-capacitor/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "cashonize-wallet",
3-
"version": "0.3.7",
3+
"version": "0.3.8",
44
"description": "Cashonize is a Bitcoin Cash (BCH) Wallet which supports CashTokens, WalletConnect and CashConnect.",
55
"private": true,
66
"dependencies": {

yarn.lock

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -3743,10 +3743,10 @@ electron-to-chromium@^1.4.601:
37433743
resolved "https://registry.npmjs.org/electron-to-chromium/-/electron-to-chromium-1.4.637.tgz"
37443744
integrity sha512-G7j3UCOukFtxVO1vWrPQUoDk3kL70mtvjc/DC/k2o7lE0wAdq+Vwp1ipagOow+BH0uVztFysLWbkM/RTIrbK3w==
37453745

3746-
electron@^35.2.0:
3747-
version "35.2.1"
3748-
resolved "https://registry.yarnpkg.com/electron/-/electron-35.2.1.tgz#9aa91840e6f72c58cbccf7d17d52da0f479fc35c"
3749-
integrity sha512-LO4xXLpzkPPUVLvAbdHMlW7N9Z+Qqz+7QsmSWXluTIQMeJk+v7o36nUTZghyA2I1s//tlMvuaCtle6Qo2W0Ktg==
3746+
electron@^36.0.0:
3747+
version "36.0.0"
3748+
resolved "https://registry.yarnpkg.com/electron/-/electron-36.0.0.tgz#ffbe7ca9edecaee53617f29a088be10bbed9a45f"
3749+
integrity sha512-MhBL5tgzqLsiw++YXxzXRvF5s90gelcEZP4Upz/aaRmmoscmCw/EtimxMSH6EPnKt+8KwBY9RVAdlcffFPYkyw==
37503750
dependencies:
37513751
"@electron/get" "^2.0.0"
37523752
"@types/node" "^22.7.7"
@@ -3941,10 +3941,10 @@ escape-string-regexp@^4.0.0:
39413941
resolved "https://registry.npmjs.org/escape-string-regexp/-/escape-string-regexp-4.0.0.tgz"
39423942
integrity sha512-TtpcNJ3XAzx3Gq8sWRzJaVajRs0uVxA2YAkdb1jm2YkPz4G6egUFAyA3n5vtEIZefPk5Wa4UXbKuS5fKkJWdgA==
39433943

3944-
eslint-plugin-vue@^10.0.0:
3945-
version "10.0.0"
3946-
resolved "https://registry.yarnpkg.com/eslint-plugin-vue/-/eslint-plugin-vue-10.0.0.tgz#42707bfb8c4490b0b1a4be6f11a416fb16c3d11c"
3947-
integrity sha512-XKckedtajqwmaX6u1VnECmZ6xJt+YvlmMzBPZd+/sI3ub2lpYZyFnsyWo7c3nMOQKJQudeyk1lw/JxdgeKT64w==
3944+
eslint-plugin-vue@^10.0.1:
3945+
version "10.0.1"
3946+
resolved "https://registry.yarnpkg.com/eslint-plugin-vue/-/eslint-plugin-vue-10.0.1.tgz#5194318eb76f98ccf7b7d28f0c7103842c7f480f"
3947+
integrity sha512-A5dRYc3eQ5i2rJFBW8J6F69ur/H7YfYg+5SCg6v829FU0BhM4fUTrRVR2d4MdZgzw0ioJEk6otYHEAnoGFqO4A==
39483948
dependencies:
39493949
"@eslint-community/eslint-utils" "^4.4.0"
39503950
natural-compare "^1.4.0"
@@ -7689,7 +7689,7 @@ vue-qrcode-reader@^5.7.2:
76897689
barcode-detector "2.2.2"
76907690
webrtc-adapter "8.2.3"
76917691

7692-
vue-router@^4.5.0:
7692+
vue-router@^4.5.1:
76937693
version "4.5.1"
76947694
resolved "https://registry.yarnpkg.com/vue-router/-/vue-router-4.5.1.tgz#47bffe2d3a5479d2886a9a244547a853aa0abf69"
76957695
integrity sha512-ogAF3P97NPm8fJsE4by9dwSYtDwXIY1nFY9T6DyQnGHd1E2Da94w9JIolpe42LJGIl0DwOHBi8TcRPlPGwbTtw==

0 commit comments

Comments
 (0)