Skip to content

Commit

Permalink
chore: update peer deps
Browse files Browse the repository at this point in the history
  • Loading branch information
cjkoepke committed Jan 8, 2024
1 parent 934e186 commit 1904338
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 1 deletion.
2 changes: 1 addition & 1 deletion packages/cpp/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@
"typescript": "^4.7.4"
},
"peerDependencies": {
"@sundaeswap/asset": "^0.6.9",
"@sundaeswap/asset": "^0.7.1",
"@sundaeswap/bigint-math": "^0.5.9",
"@sundaeswap/fraction": "^0.5.9"
}
Expand Down
17 changes: 17 additions & 0 deletions packages/cpp/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -577,6 +577,23 @@
dependencies:
"@sinonjs/commons" "^1.7.0"

"@sundaeswap/asset@^0.7.1":
version "0.7.1"
resolved "https://registry.yarnpkg.com/@sundaeswap/asset/-/asset-0.7.1.tgz#5a05c67fc0badf2a08a1f1f22260377c5039a44f"
integrity sha512-V6DZiLr5WTRA1J/6tBDBZGOq74Szl+dtnfinubhaIHSgqByM9EAN3ech9R8gp9zTRwBIO5puXp9UuQCO4KhOVQ==
dependencies:
"@sundaeswap/fraction" "^0.5.9"

"@sundaeswap/bigint-math@^0.5.9":
version "0.5.9"
resolved "https://registry.yarnpkg.com/@sundaeswap/bigint-math/-/bigint-math-0.5.9.tgz#b7bec95324f8caa202794f8efd907990b5ac2a84"
integrity sha512-TYZwvgpA+aZFAroO0qYQSOn1c1h/IdmCuqS0PZ1mbF8wBdJ7JjDV0wu6onIzXZ3O6SZHlthyN3m6F2PjeYrQfA==

"@sundaeswap/fraction@^0.5.9":
version "0.5.9"
resolved "https://registry.yarnpkg.com/@sundaeswap/fraction/-/fraction-0.5.9.tgz#cd97f453bee9b9933ec98d1287fdeca28ea6cdb8"
integrity sha512-3KamPkKlXj6oLY1NNb4QjwKc0p+2MUthEGbFl4S9hf7qdxH5HWE4itcbsMpLOmEHWWy1N3fzUffuVkPWsyddZg==

"@tsconfig/node10@^1.0.7":
version "1.0.9"
resolved "https://registry.yarnpkg.com/@tsconfig/node10/-/node10-1.0.9.tgz#df4907fc07a886922637b15e02d4cebc4c0021b2"
Expand Down

0 comments on commit 1904338

Please sign in to comment.