Skip to content
This repository has been archived by the owner on Apr 11, 2023. It is now read-only.

Commit

Permalink
chore: upgrade bignumber.js to match web (#1215)
Browse files Browse the repository at this point in the history
  • Loading branch information
kaladinlight authored Feb 24, 2023
1 parent 8ade7ac commit 65e7c91
Show file tree
Hide file tree
Showing 9 changed files with 13 additions and 8 deletions.
2 changes: 1 addition & 1 deletion packages/chain-adapters/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
"dependencies": {
"axios": "^0.26.1",
"bech32": "^2.0.0",
"bignumber.js": "^9.0.2",
"bignumber.js": "^9.1.1",
"bitcoinjs-lib": "^5.2.0",
"coinselect": "^3.1.13",
"ethers": "^5.4.7",
Expand Down
2 changes: 1 addition & 1 deletion packages/investor-foxy/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
"dependencies": {
"@ethersproject/providers": "^5.5.3",
"axios": "^0.26.1",
"bignumber.js": "^9.0.2",
"bignumber.js": "^9.1.1",
"lodash": "^4.17.21",
"web3": "1.7.4",
"web3-core": "1.7.4",
Expand Down
2 changes: 1 addition & 1 deletion packages/investor-idle/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
},
"dependencies": {
"@ethersproject/providers": "^5.5.3",
"bignumber.js": "^9.0.2",
"bignumber.js": "^9.1.1",
"lodash": "^4.17.21",
"web3": "1.7.4",
"web3-core": "1.7.4",
Expand Down
2 changes: 1 addition & 1 deletion packages/investor-yearn/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
"dependencies": {
"@ethersproject/providers": "^5.5.3",
"@yfi/sdk": "^1.2.0",
"bignumber.js": "^9.0.2",
"bignumber.js": "^9.1.1",
"lodash": "^4.17.21",
"web3": "1.7.4",
"web3-core": "1.7.4",
Expand Down
2 changes: 1 addition & 1 deletion packages/investor/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,6 @@
"devDependencies": {
"@shapeshiftoss/hdwallet-core": "^1.43.0",
"@shapeshiftoss/types": "8.1.0",
"bignumber.js": "^9.0.2"
"bignumber.js": "^9.1.1"
}
}
2 changes: 1 addition & 1 deletion packages/market-service/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
"@yfi/sdk": "^1.2.0",
"axios": "^0.26.1",
"axios-rate-limit": "^1.3.0",
"bignumber.js": "^9.0.2",
"bignumber.js": "^9.1.1",
"dayjs": "^1.10.6",
"p-ratelimit": "^1.0.1"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/swapper/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
"dependencies": {
"axios": "^0.26.1",
"axios-cache-adapter": "^2.7.3",
"bignumber.js": "^9.0.2",
"bignumber.js": "^9.1.1",
"lodash": "^4.17.21",
"retry-axios": "^2.6.0",
"web3": "1.7.4"
Expand Down
2 changes: 1 addition & 1 deletion packages/unchained-client/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
"dependencies": {
"@yfi/sdk": "^1.2.0",
"axios": "^0.26.1",
"bignumber.js": "^9.0.2",
"bignumber.js": "^9.1.1",
"ethers": "^5.5.3",
"isomorphic-ws": "^4.0.1",
"ws": "^8.3.0"
Expand Down
5 changes: 5 additions & 0 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -4364,6 +4364,11 @@ bignumber.js@^9.0.0, bignumber.js@^9.0.1, bignumber.js@^9.0.2:
resolved "https://registry.yarnpkg.com/bignumber.js/-/bignumber.js-9.0.2.tgz#71c6c6bed38de64e24a65ebe16cfcf23ae693673"
integrity sha512-GAcQvbpsM0pUb0zw1EI0KhQEZ+lRwR5fYaAp3vPOYuP7aDvGy6cVN6XHLauvF8SOga2y0dcLcjt3iQDTSEliyw==

bignumber.js@^9.1.1:
version "9.1.1"
resolved "https://registry.yarnpkg.com/bignumber.js/-/bignumber.js-9.1.1.tgz#c4df7dc496bd849d4c9464344c1aa74228b4dac6"
integrity sha512-pHm4LsMJ6lzgNGVfZHjMoO8sdoRhOzOH4MLmY65Jg70bpxCKu5iOHNJyfF6OyvYw7t8Fpf35RuzUyqnQsj8Vig==

bin-links@^2.2.1:
version "2.3.0"
resolved "https://registry.yarnpkg.com/bin-links/-/bin-links-2.3.0.tgz#1ff241c86d2c29b24ae52f49544db5d78a4eb967"
Expand Down

0 comments on commit 65e7c91

Please sign in to comment.