Merge pull request #2342 from 0xProject/update/bigNumberDep
Update BigNumber dep to ~9.0.0
This commit is contained in:
commit
bdca84fe72
@ -21,6 +21,10 @@
|
||||
{
|
||||
"note": "Remove exports orderHashUtils and transactionHashUtils",
|
||||
"pr": 2321
|
||||
},
|
||||
{
|
||||
"note": "Update BigNumber version to ~9.0.0",
|
||||
"pr": 2342
|
||||
}
|
||||
]
|
||||
},
|
||||
|
@ -1,4 +1,13 @@
|
||||
[
|
||||
{
|
||||
"version": "2.1.0-beta.2",
|
||||
"changes": [
|
||||
{
|
||||
"note": "Update BigNumber version to ~9.0.0",
|
||||
"pr": 2342
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"version": "2.1.0-beta.1",
|
||||
"changes": [
|
||||
|
@ -42,7 +42,7 @@
|
||||
},
|
||||
"dependencies": {
|
||||
"@types/node": "*",
|
||||
"bignumber.js": "~8.0.2"
|
||||
"bignumber.js": "~9.0.0"
|
||||
},
|
||||
"publishConfig": {
|
||||
"access": "public"
|
||||
|
@ -31,7 +31,7 @@
|
||||
},
|
||||
"dependencies": {
|
||||
"@types/node": "*",
|
||||
"bignumber.js": "~8.0.2",
|
||||
"bignumber.js": "~9.0.0",
|
||||
"ethereum-types": "^2.2.0-beta.1"
|
||||
},
|
||||
"publishConfig": {
|
||||
|
@ -26,7 +26,7 @@
|
||||
"dependencies": {
|
||||
"@types/bn.js": "^4.11.0",
|
||||
"@types/react": "*",
|
||||
"bignumber.js": "~8.0.2",
|
||||
"bignumber.js": "~9.0.0",
|
||||
"ethereum-types": "^2.2.0-beta.1",
|
||||
"popper.js": "1.14.3"
|
||||
},
|
||||
|
@ -9,6 +9,10 @@
|
||||
{
|
||||
"note": "Decode `Parity` revert errors",
|
||||
"pr": 2341
|
||||
},
|
||||
{
|
||||
"note": "Update BigNumber version to ~9.0.0",
|
||||
"pr": 2342
|
||||
}
|
||||
]
|
||||
},
|
||||
|
@ -49,7 +49,7 @@
|
||||
"@0x/typescript-typings": "^4.4.0-beta.1",
|
||||
"@types/node": "*",
|
||||
"abortcontroller-polyfill": "^1.1.9",
|
||||
"bignumber.js": "~8.0.2",
|
||||
"bignumber.js": "~9.0.0",
|
||||
"chalk": "^2.3.0",
|
||||
"detect-node": "2.0.3",
|
||||
"ethereum-types": "^2.2.0-beta.1",
|
||||
|
Loading…
x
Reference in New Issue
Block a user