Skip to content

Commit

Permalink
Merge branch 'main' into feat/tanstack-table
Browse files Browse the repository at this point in the history
  • Loading branch information
DanielSchiavini authored Dec 27, 2024
2 parents 0da98a1 + 65ef04f commit de90615
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion apps/dao/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
"tsconfig": "*"
},
"dependencies": {
"@curvefi/api": "^2.65.22",
"@curvefi/api": "^2.65.23",
"@hookform/error-message": "^2.0.1",
"@hookform/resolvers": "^3.9.0",
"@lingui/react": "^4.6.0",
Expand Down
2 changes: 1 addition & 1 deletion apps/main/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
"tsconfig": "*"
},
"dependencies": {
"@curvefi/api": "^2.65.22",
"@curvefi/api": "^2.65.23",
"@hookform/error-message": "^2.0.1",
"@hookform/resolvers": "^3.9.0",
"@lingui/react": "^4.6.0",
Expand Down
12 changes: 6 additions & 6 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -3328,16 +3328,16 @@ __metadata:
languageName: node
linkType: hard

"@curvefi/api@npm:^2.65.22":
version: 2.65.22
resolution: "@curvefi/api@npm:2.65.22"
"@curvefi/api@npm:^2.65.23":
version: 2.65.23
resolution: "@curvefi/api@npm:2.65.23"
dependencies:
"@curvefi/ethcall": "npm:6.0.7"
axios: "npm:^0.21.1"
bignumber.js: "npm:^9.0.1"
ethers: "npm:^6.11.0"
memoizee: "npm:^0.4.15"
checksum: 10c0/c49173c5fe8239081de35cacbb04d4d42083c096b097c72903668e4d83505bf1deb3de2484f429bd19ab813b186291d7f0fcb345940279149ab7245931774b0f
checksum: 10c0/71191c76bfd79cc9095335df3e430d54b1d9160fd5f53444c0baa836e77e8dedafbaada33a6a3f7095778947b896ccbbe616951f4daa7b969db7c8eeef89693a
languageName: node
linkType: hard

Expand Down Expand Up @@ -15365,7 +15365,7 @@ __metadata:
version: 0.0.0-use.local
resolution: "dao@workspace:apps/dao"
dependencies:
"@curvefi/api": "npm:^2.65.22"
"@curvefi/api": "npm:^2.65.23"
"@hookform/error-message": "npm:^2.0.1"
"@hookform/resolvers": "npm:^3.9.0"
"@lingui/cli": "npm:^4.6.0"
Expand Down Expand Up @@ -21381,7 +21381,7 @@ __metadata:
version: 0.0.0-use.local
resolution: "main@workspace:apps/main"
dependencies:
"@curvefi/api": "npm:^2.65.22"
"@curvefi/api": "npm:^2.65.23"
"@hookform/error-message": "npm:^2.0.1"
"@hookform/resolvers": "npm:^3.9.0"
"@lingui/cli": "npm:^4.6.0"
Expand Down

0 comments on commit de90615

Please sign in to comment.