Skip to content

Commit

Permalink
chore(deps): upgrade deps (#1081)
Browse files Browse the repository at this point in the history
  • Loading branch information
zfy0701 authored Dec 13, 2024
1 parent eb772f2 commit 51be6e0
Show file tree
Hide file tree
Showing 5 changed files with 107 additions and 67 deletions.
5 changes: 2 additions & 3 deletions packages/action/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,10 +26,9 @@
},
"devDependencies": {
"prettier": "^3.2.4",
"tslib": "^2.6.2",
"typedoc": "^0.26.0"
"typedoc": "^0.27.0"
},
"engines": {
"node": ">=16"
"node": ">=20"
}
}
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.16.2",
"@sentio/chain": "^2.3.4",
"@mysten/sui": "~1.17.0",
"@sentio/chain": "~2.3.7",
"@sentio/graph-cli": "^0.80.0-patch.1",
"@types/node": "^22.8.6",
"chalk": "^5.3.0",
Expand Down
12 changes: 6 additions & 6 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.16.2",
"@mysten/sui": "~1.17.0",
"@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.4",
"@sentio/chain": "~2.3.7",
"@sentio/ethers-v6": "^1.0.29",
"@sentio/protos": "workspace:*",
"@sentio/runtime": "workspace:^",
"@solana/web3.js": "1.95.8",
"@typemove/aptos": "~1.8.1",
"@typemove/move": "~1.8.1",
"@typemove/sui": "~1.8.1",
"@typemove/aptos": "~1.8.2",
"@typemove/move": "~1.8.2",
"@typemove/sui": "~1.8.2",
"bs58": "^5.0.0",
"chalk": "^5.3.0",
"csv-parse": "^5.5.3",
Expand Down Expand Up @@ -118,7 +118,7 @@
"devDependencies": {
"@types/google-protobuf": "^3.15.12",
"prettier": "^3.2.4",
"typedoc": "^0.26.0"
"typedoc": "^0.27.0"
},
"engines": {
"node": ">=20"
Expand Down
2 changes: 1 addition & 1 deletion packages/sdk/src/sui/sui-object-processor.ts
Original file line number Diff line number Diff line change
Expand Up @@ -344,7 +344,7 @@ export class SuiObjectTypeProcessor<T> extends SuiBaseObjectOrAddressProcessor<
}
}

export class SuiWrappedObjectProcessor extends SuiBaseObjectOrAddressProcessor<
export class SuiWrappedObjectProcessor extends SuiBaseObjectOrAddressProcessorInternal<
(dynamicFieldObjects: SuiMoveObject[], ctx: SuiObjectContext) => PromiseOrVoid
> {
static bind(options: SuiObjectBindOptions): SuiWrappedObjectProcessor {
Expand Down
Loading

0 comments on commit 51be6e0

Please sign in to comment.