Skip to content

Commit

Permalink
[deps] Upgrade to SDK V2 version 1 (#204)
Browse files Browse the repository at this point in the history
* [deps] Upgrade aptos SDK dependencies to latest version 1.0.0

* [changeset] Update for new dependencies
  • Loading branch information
gregnazario authored Dec 5, 2023
1 parent 710a5a2 commit 6257015
Show file tree
Hide file tree
Showing 4 changed files with 17 additions and 11 deletions.
6 changes: 6 additions & 0 deletions .changeset/purple-pandas-retire.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
---
"@aptos-labs/wallet-adapter-core": minor
"@aptos-labs/wallet-adapter-nextjs-example": minor
---

[deps] Updated aptos and @aptos-labs/ts-sdk dependencies to latest versions
4 changes: 2 additions & 2 deletions apps/nextjs-example/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@aptos-labs/wallet-adapter-nextjs-example",
"version": "2.0.0",
"version": "2.1.0",
"private": true,
"license": "Apache-2.0",
"scripts": {
Expand All @@ -11,7 +11,7 @@
"lint": "next lint"
},
"dependencies": {
"@aptos-labs/ts-sdk": "^0.0.7",
"@aptos-labs/ts-sdk": "1.0.0",
"@aptos-labs/wallet-adapter-ant-design": "workspace:*",
"@aptos-labs/wallet-adapter-core": "workspace:*",
"@aptos-labs/wallet-adapter-mui-design": "workspace:*",
Expand Down
4 changes: 2 additions & 2 deletions packages/wallet-adapter-core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@
"tweetnacl": "^1.0.3"
},
"peerDependencies": {
"aptos": "^1.19.0",
"@aptos-labs/ts-sdk": "^0.0.7"
"aptos": "^1.20.0",
"@aptos-labs/ts-sdk": "^1.0.0"
}
}
14 changes: 7 additions & 7 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 6257015

Please sign in to comment.