Skip to content

Commit

Permalink
chore(sdk): upgrade deps (#1078)
Browse files Browse the repository at this point in the history
  • Loading branch information
zfy0701 authored Dec 11, 2024
1 parent 923be2a commit bc74ed8
Show file tree
Hide file tree
Showing 3 changed files with 53 additions and 104 deletions.
4 changes: 2 additions & 2 deletions packages/cli/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,8 @@
"types": "module",
"dependencies": {
"@aptos-labs/ts-sdk": "~1.33.0",
"@mysten/sui": "~1.15.0",
"@sentio/chain": "^2.3.1",
"@mysten/sui": "~1.16.2",
"@sentio/chain": "^2.3.4",
"@sentio/graph-cli": "^0.80.0-patch.1",
"@types/node": "^22.8.6",
"chalk": "^5.3.0",
Expand Down
10 changes: 5 additions & 5 deletions packages/sdk/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -77,19 +77,19 @@
"@coral-xyz/anchor": "^0.30.1",
"@coral-xyz/borsh": "^0.30.1",
"@fuel-ts/program": "^0.97.0",
"@mysten/sui": "~1.15.0",
"@mysten/sui": "~1.16.2",
"@prettier/sync": "^0.5.2",
"@sentio/abi-wan-kanabi": "2.2.2-1",
"@sentio/api": "1.0.2-rc.11",
"@sentio/bigdecimal": "9.1.1-patch.3",
"@sentio/chain": "^2.3.1",
"@sentio/chain": "^2.3.4",
"@sentio/ethers-v6": "^1.0.29",
"@sentio/protos": "workspace:*",
"@sentio/runtime": "workspace:^",
"@solana/web3.js": "1.95.8",
"@typemove/aptos": "~1.8.0",
"@typemove/move": "~1.8.0",
"@typemove/sui": "~1.8.0",
"@typemove/aptos": "~1.8.1",
"@typemove/move": "~1.8.1",
"@typemove/sui": "~1.8.1",
"bs58": "^5.0.0",
"chalk": "^5.3.0",
"csv-parse": "^5.5.3",
Expand Down
143 changes: 46 additions & 97 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit bc74ed8

Please sign in to comment.