Skip to content

Commit

Permalink
chore(deps): update deps, support base (#609)
Browse files Browse the repository at this point in the history
  • Loading branch information
zfy0701 authored Aug 14, 2023
1 parent 451742e commit aa92641
Show file tree
Hide file tree
Showing 5 changed files with 111 additions and 129 deletions.
3 changes: 2 additions & 1 deletion .github/renovate.json5
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,8 @@
"node",
"superstruct_solana",
"semantic-release",
"mkdirp"
"mkdirp",
"prettier2"
],
"enabled": false
}
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,14 +24,14 @@
"chai": "^4.3.7",
"conventional-changelog-conventionalcommits": "^6.1.0",
"eslint": "^8.43.0",
"eslint-config-prettier": "^8.8.0",
"eslint-config-prettier": "^9.0.0",
"eslint-import-resolver-typescript": "^3.5.5",
"eslint-plugin-deprecation": "^1.4.1",
"eslint-plugin-import": "^2.27.5",
"eslint-plugin-unused-imports": "^3.0.0",
"jest": "^29.5.0",
"json": "^11.0.0",
"lint-staged": "^13.2.2",
"lint-staged": "^14.0.0",
"prettier": "^3.0.0",
"prettier-package-json": "^2.8.0",
"prettier-plugin-sh": "^0.13.1",
Expand Down
2 changes: 1 addition & 1 deletion packages/cli/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
"dependencies": {
"@jest/globals": "^29.5.0",
"@jest/types": "^29.5.0",
"@mysten/sui.js": "^0.39.0",
"@mysten/sui.js": "^0.40.0",
"@sentio/chain": "^1.0.3",
"@types/jest": "^29.5.0",
"@types/node": "^18.11.18",
Expand Down
10 changes: 5 additions & 5 deletions packages/sdk/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -57,17 +57,17 @@
},
"dependencies": {
"@coral-xyz/borsh": "^0.28.0",
"@mysten/sui.js": "^0.39.0",
"@mysten/sui.js": "^0.40.0",
"@project-serum/anchor": "^0.26.0",
"@sentio/bigdecimal": "^9.1.1-patch.3",
"@sentio/chain": "^1.0.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.0.0",
"@typemove/move": "^1.0.0",
"@typemove/sui": "^1.0.0",
"@typemove/aptos": "^1.0.1",
"@typemove/move": "^1.0.1",
"@typemove/sui": "^1.0.1",
"aptos": "^1.17.0",
"aptos-sdk": "npm:aptos",
"bs58": "^5.0.0",
Expand Down
Loading

0 comments on commit aa92641

Please sign in to comment.