Skip to content

Commit

Permalink
Bump ts-sdk peer dependency (#457)
Browse files Browse the repository at this point in the history
  • Loading branch information
GhostWalker562 authored Dec 3, 2024
1 parent f6b5727 commit af7c080
Show file tree
Hide file tree
Showing 4 changed files with 220 additions and 22 deletions.
5 changes: 5 additions & 0 deletions .changeset/two-seahorses-hug.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"@aptos-labs/wallet-adapter-core": patch
---

Bump wallet adapter ts-sdk peer dependency version
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 @@
"format": "prettier --write './**/*.{ts,tsx,js,jsx,json,md,html,css}'"
},
"dependencies": {
"@aptos-labs/ts-sdk": "^1.27.1",
"@aptos-labs/ts-sdk": "^1.33.1",
"@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 @@ -59,7 +59,7 @@
"tweetnacl": "^1.0.3"
},
"peerDependencies": {
"@aptos-labs/ts-sdk": "^1.27.1",
"@aptos-labs/ts-sdk": "^1.33.1",
"aptos": "^1.21.0"
},
"files": [
Expand Down
Loading

0 comments on commit af7c080

Please sign in to comment.