Skip to content

Commit

Permalink
chore: update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
Jeff-CCH committed Jul 28, 2024
1 parent ddad4a2 commit 96145a0
Show file tree
Hide file tree
Showing 3 changed files with 27 additions and 34 deletions.
8 changes: 8 additions & 0 deletions .changeset/tame-cycles-provide.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
---
'@protocolink/logics': patch
---

Update dependencies
- @protocolink/core@0.6.1
- @protocolink/smart-accounts@0.1.5
- @protocolink/test-helpers@^0.4.2
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,8 @@
"dependencies": {
"@paraswap/sdk": "^6.6.0",
"@protocolink/common": "^0.5.1",
"@protocolink/core": "^0.6.0",
"@protocolink/smart-accounts": "^0.1.4",
"@protocolink/core": "^0.6.1",
"@protocolink/smart-accounts": "^0.1.5",
"@types/lodash": "^4.14.195",
"@uniswap/sdk": "^3.0.3",
"@uniswap/sdk-core": "^3.2.6",
Expand All @@ -50,7 +50,7 @@
"@nomicfoundation/hardhat-chai-matchers": "^1.0.6",
"@nomicfoundation/hardhat-network-helpers": "^1.0.8",
"@nomiclabs/hardhat-ethers": "^2.2.3",
"@protocolink/test-helpers": "^0.4.1",
"@protocolink/test-helpers": "^0.4.2",
"@typechain/ethers-v5": "^11.0.0",
"@types/chai": "^4.3.5",
"@types/fs-extra": "^11.0.1",
Expand Down
47 changes: 16 additions & 31 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1020,22 +1020,7 @@
bignumber.js "^9.0.2"
ts-essentials "^9.1.2"

"@protocolink/common@^0.4.2":
version "0.4.2"
resolved "https://registry.yarnpkg.com/@protocolink/common/-/common-0.4.2.tgz#25fb1f4991aaf957dc686e5364f4f5a47c9fe7bf"
integrity sha512-HuO3WZEfSDnbbdSrUlHYcltgWdKe0V9suJrS/FYFrrawGHI3zE4mZwG7oBvbczU+z1OwF4ANTEhKVOH11uWJIQ==
dependencies:
"@types/lodash" "^4.14.195"
axios "^1.3.6"
axios-retry "^3.5.1"
bignumber.js "^9.1.1"
ethers "^5.7.2"
lodash "^4.17.21"
tiny-invariant "^1.3.1"
type-fest "^3.12.0"
zksync-web3 "^0.14.3"

"@protocolink/common@^0.5.0", "@protocolink/common@^0.5.1":
"@protocolink/common@^0.5.1":
version "0.5.1"
resolved "https://registry.yarnpkg.com/@protocolink/common/-/common-0.5.1.tgz#137598c8b1e20e794066db416854ac9a772da567"
integrity sha512-aqzpdDGidxVdQRdf1CFZqzVWNP//kuFkCj//4Ba4UpwjBmb4Pc2cdWsikBfVVWjc6Dwx9kvkz6CZ/wrApwbRnw==
Expand All @@ -1050,34 +1035,34 @@
type-fest "^3.12.0"
zksync-web3 "^0.14.3"

"@protocolink/core@^0.6.0":
version "0.6.0"
resolved "https://registry.yarnpkg.com/@protocolink/core/-/core-0.6.0.tgz#2418b3a25fac3fe75a048604ea0918a7c39dfeb8"
integrity sha512-8Jh4VX7DO8z95FNitJkTZVqWj+/9dTznFUzuYu3BGIO/ueVQ4jYDV1kl5AgAYHDluxv8CFKBr5QEZpO+FBYqEA==
"@protocolink/core@^0.6.1":
version "0.6.1"
resolved "https://registry.yarnpkg.com/@protocolink/core/-/core-0.6.1.tgz#b9ec164e9cd0f78c64ec101409247eda2b2d06af"
integrity sha512-HgLPKpMExcUaau3ndNzK57OElDLp2poGwyeDKKFYqNrtLYah5ZhOeotR2QTxNF3kR1oD5Ds5zK7MLeharwA3yw==
dependencies:
"@protocolink/common" "^0.5.0"
"@protocolink/common" "^0.5.1"
"@uniswap/permit2-sdk" "^1.2.0"
ethers "^5.7.2"
tiny-invariant "^1.3.1"

"@protocolink/smart-accounts@^0.1.4":
version "0.1.4"
resolved "https://registry.yarnpkg.com/@protocolink/smart-accounts/-/smart-accounts-0.1.4.tgz#a9515e3e851003a52da0e195a46076c0d24b5057"
integrity sha512-EQMLi5YhaeRsIn+7Rl4yzzn+6++otzYmx8ryJdu8FXhTfMVz6jMwsJwzZnvUpv0FudvydyUX+bjWGgmCUvDM8g==
"@protocolink/smart-accounts@^0.1.5":
version "0.1.5"
resolved "https://registry.yarnpkg.com/@protocolink/smart-accounts/-/smart-accounts-0.1.5.tgz#82df3f4e2f89b6d84dd0afa74c3c5deb3142a5cd"
integrity sha512-dtyQKaW2tblQjpdF2ReE2hnuMxQAsohAq60KrtugYXHzMoEKGNiufbHyxCNfP1JRRlFjbA/FKECu7mSKqRX/Eg==
dependencies:
"@protocolink/common" "^0.4.2"
"@protocolink/common" "^0.5.1"
ethers "^5.7.2"
tiny-invariant "^1.3.1"

"@protocolink/test-helpers@^0.4.1":
version "0.4.1"
resolved "https://registry.yarnpkg.com/@protocolink/test-helpers/-/test-helpers-0.4.1.tgz#b2b576d0177c55d11fbc58a430d6ef4de16a620d"
integrity sha512-MNukCj57nL2QYMPI7LRPBo8SM2ZtfiPF4l3d6mRpygCCNc5zN1XnBHNLwFJydg3kFzN0kumEx2hIrxWE82b3EQ==
"@protocolink/test-helpers@^0.4.2":
version "0.4.2"
resolved "https://registry.yarnpkg.com/@protocolink/test-helpers/-/test-helpers-0.4.2.tgz#742329c3b286ed45c620e2378c8b6724d2b0f0e8"
integrity sha512-/+yZLWU/Xb51mDSTRZviZ511rztRIFkyghsUvoK8o9nwuYsEdHExsXt6762EScw6+lgFe3WioQnNeqYDxzh4gg==
dependencies:
"@nomicfoundation/hardhat-chai-matchers" "^1.0.6"
"@nomicfoundation/hardhat-network-helpers" "^1.0.8"
"@nomiclabs/hardhat-ethers" "^2.2.3"
"@protocolink/common" "^0.4.2"
"@protocolink/common" "^0.5.1"
"@types/chai" "^4.3.5"
"@types/mocha" "^10.0.1"
chai "^4.3.7"
Expand Down

0 comments on commit 96145a0

Please sign in to comment.