Skip to content

Commit

Permalink
Bump version to v3.0.2-alpha.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ikem-legend committed May 14, 2024
1 parent 199c6fc commit 9471ff5
Show file tree
Hide file tree
Showing 3 changed files with 257 additions and 260 deletions.
2 changes: 1 addition & 1 deletion app/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "lisk-desktop",
"version": "3.0.1",
"version": "3.0.2-alpha.0",
"productName": "Lisk",
"description": "Lisk",
"main": "./build/main.js",
Expand Down
11 changes: 6 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "Lisk",
"version": "3.0.1",
"version": "3.0.2-alpha.0",
"author": "Lisk Foundation <[email protected]>, lightcurve GmbH <[email protected]>",
"license": "GPL-3.0",
"productName": "Lisk",
Expand Down Expand Up @@ -114,13 +114,13 @@
},
"dependencies": {
"@hookform/resolvers": "2.8.8",
"@ledgerhq/hw-transport-node-hid": "6.27.17-next.0",
"@ledgerhq/hw-transport-node-hid": "6.28.5",
"@liskhq/lisk-client": "6.0.1",
"@tanstack/react-query": "4.0.10",
"@tanstack/react-query-devtools": "4.2.1",
"@walletconnect/sign-client": "2.9.0",
"@walletconnect/utils": "2.9.0",
"@zondax/ledger-lisk": "0.0.2",
"@zondax/ledger-lisk": "0.0.3",
"async-await-queue": "2.1.3",
"await-to-js": "2.1.1",
"axios": "1.6.0",
Expand All @@ -131,6 +131,7 @@
"crypto-browserify": "^3.12.0",
"dompurify": "2.4.6",
"electron-localshortcut": "3.2.1",
"electron-log": "5.1.2",
"electron-store": "8.1.0",
"express": "4.18.2",
"express-rate-limit": "6.7.0",
Expand Down Expand Up @@ -191,6 +192,7 @@
"@babel/preset-env": "7.22.5",
"@babel/preset-react": "7.22.5",
"@cucumber/cucumber": "9.2.0",
"@electron/rebuild": "3.6.0",
"@electron/universal": "1.4.1",
"@playwright/test": "1.32.1",
"@svgr/webpack": "8.0.1",
Expand All @@ -213,12 +215,11 @@
"cpx": "1.5.0",
"cross-env": "7.0.3",
"css-loader": "5.2.4",
"electron": "27.1.0",
"electron": "29.3.0",
"electron-builder": "24.6.4",
"electron-builder-notarize": "1.5.1",
"electron-devtools-installer": "3.2.0",
"electron-ipc-mock": "0.0.3",
"electron-rebuild": "3.2.9",
"electron-updater": "6.1.4",
"enzyme": "3.11.0",
"enzyme-adapter-react-16": "1.15.7",
Expand Down
Loading

0 comments on commit 9471ff5

Please sign in to comment.