Skip to content

Commit

Permalink
chore(deps): update dependency @mysten/sui.js to v0.49.0
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Jan 6, 2024
1 parent 7790514 commit d9a4cca
Show file tree
Hide file tree
Showing 3 changed files with 28 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.js": "0.45.1",
"@mysten/sui.js": "0.49.0",
"@mysten/wallet-standard": "0.8.7",
"@radix-ui/react-dialog": "^1.0.2",
"@suiet/wallet-sdk": "workspace:*",
Expand Down Expand Up @@ -65,7 +65,7 @@
"vite-plugin-svgr": "^2.2.1"
},
"peerDependencies": {
"@mysten/sui.js": "0.45.1",
"@mysten/sui.js": "0.49.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.js": "0.45.1",
"@mysten/sui.js": "0.49.0",
"@mysten/wallet-standard": "0.8.7",
"@noble/hashes": "^1.3.0",
"buffer": "^6.0.3",
Expand All @@ -46,6 +46,6 @@
"vite-plugin-dts": "^2.3.0"
},
"peerDependencies": {
"@mysten/sui.js": "0.45.1"
"@mysten/sui.js": "0.49.0"
}
}
28 changes: 24 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 d9a4cca

Please sign in to comment.