Skip to content
This repository has been archived by the owner on Jul 9, 2021. It is now read-only.

Commit

Permalink
Merge pull request #2342 from 0xProject/update/bigNumberDep
Browse files Browse the repository at this point in the history
Update BigNumber dep to ~9.0.0
  • Loading branch information
fabioberger committed Nov 15, 2019
2 parents 30f0168 + cf8fd71 commit bdca84f
Show file tree
Hide file tree
Showing 7 changed files with 21 additions and 4 deletions.
4 changes: 4 additions & 0 deletions packages/0x.js/CHANGELOG.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,10 @@
{
"note": "Remove exports orderHashUtils and transactionHashUtils",
"pr": 2321
},
{
"note": "Update BigNumber version to ~9.0.0",
"pr": 2342
}
]
},
Expand Down
9 changes: 9 additions & 0 deletions packages/asset-swapper/CHANGELOG.json
Original file line number Diff line number Diff line change
@@ -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": [
Expand Down
2 changes: 1 addition & 1 deletion packages/ethereum-types/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
},
"dependencies": {
"@types/node": "*",
"bignumber.js": "~8.0.2"
"bignumber.js": "~9.0.0"
},
"publishConfig": {
"access": "public"
Expand Down
2 changes: 1 addition & 1 deletion packages/types/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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": {
Expand Down
2 changes: 1 addition & 1 deletion packages/typescript-typings/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
},
Expand Down
4 changes: 4 additions & 0 deletions packages/utils/CHANGELOG.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,10 @@
{
"note": "Decode `Parity` revert errors",
"pr": 2341
},
{
"note": "Update BigNumber version to ~9.0.0",
"pr": 2342
}
]
},
Expand Down
2 changes: 1 addition & 1 deletion packages/utils/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit bdca84f

Please sign in to comment.