Skip to content

Commit

Permalink
chore(deps): migrate away from legacy typing (#86)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
zfy0701 and renovate[bot] authored Mar 12, 2024
1 parent 905833b commit 3aaddbb
Show file tree
Hide file tree
Showing 6 changed files with 4,641 additions and 2,396 deletions.
4 changes: 2 additions & 2 deletions packages/aptos/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,12 +39,12 @@
},
"types": "./dist/cjs/index.d.ts",
"dependencies": {
"@aptos-labs/ts-sdk": "~1.7.0",
"@aptos-labs/ts-sdk": "~1.10.0",
"@typemove/move": "workspace:*",
"chalk": "^5.3.0",
"commander": "^12.0.0",
"prettier": "^3.2.4",
"radash": "^11.0.0"
"radash": "^12.0.0"
},
"url": "https://github.com/sentioxyz/typemove"
}
2 changes: 1 addition & 1 deletion packages/move/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
},
"dependencies": {
"chalk": "^5.3.0",
"radash": "^11.0.0"
"radash": "^12.0.0"
},
"url": "https://github.com/sentioxyz/typemove"
}
4 changes: 2 additions & 2 deletions packages/sui/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,12 +40,12 @@
"types": "./dist/cjs/index.d.ts",
"dependencies": {
"@mysten/bcs": "^0.11.0",
"@mysten/sui.js": "~0.50.0",
"@mysten/sui.js": "~0.51.0",
"@typemove/move": "workspace:*",
"chalk": "^5.3.0",
"commander": "^12.0.0",
"prettier": "^3.2.4",
"radash": "^11.0.0"
"radash": "^12.0.0"
},
"url": "https://github.com/sentioxyz/typemove"
}
Loading

0 comments on commit 3aaddbb

Please sign in to comment.