-
Notifications
You must be signed in to change notification settings - Fork 6
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge remote-tracking branch 'origin/2590----create-buysell-exchange-…
…ui' into 2735-add-min-and-max-amount-in-amountinput
- Loading branch information
Showing
35 changed files
with
761 additions
and
502 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
{ | ||
"name": "desktop", | ||
"productName": "Bloom", | ||
"version": "1.1.1", | ||
"version": "1.1.3", | ||
"description": "Simple and secure web3 wallet for the IOTA and Shimmer ecosystem", | ||
"main": "public/build/main.process.js", | ||
"repository": "[email protected]:bloomwalletio/bloom.git", | ||
|
@@ -44,25 +44,25 @@ | |
"keytar": "7.9.0", | ||
"node-machine-id": "1.1.12", | ||
"stream-http": "3.2.0", | ||
"url": "0.11.3" | ||
"url": "0.11.4" | ||
}, | ||
"devDependencies": { | ||
"@types/webpack": "5.28.5", | ||
"autoprefixer": "10.4.16", | ||
"autoprefixer": "10.4.19", | ||
"copy-webpack-plugin": "12.0.2", | ||
"cross-env": "7.0.3", | ||
"css-loader": "7.1.2", | ||
"electron": "30.0.9", | ||
"electron-builder": "24.13.3", | ||
"@electron/notarize": "2.3.0", | ||
"esbuild": "0.22.0", | ||
"esbuild-loader": "4.2.0", | ||
"esbuild-loader": "4.2.2", | ||
"mini-css-extract-plugin": "2.9.0", | ||
"node-loader": "2.0.0", | ||
"npm-run-all": "4.1.5", | ||
"postcss-load-config": "5.0.3", | ||
"postcss-url": "10.1.3", | ||
"webpack": "5.92.1", | ||
"webpack": "5.93.0", | ||
"webpack-cli": "5.1.4", | ||
"webpack-dev-server": "5.0.4" | ||
}, | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,11 +1,11 @@ | ||
{ | ||
"name": "shared", | ||
"version": "1.1.1", | ||
"version": "1.1.3", | ||
"description": "TypeScript library for the Bloom application", | ||
"author": "Bloom Labs Ltd <[email protected]>", | ||
"license": "PolyForm Strict License 1.0.0", | ||
"dependencies": { | ||
"@bloomwalletio/ui": "0.21.9", | ||
"@bloomwalletio/ui": "0.21.10", | ||
"@ethereumjs/common": "4.3.0", | ||
"@ethereumjs/rlp": "5.0.2", | ||
"@ethereumjs/tx": "5.3.0", | ||
|
@@ -24,6 +24,7 @@ | |
"lottie-web": "5.12.2", | ||
"qrious": "4.0.2", | ||
"sanitize-html": "2.13.0", | ||
"semver": "7.6.3", | ||
"sha3": "2.1.4", | ||
"svelte": "4.2.18", | ||
"svelte-i18n": "4.0.0", | ||
|
@@ -47,7 +48,7 @@ | |
"postcss": "8.4.38", | ||
"postcss-cli": "11.0.0", | ||
"svelte-loader": "3.2.3", | ||
"tailwindcss": "3.4.3", | ||
"tailwindcss": "3.4.7", | ||
"tslib": "2.6.3", | ||
"valid-url": "1.0.9", | ||
"zxcvbn": "4.4.2" | ||
|
Oops, something went wrong.