Skip to content

Commit

Permalink
Update SOR package with fix for dp bug.
Browse files Browse the repository at this point in the history
  • Loading branch information
johngrantuk committed May 16, 2022
1 parent 9639fd1 commit e3e1394
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion balancer-js/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@
"typescript": "^4.0.2"
},
"dependencies": {
"@balancer-labs/sor": "^4.0.0-beta.5",
"@balancer-labs/sor": "^4.0.0-beta.6",
"axios": "^0.24.0",
"graphql": "^15.6.1",
"graphql-request": "^3.5.0",
Expand Down
8 changes: 4 additions & 4 deletions balancer-js/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -469,10 +469,10 @@
"@babel/helper-validator-identifier" "^7.16.7"
to-fast-properties "^2.0.0"

"@balancer-labs/sor@^4.0.0-beta.5":
version "4.0.0-beta.5"
resolved "https://registry.yarnpkg.com/@balancer-labs/sor/-/sor-4.0.0-beta.5.tgz#a2ea6ffcd7ca918449f3d4c91f2799191107ffd5"
integrity sha512-z4YYSXP6y/gisAQqVeQVkjg/lqGF++GTycsWzr2cu5xy0qy/epDyy6X+46vQf4RW2j/IIOCNeqD/iT5v2V3Ehg==
"@balancer-labs/sor@^4.0.0-beta.6":
version "4.0.0-beta.6"
resolved "https://registry.yarnpkg.com/@balancer-labs/sor/-/sor-4.0.0-beta.6.tgz#1ee214b49184702ff10c73bfdd2e7c9b58be2950"
integrity sha512-tdnBIUf+NlHulMvCSh2FguE59z7o863mjtp6oWxz1PF3G5L3V4TCF39FrIho+z2/+J2iPqMXNBWRnF7luOBIDw==
dependencies:
isomorphic-fetch "^2.2.1"

Expand Down

0 comments on commit e3e1394

Please sign in to comment.