Skip to content

Commit

Permalink
fix: upgrade deps
Browse files Browse the repository at this point in the history
  • Loading branch information
RanGojo committed Jul 29, 2024
1 parent 3e0c443 commit 6342ad5
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion packages/rango-sdk-basic/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@
"bignumber.js": "^9.1.1",
"eth-rpc-errors": "^4.0.3",
"ethers": "^5.7.2",
"rango-types": "^0.1.70",
"rango-types": "^0.1.71",
"uuid-random": "^1.3.2"
},
"publishConfig": {
Expand Down
2 changes: 1 addition & 1 deletion packages/rango-sdk/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@
"dependencies": {
"axios": "^1.7.2",
"bignumber.js": "^9.1.1",
"rango-types": "^0.1.70",
"rango-types": "^0.1.71",
"uuid-random": "^1.3.2"
},
"publishConfig": {
Expand Down
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -6236,10 +6236,10 @@ randombytes@^2.1.0:
dependencies:
safe-buffer "^5.1.0"

rango-types@^0.1.70:
version "0.1.70"
resolved "https://registry.yarnpkg.com/rango-types/-/rango-types-0.1.70.tgz#ab09f5a4727201d56c633bf8ed79f92751dbd12b"
integrity sha512-Bfs9VQtEISjy5lNtpc3fmrKZx7o1mA4/7XJIhoEdQe8CFT28FNKRRB/PfrkrDfd3Vthi23cpMGTpZJ5G3pjusQ==
rango-types@^0.1.71:
version "0.1.71"
resolved "https://registry.yarnpkg.com/rango-types/-/rango-types-0.1.71.tgz#1d08d7a31875b70ac5cd5fddb4a29024d708c25d"
integrity sha512-OWDlDMAXARXfnbj7oXuQxPZlNb7fUWhBbpYrXPNGQLkprjm1zzEIKhFbfkL0MdCzGHRYXKBsGrpiLciPNzn3rQ==

react-is@^16.12.0, react-is@^16.13.1:
version "16.13.1"
Expand Down

0 comments on commit 6342ad5

Please sign in to comment.