Merge pull request #2342 from 0xProject/update/bigNumberDep

Update BigNumber dep to ~9.0.0
This commit is contained in:
Fabio B 2019-11-15 11:53:47 +00:00 committed by GitHub
commit bdca84fe72
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
7 changed files with 21 additions and 4 deletions

View File

@ -21,6 +21,10 @@
{
"note": "Remove exports orderHashUtils and transactionHashUtils",
"pr": 2321
},
{
"note": "Update BigNumber version to ~9.0.0",
"pr": 2342
}
]
},

View File

@ -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": [

View File

@ -42,7 +42,7 @@
},
"dependencies": {
"@types/node": "*",
"bignumber.js": "~8.0.2"
"bignumber.js": "~9.0.0"
},
"publishConfig": {
"access": "public"

View File

@ -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": {

View File

@ -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"
},

View File

@ -9,6 +9,10 @@
{
"note": "Decode `Parity` revert errors",
"pr": 2341
},
{
"note": "Update BigNumber version to ~9.0.0",
"pr": 2342
}
]
},

View File

@ -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",