Skip to content

Commit a27ef82

Browse files
committed
Lock versions for BigNumber fix (ethers-io#3017).
1 parent 30b716b commit a27ef82

File tree

33 files changed

+220
-220
lines changed

33 files changed

+220
-220
lines changed

packages/abi/package.json

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,15 @@
11
{
22
"author": "Richard Moore <[email protected]>",
33
"dependencies": {
4-
"@ethersproject/address": "^5.6.0",
5-
"@ethersproject/bignumber": "^5.6.0",
6-
"@ethersproject/bytes": "^5.6.0",
7-
"@ethersproject/constants": "^5.6.0",
8-
"@ethersproject/hash": "^5.6.0",
9-
"@ethersproject/keccak256": "^5.6.0",
4+
"@ethersproject/address": "^5.6.1",
5+
"@ethersproject/bignumber": "^5.6.2",
6+
"@ethersproject/bytes": "^5.6.1",
7+
"@ethersproject/constants": "^5.6.1",
8+
"@ethersproject/hash": "^5.6.1",
9+
"@ethersproject/keccak256": "^5.6.1",
1010
"@ethersproject/logger": "^5.6.0",
1111
"@ethersproject/properties": "^5.6.0",
12-
"@ethersproject/strings": "^5.6.0"
12+
"@ethersproject/strings": "^5.6.1"
1313
},
1414
"description": "Utilities and Classes for parsing, formatting and managing Ethereum ABIs.",
1515
"ethereum": "donations.ethers.eth",
@@ -43,7 +43,7 @@
4343
"test": "echo \"Error: no test specified\" && exit 1"
4444
},
4545
"sideEffects": false,
46-
"tarballHash": "0x7ff6c636d18c294fc57e928acd5220663b349ead342f891342017e12078fbc80",
46+
"tarballHash": "0x2d96f539c1e65b970f674ea9f938ed6f032fdcce7ae53d15fbc862bb4ccee929",
4747
"types": "./lib/index.d.ts",
48-
"version": "5.6.2"
48+
"version": "5.6.3"
4949
}

packages/abstract-provider/package.json

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
{
22
"author": "Richard Moore <[email protected]>",
33
"dependencies": {
4-
"@ethersproject/bignumber": "^5.6.0",
5-
"@ethersproject/bytes": "^5.6.0",
4+
"@ethersproject/bignumber": "^5.6.2",
5+
"@ethersproject/bytes": "^5.6.1",
66
"@ethersproject/logger": "^5.6.0",
7-
"@ethersproject/networks": "^5.6.0",
7+
"@ethersproject/networks": "^5.6.3",
88
"@ethersproject/properties": "^5.6.0",
9-
"@ethersproject/transactions": "^5.6.0",
10-
"@ethersproject/web": "^5.6.0"
9+
"@ethersproject/transactions": "^5.6.2",
10+
"@ethersproject/web": "^5.6.1"
1111
},
1212
"description": "An Abstract Class for describing an Ethereum Provider for ethers.",
1313
"ethereum": "donations.ethers.eth",
@@ -41,7 +41,7 @@
4141
"test": "echo \"Error: no test specified\" && exit 1"
4242
},
4343
"sideEffects": false,
44-
"tarballHash": "0x27d91252dc988dbfc32462fa6dbdb94c2e169bc142b722e1177e32c2ec643176",
44+
"tarballHash": "0x6a2c0239731f6193b7bd41f575022a6c7a2f698d8a1f5cebcfd3091b3e1ad772",
4545
"types": "./lib/index.d.ts",
46-
"version": "5.6.0"
46+
"version": "5.6.1"
4747
}

packages/abstract-signer/package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
{
22
"author": "Richard Moore <[email protected]>",
33
"dependencies": {
4-
"@ethersproject/abstract-provider": "^5.6.0",
5-
"@ethersproject/bignumber": "^5.6.0",
6-
"@ethersproject/bytes": "^5.6.0",
4+
"@ethersproject/abstract-provider": "^5.6.1",
5+
"@ethersproject/bignumber": "^5.6.2",
6+
"@ethersproject/bytes": "^5.6.1",
77
"@ethersproject/logger": "^5.6.0",
88
"@ethersproject/properties": "^5.6.0"
99
},
@@ -39,7 +39,7 @@
3939
"test": "echo \"Error: no test specified\" && exit 1"
4040
},
4141
"sideEffects": false,
42-
"tarballHash": "0xfdf217caee4e8beea86962eb90a9792cdbf48352066a9b865a6798487fe0cbfd",
42+
"tarballHash": "0xccde7c72f3a33044ff7c17bc1b708447b07ce92b7ba7234931549d372e75e4d7",
4343
"types": "./lib/index.d.ts",
44-
"version": "5.6.1"
44+
"version": "5.6.2"
4545
}

packages/address/package.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
{
22
"author": "Richard Moore <[email protected]>",
33
"dependencies": {
4-
"@ethersproject/bignumber": "^5.6.0",
5-
"@ethersproject/bytes": "^5.6.0",
6-
"@ethersproject/keccak256": "^5.6.0",
4+
"@ethersproject/bignumber": "^5.6.2",
5+
"@ethersproject/bytes": "^5.6.1",
6+
"@ethersproject/keccak256": "^5.6.1",
77
"@ethersproject/logger": "^5.6.0",
8-
"@ethersproject/rlp": "^5.6.0"
8+
"@ethersproject/rlp": "^5.6.1"
99
},
1010
"description": "Utilities for handling Ethereum Addresses for ethers.",
1111
"ethereum": "donations.ethers.eth",
@@ -39,7 +39,7 @@
3939
"test": "echo \"Error: no test specified\" && exit 1"
4040
},
4141
"sideEffects": false,
42-
"tarballHash": "0x57eb9b8a268690eb5990a85ad9ae1ad0cb547c2741cfb5214ad03719acd27031",
42+
"tarballHash": "0x74659cdbe2073e760b0538ae0bf3f61e5e7f237026f59a8c72af0f9b91c0b980",
4343
"types": "./lib/index.d.ts",
44-
"version": "5.6.0"
44+
"version": "5.6.1"
4545
}

packages/asm/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"author": "Richard Moore <[email protected]>",
33
"dependencies": {
4-
"ethers": "^5.6.0"
4+
"ethers": "^5.6.8"
55
},
66
"description": "ASM libraries and tools for the Ethereum EVM.",
77
"ethereum": "donations.ethers.eth",
@@ -36,7 +36,7 @@
3636
"generate": "node ./generate.js",
3737
"test": "echo \"Error: no test specified\" && exit 1"
3838
},
39-
"tarballHash": "0x00b07c395a39d0fb4a57c380af1da06afb50db477e08c8c05c3a1ba59a5e73a3",
39+
"tarballHash": "0xbad0890df640ca0d8a7b7391be216fabf3fca16899f63d90ddaaf1defa3d35d4",
4040
"types": "./lib/index.d.ts",
41-
"version": "5.6.0"
41+
"version": "5.6.1"
4242
}

packages/base64/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
"./lib/base64": "./lib/browser-base64.js"
88
},
99
"dependencies": {
10-
"@ethersproject/bytes": "^5.6.0"
10+
"@ethersproject/bytes": "^5.6.1"
1111
},
1212
"description": "Base64 coder.",
1313
"ethereum": "donations.ethers.eth",
@@ -41,7 +41,7 @@
4141
"test": "echo \"Error: no test specified\" && exit 1"
4242
},
4343
"sideEffects": false,
44-
"tarballHash": "0xa722550df482c379e7da83c61d7d08ba53963ea79bc5c66e2e3652a16c371a68",
44+
"tarballHash": "0x49e4758e72bd45a9c8039f8d69ebb6840852486a90adae7c8cd15af54490dd6a",
4545
"types": "./lib/index.d.ts",
46-
"version": "5.6.0"
46+
"version": "5.6.1"
4747
}

packages/basex/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"author": "Richard Moore <[email protected]>",
33
"dependencies": {
4-
"@ethersproject/bytes": "^5.6.0",
4+
"@ethersproject/bytes": "^5.6.1",
55
"@ethersproject/properties": "^5.6.0"
66
},
77
"description": "Base-X without Buffer.",
@@ -36,7 +36,7 @@
3636
"test": "echo \"Error: no test specified\" && exit 1"
3737
},
3838
"sideEffects": false,
39-
"tarballHash": "0xbf7b3bbf0b60b03db8b9d8d92d0e18d4c9f2bb265472fa693a8eac16850f3f37",
39+
"tarballHash": "0xafcf7836e13be607f7eb12a0f9159d3189610ca9c77e8e10c87ffaeb0976a953",
4040
"types": "./lib/index.d.ts",
41-
"version": "5.6.0"
41+
"version": "5.6.1"
4242
}

packages/bignumber/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"author": "Richard Moore <[email protected]>",
33
"dependencies": {
4-
"@ethersproject/bytes": "^5.6.0",
4+
"@ethersproject/bytes": "^5.6.1",
55
"@ethersproject/logger": "^5.6.0",
66
"bn.js": "^5.2.1"
77
},

packages/cli/package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,9 @@
99
"dependencies": {
1010
"@babel/parser": "7.8.4",
1111
"@babel/types": "7.8.3",
12-
"@ethersproject/asm": "^5.6.0",
13-
"@ethersproject/basex": "^5.6.0",
14-
"ethers": "^5.6.0",
12+
"@ethersproject/asm": "^5.6.1",
13+
"@ethersproject/basex": "^5.6.1",
14+
"ethers": "^5.6.8",
1515
"scrypt-js": "3.0.1",
1616
"solc": "0.7.1"
1717
},
@@ -48,7 +48,7 @@
4848
"test": "exit 1"
4949
},
5050
"sideEffects": false,
51-
"tarballHash": "0xa7d3b04a19455c12eb16308cb709a33f89bc0fb1c652a7d67d808fd4092497d5",
51+
"tarballHash": "0x46dce21a3bf566e3f30738bd0fbe46062c36c8dbae281ee074d345ee7912df89",
5252
"types": "./lib/index.d.ts",
53-
"version": "5.6.0"
53+
"version": "5.6.1"
5454
}

packages/constants/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"author": "Richard Moore <[email protected]>",
33
"dependencies": {
4-
"@ethersproject/bignumber": "^5.6.0"
4+
"@ethersproject/bignumber": "^5.6.2"
55
},
66
"description": "Common Ethereum constants used for ethers.",
77
"ethereum": "donations.ethers.eth",
@@ -35,7 +35,7 @@
3535
"test": "echo \"Error: no test specified\" && exit 1"
3636
},
3737
"sideEffects": false,
38-
"tarballHash": "0x8189e35345cfee1055df6e0860b60edfdc9e63261762bed11c13fe1e5d7cfc10",
38+
"tarballHash": "0x7e5b906a60d61e7a9103adb05195bd18b5c5058aa82b9513c806978372d3f639",
3939
"types": "./lib/index.d.ts",
40-
"version": "5.6.0"
40+
"version": "5.6.1"
4141
}

0 commit comments

Comments
 (0)