Skip to content

Commit

Permalink
chore(deps): upgrade deps (#653)
Browse files Browse the repository at this point in the history
  • Loading branch information
zfy0701 authored Jan 10, 2024
1 parent a0a0365 commit c524f4a
Show file tree
Hide file tree
Showing 3 changed files with 52 additions and 33 deletions.
2 changes: 1 addition & 1 deletion packages/cli/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
},
"types": "module",
"dependencies": {
"@aptos-labs/ts-sdk": "~1.2.0",
"@aptos-labs/ts-sdk": "~1.4.0",
"@jest/globals": "^29.5.0",
"@jest/types": "^29.5.0",
"@mysten/sui.js": "~0.48.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 @@ -56,19 +56,19 @@
"test": "NODE_OPTIONS=--experimental-vm-modules pnpm jest --runInBand --detectOpenHandles"
},
"dependencies": {
"@aptos-labs/ts-sdk": "~1.2.0",
"@aptos-labs/ts-sdk": "~1.4.0",
"@coral-xyz/borsh": "^0.29.0",
"@mysten/sui.js": "~0.48.0",
"@mysten/sui.js": "~0.49.0",
"@project-serum/anchor": "^0.26.0",
"@sentio/bigdecimal": "^9.1.1-patch.3",
"@sentio/chain": "^1.0.4",
"@sentio/ethers-v6": "^1.0.28",
"@sentio/protos": "workspace:*",
"@sentio/runtime": "workspace:^",
"@solana/web3.js": "^1.78.3",
"@typemove/aptos": "~1.3.1",
"@typemove/move": "~1.3.1",
"@typemove/sui": "~1.3.1",
"@typemove/aptos": "~1.3.2",
"@typemove/move": "~1.3.2",
"@typemove/sui": "~1.3.2",
"bs58": "^5.0.0",
"chalk": "^5.2.0",
"csv-parse": "^5.3.0",
Expand Down
73 changes: 46 additions & 27 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 c524f4a

Please sign in to comment.