Skip to content

Commit

Permalink
chore: update limit-order-sdk (#61)
Browse files Browse the repository at this point in the history
  • Loading branch information
vbrvk authored Mar 14, 2024
1 parent fae3120 commit 0934391
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 20 deletions.
13 changes: 10 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
},
"dependencies": {
"@1inch/byte-utils": "2.0.0",
"@1inch/limit-order-sdk": "4.1.0",
"@1inch/limit-order-sdk": "4.2.0",
"@metamask/eth-sig-util": "^5.0.2",
"bn.js": "^5.2.1",
"ethers": "6.11.0",
Expand Down Expand Up @@ -65,8 +65,15 @@
},
"peerDependencies": {
"assert": "^2.0.0",
"axios": ">=1 <2",
"stream": "^0.0.2"
"axios": ">=1 <2"
},
"peerDependenciesMeta": {
"axios": {
"optional": true
},
"assert": {
"optional": true
}
},
"volta": {
"node": "18.16.0"
Expand Down
22 changes: 5 additions & 17 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 0934391

Please sign in to comment.