Skip to content

Commit 9471ff5

Browse files
committed
Bump version to v3.0.2-alpha.0
1 parent 199c6fc commit 9471ff5

File tree

3 files changed

+257
-260
lines changed

3 files changed

+257
-260
lines changed

app/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "lisk-desktop",
3-
"version": "3.0.1",
3+
"version": "3.0.2-alpha.0",
44
"productName": "Lisk",
55
"description": "Lisk",
66
"main": "./build/main.js",

package.json

+6-5
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "Lisk",
3-
"version": "3.0.1",
3+
"version": "3.0.2-alpha.0",
44
"author": "Lisk Foundation <admin@lisk.com>, lightcurve GmbH <admin@lightcurve.io>",
55
"license": "GPL-3.0",
66
"productName": "Lisk",
@@ -114,13 +114,13 @@
114114
},
115115
"dependencies": {
116116
"@hookform/resolvers": "2.8.8",
117-
"@ledgerhq/hw-transport-node-hid": "6.27.17-next.0",
117+
"@ledgerhq/hw-transport-node-hid": "6.28.5",
118118
"@liskhq/lisk-client": "6.0.1",
119119
"@tanstack/react-query": "4.0.10",
120120
"@tanstack/react-query-devtools": "4.2.1",
121121
"@walletconnect/sign-client": "2.9.0",
122122
"@walletconnect/utils": "2.9.0",
123-
"@zondax/ledger-lisk": "0.0.2",
123+
"@zondax/ledger-lisk": "0.0.3",
124124
"async-await-queue": "2.1.3",
125125
"await-to-js": "2.1.1",
126126
"axios": "1.6.0",
@@ -131,6 +131,7 @@
131131
"crypto-browserify": "^3.12.0",
132132
"dompurify": "2.4.6",
133133
"electron-localshortcut": "3.2.1",
134+
"electron-log": "5.1.2",
134135
"electron-store": "8.1.0",
135136
"express": "4.18.2",
136137
"express-rate-limit": "6.7.0",
@@ -191,6 +192,7 @@
191192
"@babel/preset-env": "7.22.5",
192193
"@babel/preset-react": "7.22.5",
193194
"@cucumber/cucumber": "9.2.0",
195+
"@electron/rebuild": "3.6.0",
194196
"@electron/universal": "1.4.1",
195197
"@playwright/test": "1.32.1",
196198
"@svgr/webpack": "8.0.1",
@@ -213,12 +215,11 @@
213215
"cpx": "1.5.0",
214216
"cross-env": "7.0.3",
215217
"css-loader": "5.2.4",
216-
"electron": "27.1.0",
218+
"electron": "29.3.0",
217219
"electron-builder": "24.6.4",
218220
"electron-builder-notarize": "1.5.1",
219221
"electron-devtools-installer": "3.2.0",
220222
"electron-ipc-mock": "0.0.3",
221-
"electron-rebuild": "3.2.9",
222223
"electron-updater": "6.1.4",
223224
"enzyme": "3.11.0",
224225
"enzyme-adapter-react-16": "1.15.7",

0 commit comments

Comments
 (0)