Skip to content

Commit

Permalink
chore: utils
Browse files Browse the repository at this point in the history
  • Loading branch information
grothem committed Feb 22, 2024
1 parent 90559ad commit c5bd0c9
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 10 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,8 @@
"test:coverage": "jest --coverage"
},
"dependencies": {
"@aave/contract-helpers": "1.24.1-82a145b79d35bde0f05a1a82a3548eaaed18812b.0",
"@aave/math-utils": "1.24.1-82a145b79d35bde0f05a1a82a3548eaaed18812b.0",
"@aave/contract-helpers": "1.25.0",
"@aave/math-utils": "1.25.0",
"@bgd-labs/aave-address-book": "^2.19.0",
"@emotion/cache": "11.10.3",
"@emotion/react": "11.10.4",
Expand Down
16 changes: 8 additions & 8 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2,17 +2,17 @@
# yarn lockfile v1


"@aave/contract-helpers@1.24.1-82a145b79d35bde0f05a1a82a3548eaaed18812b.0":
version "1.24.1-82a145b79d35bde0f05a1a82a3548eaaed18812b.0"
resolved "https://registry.yarnpkg.com/@aave/contract-helpers/-/contract-helpers-1.24.1-82a145b79d35bde0f05a1a82a3548eaaed18812b.0.tgz#002c55520fddace7877a06b5fa2bdea0196b75d4"
integrity sha512-DS5JmwIozDs/9e8XsTdlMxXdArWwO7+ZsQ6iEfL10+n2mmWVtcoQeqzO9i46nFGygz3a9fCCqoCiQ84Olr4q9g==
"@aave/contract-helpers@1.25.0":
version "1.25.0"
resolved "https://registry.yarnpkg.com/@aave/contract-helpers/-/contract-helpers-1.25.0.tgz#7f196d9418fc55a9503045a1c179f2d2af01c606"
integrity sha512-EejPEa53px0qFo0QgmRwRUge8zEE0iYuS7B9OfYC3gE4/DGSvsRB8fdwkZxpi4r2gH0mFDol6VigpcIZrBYtHQ==
dependencies:
isomorphic-unfetch "^3.1.0"

"@aave/math-utils@1.24.1-82a145b79d35bde0f05a1a82a3548eaaed18812b.0":
version "1.24.1-82a145b79d35bde0f05a1a82a3548eaaed18812b.0"
resolved "https://registry.yarnpkg.com/@aave/math-utils/-/math-utils-1.24.1-82a145b79d35bde0f05a1a82a3548eaaed18812b.0.tgz#4fdc9a5505cc03ccf8ce5f04c78f9a6fa0deee20"
integrity sha512-v7nFJrUu1We+P/07UZ1NVFW8P9XvgO5324suDk0uk2GorblTcZIaMrR3FzR9tXoSFHJL/cAFHGQIJfpAQTCWpA==
"@aave/math-utils@1.25.0":
version "1.25.0"
resolved "https://registry.yarnpkg.com/@aave/math-utils/-/math-utils-1.25.0.tgz#8c6e112a7d96d7c687c2f106ccac2a16300913ca"
integrity sha512-KCXiujO2Xi3X74GqmrDOtEGpho3VKDts+/dVWFpBoCtWpI35qAI8IxgrmWVfR1/4qzDNDVX0R4QmVjqgTkRF7w==

"@adobe/css-tools@^4.0.1":
version "4.0.1"
Expand Down

0 comments on commit c5bd0c9

Please sign in to comment.