Skip to content

Commit

Permalink
Merge branch 'main' into renovate/mysten-wallet-standard-0.x
Browse files Browse the repository at this point in the history
  • Loading branch information
bruceeewong authored Oct 16, 2024
2 parents 5ee0dba + fbfcc6b commit ff4411b
Show file tree
Hide file tree
Showing 3 changed files with 140 additions and 8 deletions.
4 changes: 2 additions & 2 deletions packages/kit/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
},
"types": "./dist/index.d.ts",
"dependencies": {
"@mysten/sui": "1.1.0",
"@mysten/sui": "1.12.0",
"@mysten/wallet-standard": "0.13.7",
"@mysten/zksend": "^0.9.4",
"@radix-ui/react-dialog": "^1.0.2",
Expand Down Expand Up @@ -66,7 +66,7 @@
"vite-plugin-svgr": "^2.2.1"
},
"peerDependencies": {
"@mysten/sui": "1.1.0",
"@mysten/sui": "1.12.0",
"react": "*",
"react-dom": "*"
},
Expand Down
4 changes: 2 additions & 2 deletions packages/sdk/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
}
},
"dependencies": {
"@mysten/sui": "1.1.0",
"@mysten/sui": "1.12.0",
"@mysten/wallet-standard": "0.13.7",
"@mysten/zksend": "^0.9.4",
"@noble/hashes": "^1.3.0",
Expand All @@ -47,6 +47,6 @@
"vite-plugin-dts": "^2.3.0"
},
"peerDependencies": {
"@mysten/sui": "1.1.0"
"@mysten/sui": "1.12.0"
}
}
140 changes: 136 additions & 4 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 ff4411b

Please sign in to comment.