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

Update BigNumber dep to ~9.0.0 #2342

Merged
merged 2 commits into from
Nov 15, 2019
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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