-
Notifications
You must be signed in to change notification settings - Fork 29
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #114 from celo-tools/1.8.0
v1.8.0
- Loading branch information
Showing
39 changed files
with
14,856 additions
and
9,992 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
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
Large diffs are not rendered by default.
Oops, something went wrong.
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 |
---|---|---|
@@ -0,0 +1,3 @@ | ||
nodeLinker: node-modules | ||
|
||
yarnPath: .yarn/releases/yarn-3.6.1.cjs |
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,6 +1,6 @@ | ||
{ | ||
"name": "celo-web-wallet", | ||
"version": "1.7.1", | ||
"version": "1.8.0", | ||
"description": "A lightweight web and desktop wallet for the Celo network", | ||
"keywords": [ | ||
"Celo", | ||
|
@@ -29,7 +29,7 @@ | |
"electron:prod": "yarn electron:build && DEBUG=electron-builder electron-builder --publish never" | ||
}, | ||
"dependencies": { | ||
"@celo-tools/celo-ethers-wrapper": "^0.1.0", | ||
"@celo-tools/celo-ethers-wrapper": "^0.4.0", | ||
"@emotion/react": "^11.7.1", | ||
"@ledgerhq/hw-app-eth": "^5.51.1", | ||
"@ledgerhq/hw-transport-node-hid-noevents": "^5.51.1", | ||
|
@@ -52,11 +52,7 @@ | |
"react-window": "^1.8.6", | ||
"redux-persist": "^6.0.0", | ||
"redux-saga": "^1.1.3", | ||
"typed-redux-saga": "^1.4.0", | ||
"wcv1/client": "npm:@walletconnect/[email protected]", | ||
"wcv2/client": "npm:@walletconnect/[email protected]", | ||
"wcv2/types": "npm:@walletconnect/[email protected]", | ||
"wcv2/utils": "npm:@walletconnect/[email protected]" | ||
"typed-redux-saga": "^1.4.0" | ||
}, | ||
"devDependencies": { | ||
"@babel/core": "^7.17.5", | ||
|
@@ -78,7 +74,7 @@ | |
"babel-plugin-module-name-mapper": "^1.2.0", | ||
"copy-webpack-plugin": "^10.2.4", | ||
"css-loader": "^6.6.0", | ||
"electron": "^17.1.0", | ||
"electron": "^17.4.11", | ||
"electron-builder": "^22.14.13", | ||
"electron-notarize": "^1.1.1", | ||
"eslint": "^8.10.0", | ||
|
@@ -96,11 +92,7 @@ | |
"webpack-dev-server": "^4.7.4" | ||
}, | ||
"resolutions": { | ||
"pbkdf2": "^3.1.2", | ||
"wcv2/client": "npm:@walletconnect/[email protected]", | ||
"wcv2/types": "npm:@walletconnect/[email protected]", | ||
"wcv2/utils": "npm:@walletconnect/[email protected]", | ||
"wcv2/**/@walletconnect/types": "npm:@walletconnect/[email protected]", | ||
"wcv2/**/@walletconnect/utils": "npm:@walletconnect/[email protected]" | ||
} | ||
"pbkdf2": "^3.1.2" | ||
}, | ||
"packageManager": "[email protected]" | ||
} |
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
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
Oops, something went wrong.