Skip to content

Commit

Permalink
chore(deps): update dependency @mysten/sui to v1.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Jun 17, 2024
1 parent 0fc2942 commit 7f10d78
Show file tree
Hide file tree
Showing 3 changed files with 31 additions and 10 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.1.2",
"@mysten/wallet-standard": "0.12.6",
"@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.1.2",
"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.1.2",
"@mysten/wallet-standard": "0.12.6",
"@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.1.2"
}
}
33 changes: 27 additions & 6 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 7f10d78

Please sign in to comment.