Skip to content

Commit

Permalink
Lock versions for BigNumber fix (#3017).
Browse files Browse the repository at this point in the history
  • Loading branch information
ricmoo committed May 24, 2022
1 parent 30b716b commit a27ef82
Show file tree
Hide file tree
Showing 33 changed files with 220 additions and 220 deletions.
18 changes: 9 additions & 9 deletions packages/abi/package.json
@@ -1,15 +1,15 @@
{
"author": "Richard Moore <me@ricmoo.com>",
"dependencies": {
"@ethersproject/address": "^5.6.0",
"@ethersproject/bignumber": "^5.6.0",
"@ethersproject/bytes": "^5.6.0",
"@ethersproject/constants": "^5.6.0",
"@ethersproject/hash": "^5.6.0",
"@ethersproject/keccak256": "^5.6.0",
"@ethersproject/address": "^5.6.1",
"@ethersproject/bignumber": "^5.6.2",
"@ethersproject/bytes": "^5.6.1",
"@ethersproject/constants": "^5.6.1",
"@ethersproject/hash": "^5.6.1",
"@ethersproject/keccak256": "^5.6.1",
"@ethersproject/logger": "^5.6.0",
"@ethersproject/properties": "^5.6.0",
"@ethersproject/strings": "^5.6.0"
"@ethersproject/strings": "^5.6.1"
},
"description": "Utilities and Classes for parsing, formatting and managing Ethereum ABIs.",
"ethereum": "donations.ethers.eth",
Expand Down Expand Up @@ -43,7 +43,7 @@
"test": "echo \"Error: no test specified\" && exit 1"
},
"sideEffects": false,
"tarballHash": "0x7ff6c636d18c294fc57e928acd5220663b349ead342f891342017e12078fbc80",
"tarballHash": "0x2d96f539c1e65b970f674ea9f938ed6f032fdcce7ae53d15fbc862bb4ccee929",
"types": "./lib/index.d.ts",
"version": "5.6.2"
"version": "5.6.3"
}
14 changes: 7 additions & 7 deletions packages/abstract-provider/package.json
@@ -1,13 +1,13 @@
{
"author": "Richard Moore <me@ricmoo.com>",
"dependencies": {
"@ethersproject/bignumber": "^5.6.0",
"@ethersproject/bytes": "^5.6.0",
"@ethersproject/bignumber": "^5.6.2",
"@ethersproject/bytes": "^5.6.1",
"@ethersproject/logger": "^5.6.0",
"@ethersproject/networks": "^5.6.0",
"@ethersproject/networks": "^5.6.3",
"@ethersproject/properties": "^5.6.0",
"@ethersproject/transactions": "^5.6.0",
"@ethersproject/web": "^5.6.0"
"@ethersproject/transactions": "^5.6.2",
"@ethersproject/web": "^5.6.1"
},
"description": "An Abstract Class for describing an Ethereum Provider for ethers.",
"ethereum": "donations.ethers.eth",
Expand Down Expand Up @@ -41,7 +41,7 @@
"test": "echo \"Error: no test specified\" && exit 1"
},
"sideEffects": false,
"tarballHash": "0x27d91252dc988dbfc32462fa6dbdb94c2e169bc142b722e1177e32c2ec643176",
"tarballHash": "0x6a2c0239731f6193b7bd41f575022a6c7a2f698d8a1f5cebcfd3091b3e1ad772",
"types": "./lib/index.d.ts",
"version": "5.6.0"
"version": "5.6.1"
}
10 changes: 5 additions & 5 deletions packages/abstract-signer/package.json
@@ -1,9 +1,9 @@
{
"author": "Richard Moore <me@ricmoo.com>",
"dependencies": {
"@ethersproject/abstract-provider": "^5.6.0",
"@ethersproject/bignumber": "^5.6.0",
"@ethersproject/bytes": "^5.6.0",
"@ethersproject/abstract-provider": "^5.6.1",
"@ethersproject/bignumber": "^5.6.2",
"@ethersproject/bytes": "^5.6.1",
"@ethersproject/logger": "^5.6.0",
"@ethersproject/properties": "^5.6.0"
},
Expand Down Expand Up @@ -39,7 +39,7 @@
"test": "echo \"Error: no test specified\" && exit 1"
},
"sideEffects": false,
"tarballHash": "0xfdf217caee4e8beea86962eb90a9792cdbf48352066a9b865a6798487fe0cbfd",
"tarballHash": "0xccde7c72f3a33044ff7c17bc1b708447b07ce92b7ba7234931549d372e75e4d7",
"types": "./lib/index.d.ts",
"version": "5.6.1"
"version": "5.6.2"
}
12 changes: 6 additions & 6 deletions packages/address/package.json
@@ -1,11 +1,11 @@
{
"author": "Richard Moore <me@ricmoo.com>",
"dependencies": {
"@ethersproject/bignumber": "^5.6.0",
"@ethersproject/bytes": "^5.6.0",
"@ethersproject/keccak256": "^5.6.0",
"@ethersproject/bignumber": "^5.6.2",
"@ethersproject/bytes": "^5.6.1",
"@ethersproject/keccak256": "^5.6.1",
"@ethersproject/logger": "^5.6.0",
"@ethersproject/rlp": "^5.6.0"
"@ethersproject/rlp": "^5.6.1"
},
"description": "Utilities for handling Ethereum Addresses for ethers.",
"ethereum": "donations.ethers.eth",
Expand Down Expand Up @@ -39,7 +39,7 @@
"test": "echo \"Error: no test specified\" && exit 1"
},
"sideEffects": false,
"tarballHash": "0x57eb9b8a268690eb5990a85ad9ae1ad0cb547c2741cfb5214ad03719acd27031",
"tarballHash": "0x74659cdbe2073e760b0538ae0bf3f61e5e7f237026f59a8c72af0f9b91c0b980",
"types": "./lib/index.d.ts",
"version": "5.6.0"
"version": "5.6.1"
}
6 changes: 3 additions & 3 deletions packages/asm/package.json
@@ -1,7 +1,7 @@
{
"author": "Richard Moore <me@ricmoo.com>",
"dependencies": {
"ethers": "^5.6.0"
"ethers": "^5.6.8"
},
"description": "ASM libraries and tools for the Ethereum EVM.",
"ethereum": "donations.ethers.eth",
Expand Down Expand Up @@ -36,7 +36,7 @@
"generate": "node ./generate.js",
"test": "echo \"Error: no test specified\" && exit 1"
},
"tarballHash": "0x00b07c395a39d0fb4a57c380af1da06afb50db477e08c8c05c3a1ba59a5e73a3",
"tarballHash": "0xbad0890df640ca0d8a7b7391be216fabf3fca16899f63d90ddaaf1defa3d35d4",
"types": "./lib/index.d.ts",
"version": "5.6.0"
"version": "5.6.1"
}
6 changes: 3 additions & 3 deletions packages/base64/package.json
Expand Up @@ -7,7 +7,7 @@
"./lib/base64": "./lib/browser-base64.js"
},
"dependencies": {
"@ethersproject/bytes": "^5.6.0"
"@ethersproject/bytes": "^5.6.1"
},
"description": "Base64 coder.",
"ethereum": "donations.ethers.eth",
Expand Down Expand Up @@ -41,7 +41,7 @@
"test": "echo \"Error: no test specified\" && exit 1"
},
"sideEffects": false,
"tarballHash": "0xa722550df482c379e7da83c61d7d08ba53963ea79bc5c66e2e3652a16c371a68",
"tarballHash": "0x49e4758e72bd45a9c8039f8d69ebb6840852486a90adae7c8cd15af54490dd6a",
"types": "./lib/index.d.ts",
"version": "5.6.0"
"version": "5.6.1"
}
6 changes: 3 additions & 3 deletions packages/basex/package.json
@@ -1,7 +1,7 @@
{
"author": "Richard Moore <me@ricmoo.com>",
"dependencies": {
"@ethersproject/bytes": "^5.6.0",
"@ethersproject/bytes": "^5.6.1",
"@ethersproject/properties": "^5.6.0"
},
"description": "Base-X without Buffer.",
Expand Down Expand Up @@ -36,7 +36,7 @@
"test": "echo \"Error: no test specified\" && exit 1"
},
"sideEffects": false,
"tarballHash": "0xbf7b3bbf0b60b03db8b9d8d92d0e18d4c9f2bb265472fa693a8eac16850f3f37",
"tarballHash": "0xafcf7836e13be607f7eb12a0f9159d3189610ca9c77e8e10c87ffaeb0976a953",
"types": "./lib/index.d.ts",
"version": "5.6.0"
"version": "5.6.1"
}
2 changes: 1 addition & 1 deletion packages/bignumber/package.json
@@ -1,7 +1,7 @@
{
"author": "Richard Moore <me@ricmoo.com>",
"dependencies": {
"@ethersproject/bytes": "^5.6.0",
"@ethersproject/bytes": "^5.6.1",
"@ethersproject/logger": "^5.6.0",
"bn.js": "^5.2.1"
},
Expand Down
10 changes: 5 additions & 5 deletions packages/cli/package.json
Expand Up @@ -9,9 +9,9 @@
"dependencies": {
"@babel/parser": "7.8.4",
"@babel/types": "7.8.3",
"@ethersproject/asm": "^5.6.0",
"@ethersproject/basex": "^5.6.0",
"ethers": "^5.6.0",
"@ethersproject/asm": "^5.6.1",
"@ethersproject/basex": "^5.6.1",
"ethers": "^5.6.8",
"scrypt-js": "3.0.1",
"solc": "0.7.1"
},
Expand Down Expand Up @@ -48,7 +48,7 @@
"test": "exit 1"
},
"sideEffects": false,
"tarballHash": "0xa7d3b04a19455c12eb16308cb709a33f89bc0fb1c652a7d67d808fd4092497d5",
"tarballHash": "0x46dce21a3bf566e3f30738bd0fbe46062c36c8dbae281ee074d345ee7912df89",
"types": "./lib/index.d.ts",
"version": "5.6.0"
"version": "5.6.1"
}
6 changes: 3 additions & 3 deletions packages/constants/package.json
@@ -1,7 +1,7 @@
{
"author": "Richard Moore <me@ricmoo.com>",
"dependencies": {
"@ethersproject/bignumber": "^5.6.0"
"@ethersproject/bignumber": "^5.6.2"
},
"description": "Common Ethereum constants used for ethers.",
"ethereum": "donations.ethers.eth",
Expand Down Expand Up @@ -35,7 +35,7 @@
"test": "echo \"Error: no test specified\" && exit 1"
},
"sideEffects": false,
"tarballHash": "0x8189e35345cfee1055df6e0860b60edfdc9e63261762bed11c13fe1e5d7cfc10",
"tarballHash": "0x7e5b906a60d61e7a9103adb05195bd18b5c5058aa82b9513c806978372d3f639",
"types": "./lib/index.d.ts",
"version": "5.6.0"
"version": "5.6.1"
}
20 changes: 10 additions & 10 deletions packages/contracts/package.json
@@ -1,16 +1,16 @@
{
"author": "Richard Moore <me@ricmoo.com>",
"dependencies": {
"@ethersproject/abi": "^5.6.0",
"@ethersproject/abstract-provider": "^5.6.0",
"@ethersproject/abstract-signer": "^5.6.0",
"@ethersproject/address": "^5.6.0",
"@ethersproject/bignumber": "^5.6.0",
"@ethersproject/bytes": "^5.6.0",
"@ethersproject/constants": "^5.6.0",
"@ethersproject/abi": "^5.6.3",
"@ethersproject/abstract-provider": "^5.6.1",
"@ethersproject/abstract-signer": "^5.6.2",
"@ethersproject/address": "^5.6.1",
"@ethersproject/bignumber": "^5.6.2",
"@ethersproject/bytes": "^5.6.1",
"@ethersproject/constants": "^5.6.1",
"@ethersproject/logger": "^5.6.0",
"@ethersproject/properties": "^5.6.0",
"@ethersproject/transactions": "^5.6.0"
"@ethersproject/transactions": "^5.6.2"
},
"description": "Contract abstraction meta-class for ethers.",
"ethereum": "donations.ethers.eth",
Expand Down Expand Up @@ -44,7 +44,7 @@
"test": "echo \"Error: no test specified\" && exit 1"
},
"sideEffects": false,
"tarballHash": "0x9b97e7b7c8b97ef1590087f674c0e7511047257eb0d05a57a041616299538a20",
"tarballHash": "0xa141196d71274d975ae2f1b70a5a1bb6bc48bdfa01f101b85d046f61a66465c6",
"types": "./lib/index.d.ts",
"version": "5.6.1"
"version": "5.6.2"
}
56 changes: 28 additions & 28 deletions packages/ethers/package.json
Expand Up @@ -2,36 +2,36 @@
"author": "Richard Moore <me@ricmoo.com>",
"browser-old": "./dist/ethers.umd.js",
"dependencies": {
"@ethersproject/abi": "5.6.2",
"@ethersproject/abstract-provider": "5.6.0",
"@ethersproject/abstract-signer": "5.6.1",
"@ethersproject/address": "5.6.0",
"@ethersproject/base64": "5.6.0",
"@ethersproject/basex": "5.6.0",
"@ethersproject/bignumber": "5.6.1",
"@ethersproject/abi": "5.6.3",
"@ethersproject/abstract-provider": "5.6.1",
"@ethersproject/abstract-signer": "5.6.2",
"@ethersproject/address": "5.6.1",
"@ethersproject/base64": "5.6.1",
"@ethersproject/basex": "5.6.1",
"@ethersproject/bignumber": "5.6.2",
"@ethersproject/bytes": "5.6.1",
"@ethersproject/constants": "5.6.0",
"@ethersproject/contracts": "5.6.1",
"@ethersproject/hash": "5.6.0",
"@ethersproject/hdnode": "5.6.1",
"@ethersproject/json-wallets": "5.6.0",
"@ethersproject/keccak256": "5.6.0",
"@ethersproject/constants": "5.6.1",
"@ethersproject/contracts": "5.6.2",
"@ethersproject/hash": "5.6.1",
"@ethersproject/hdnode": "5.6.2",
"@ethersproject/json-wallets": "5.6.1",
"@ethersproject/keccak256": "5.6.1",
"@ethersproject/logger": "5.6.0",
"@ethersproject/networks": "5.6.3",
"@ethersproject/pbkdf2": "5.6.0",
"@ethersproject/pbkdf2": "5.6.1",
"@ethersproject/properties": "5.6.0",
"@ethersproject/providers": "5.6.7",
"@ethersproject/random": "5.6.0",
"@ethersproject/rlp": "5.6.0",
"@ethersproject/sha2": "5.6.0",
"@ethersproject/signing-key": "5.6.1",
"@ethersproject/solidity": "5.6.0",
"@ethersproject/strings": "5.6.0",
"@ethersproject/transactions": "5.6.1",
"@ethersproject/units": "5.6.0",
"@ethersproject/wallet": "5.6.1",
"@ethersproject/web": "5.6.0",
"@ethersproject/wordlists": "5.6.0"
"@ethersproject/providers": "5.6.8",
"@ethersproject/random": "5.6.1",
"@ethersproject/rlp": "5.6.1",
"@ethersproject/sha2": "5.6.1",
"@ethersproject/signing-key": "5.6.2",
"@ethersproject/solidity": "5.6.1",
"@ethersproject/strings": "5.6.1",
"@ethersproject/transactions": "5.6.2",
"@ethersproject/units": "5.6.1",
"@ethersproject/wallet": "5.6.2",
"@ethersproject/web": "5.6.1",
"@ethersproject/wordlists": "5.6.1"
},
"description": "Umbrella package for most common Ethers libraries.",
"ethereum": "donations.ethers.eth",
Expand Down Expand Up @@ -62,7 +62,7 @@
"test": "echo \"Error: no test specified\" && exit 1"
},
"sideEffects": false,
"tarballHash": "0xe07b6b5f50095a627aea90b82e02d62522cce53107a471903df83f7b1c66ea32",
"tarballHash": "0xd831ac44770bfb07090a47cb1ed689d90597bd2bebe24ab2a1c43d87510051ea",
"types": "./lib/index.d.ts",
"version": "5.6.7"
"version": "5.6.8"
}
8 changes: 4 additions & 4 deletions packages/experimental/package.json
@@ -1,8 +1,8 @@
{
"author": "Richard Moore <me@ricmoo.com>",
"dependencies": {
"@ethersproject/web": "^5.6.0",
"ethers": "^5.6.0",
"@ethersproject/web": "^5.6.1",
"ethers": "^5.6.8",
"scrypt-js": "3.0.1"
},
"description": "Experimental libraries for ethers. These should not be considered stable.",
Expand Down Expand Up @@ -37,7 +37,7 @@
"test": "echo \"Error: no test specified\" && exit 1"
},
"sideEffects": false,
"tarballHash": "0x3b609e7a07a4c18da161fdfc37b2c3b5d32afdba14466ad6f23bd0ef0d19606e",
"tarballHash": "0x5ca7ac25c2f5a74ee47c821fc379d62077a7ace6f3985e1072ecb7b304183d10",
"types": "./lib/index.d.ts",
"version": "5.6.1"
"version": "5.6.2"
}
6 changes: 3 additions & 3 deletions packages/hardware-wallets/package.json
Expand Up @@ -10,7 +10,7 @@
"@ledgerhq/hw-app-eth": "5.27.2",
"@ledgerhq/hw-transport": "5.26.0",
"@ledgerhq/hw-transport-u2f": "5.26.0",
"ethers": "^5.6.0"
"ethers": "^5.6.8"
},
"description": "Hardware Wallet support for ethers.",
"ethereum": "donations.ethers.eth",
Expand Down Expand Up @@ -48,7 +48,7 @@
"test": "exit 1"
},
"sideEffects": false,
"tarballHash": "0xff90354696228f7dce69376e308878f3fa45ccd20cdbf61c21cb9677958b2c30",
"tarballHash": "0x57962245b8b6076758c203302fa1877531794f5329f1f5274034b78c8add1bcd",
"types": "./lib/index.d.ts",
"version": "5.6.0"
"version": "5.6.1"
}
16 changes: 8 additions & 8 deletions packages/hash/package.json
@@ -1,14 +1,14 @@
{
"author": "Richard Moore <me@ricmoo.com>",
"dependencies": {
"@ethersproject/abstract-signer": "^5.6.0",
"@ethersproject/address": "^5.6.0",
"@ethersproject/bignumber": "^5.6.0",
"@ethersproject/bytes": "^5.6.0",
"@ethersproject/keccak256": "^5.6.0",
"@ethersproject/abstract-signer": "^5.6.2",
"@ethersproject/address": "^5.6.1",
"@ethersproject/bignumber": "^5.6.2",
"@ethersproject/bytes": "^5.6.1",
"@ethersproject/keccak256": "^5.6.1",
"@ethersproject/logger": "^5.6.0",
"@ethersproject/properties": "^5.6.0",
"@ethersproject/strings": "^5.6.0"
"@ethersproject/strings": "^5.6.1"
},
"description": "Hash utility functions for Ethereum.",
"ethereum": "donations.ethers.eth",
Expand Down Expand Up @@ -42,7 +42,7 @@
"test": "echo \"Error: no test specified\" && exit 1"
},
"sideEffects": false,
"tarballHash": "0x23b00b87b17191eace6450fd824e0f816a3c3dfbdbacd0a904f67b5be5b43984",
"tarballHash": "0xa60d14c92fd1cd3653f5db87648049aca52ca8fdbd5e1215775d1492969153bb",
"types": "./lib/index.d.ts",
"version": "5.6.0"
"version": "5.6.1"
}

0 comments on commit a27ef82

Please sign in to comment.