Skip to content

Commit

Permalink
fix(deps): update all
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Nov 22, 2024
1 parent 9e79402 commit f644d9f
Show file tree
Hide file tree
Showing 4 changed files with 340 additions and 260 deletions.
6 changes: 3 additions & 3 deletions packages/cli/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,13 +23,13 @@
},
"types": "module",
"dependencies": {
"@aptos-labs/ts-sdk": "~1.32.0",
"@mysten/sui": "~1.14.0",
"@aptos-labs/ts-sdk": "~1.33.0",
"@mysten/sui": "~1.15.0",
"@sentio/chain": "^2.1.14",
"@sentio/graph-cli": "^0.80.0-patch.1",
"@types/node": "^22.8.6",
"chalk": "^5.3.0",
"command-line-args": "^5.2.1",
"command-line-args": "^6.0.0",
"command-line-usage": "^7.0.1",
"dotenv": "^16.4.5",
"express": "^4.18.2",
Expand Down
4 changes: 2 additions & 2 deletions packages/runtime/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,12 +31,12 @@
"@opentelemetry/exporter-prometheus": "^0.54.0",
"@opentelemetry/sdk-node": "^0.54.0",
"@sentio/protos": "workspace:*",
"command-line-args": "^5.2.1",
"command-line-args": "^6.0.0",
"command-line-usage": "^7.0.1",
"ethers": "npm:@sentio/[email protected]",
"fs-extra": "^11.2.0",
"google-protobuf": "^3.21.2",
"ix": "^5.0.0",
"ix": "^7.0.0",
"long": "^5.2.3",
"nice-grpc": "^2.1.10",
"nice-grpc-client-middleware-retry": "^3.1.6",
Expand Down
14 changes: 7 additions & 7 deletions packages/sdk/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -73,28 +73,28 @@
"test:starknet": "tsx --test src/stark/tests/event.test.ts"
},
"dependencies": {
"@aptos-labs/ts-sdk": "~1.32.0",
"@aptos-labs/ts-sdk": "~1.33.0",
"@coral-xyz/borsh": "^0.30.0",
"@fuel-ts/program": "^0.96.1",
"@mysten/sui": "~1.14.0",
"@fuel-ts/program": "^0.97.0",
"@mysten/sui": "~1.15.0",
"@prettier/sync": "^0.5.2",
"@project-serum/anchor": "^0.26.0",
"@sentio/abi-wan-kanabi": "2.2.2-1",
"@sentio/api": "1.0.2-rc.11",
"@sentio/api": "1.0.2-rc.29",
"@sentio/bigdecimal": "9.1.1-patch.3",
"@sentio/chain": "^2.1.14",
"@sentio/ethers-v6": "^1.0.29",
"@sentio/protos": "workspace:*",
"@sentio/runtime": "workspace:^",
"@solana/web3.js": "1.91.8",
"@solana/web3.js": "1.95.5",
"@typemove/aptos": "~1.6.12",
"@typemove/move": "~1.6.12",
"@typemove/sui": "~1.6.12",
"bs58": "^5.0.0",
"bs58": "^6.0.0",
"chalk": "^5.3.0",
"csv-parse": "^5.5.3",
"ethers": "npm:@sentio/[email protected]",
"fuels": "^0.96.1",
"fuels": "^0.97.0",
"graphql": "^16.9.0",
"js-sha3": "^0.9.3",
"lru-cache": "^11.0.0",
Expand Down
Loading

0 comments on commit f644d9f

Please sign in to comment.