Skip to content

Commit

Permalink
Update aptos ts-sdk to latest version 1.13.2 (#265)
Browse files Browse the repository at this point in the history
  • Loading branch information
0xmaayan authored Apr 30, 2024
1 parent f837ed6 commit 55f9970
Show file tree
Hide file tree
Showing 4 changed files with 52 additions and 22 deletions.
6 changes: 6 additions & 0 deletions .changeset/cold-lies-ring.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
---
"@aptos-labs/wallet-adapter-core": patch
"@aptos-labs/wallet-adapter-nextjs-example": patch
---

Update aptos ts-sdk to latest version 1.13.2
2 changes: 1 addition & 1 deletion apps/nextjs-example/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"lint": "next lint"
},
"dependencies": {
"@aptos-labs/ts-sdk": "^1.11.0",
"@aptos-labs/ts-sdk": "^1.13.2",
"@aptos-labs/wallet-adapter-ant-design": "workspace:*",
"@aptos-labs/wallet-adapter-core": "workspace:*",
"@aptos-labs/wallet-adapter-mui-design": "workspace:*",
Expand Down
2 changes: 1 addition & 1 deletion packages/wallet-adapter-core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@
"tweetnacl": "^1.0.3"
},
"peerDependencies": {
"@aptos-labs/ts-sdk": "^1.11.0",
"@aptos-labs/ts-sdk": "^1.13.2",
"aptos": "^1.21.0"
}
}
64 changes: 44 additions & 20 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 55f9970

Please sign in to comment.