Skip to content

Commit

Permalink
feat: improve types for hooks (#311)
Browse files Browse the repository at this point in the history
  • Loading branch information
jmdev3 committed Jun 3, 2024
1 parent 112c6a4 commit cb446a4
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
"semver": "^7.5.4"
},
"devDependencies": {
"@0xsquid/squid-types": "^0.1.54",
"@0xsquid/squid-types": "0.1.67",
"@babel/core": "^7.18.10",
"@babel/preset-env": "^7.18.10",
"@babel/preset-typescript": "^7.18.6",
Expand Down
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@
# yarn lockfile v1


"@0xsquid/squid-types@^0.1.54":
version "0.1.54"
resolved "https://registry.yarnpkg.com/@0xsquid/squid-types/-/squid-types-0.1.54.tgz#92395bdd86a04383a69b54f11f150201cfbed127"
integrity sha512-JpYeVra83Orb7swkDhCilHDN3Fnm8zxX+j0m5GI8QOzrTkA4rpHFrSItqu1GCJ5Hnsp+x1fz65XSau0SFjmetQ==
"@0xsquid/squid-types@0.1.67":
version "0.1.67"
resolved "https://registry.npmjs.org/@0xsquid/squid-types/-/squid-types-0.1.67.tgz#ad55b298d36ec108de920cfd3866d01ce29cccb6"
integrity sha512-iZ4+WfHsKVGDg448NrtByRAOnPOdfNnh/BbA8HzuySp4BinqDRVg8fPr6m8WShTzR3YOIsMhqW1OsS5QMHdNZg==
dependencies:
"@axelar-network/axelarjs-sdk" "^0.13.6"
"@ethersproject/providers" "^5.7.2"
Expand Down

0 comments on commit cb446a4

Please sign in to comment.