Skip to content

Commit

Permalink
Merge pull request #287 from suiet/feat/suisdk-upgrade
Browse files Browse the repository at this point in the history
Feat/suisdk upgrade
  • Loading branch information
cruskipto authored Apr 4, 2024
2 parents 7790514 + 685cba9 commit b7f4fce
Show file tree
Hide file tree
Showing 4 changed files with 142 additions and 93 deletions.
8 changes: 4 additions & 4 deletions packages/kit/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@suiet/wallet-kit",
"version": "0.2.22",
"version": "0.2.24",
"type": "module",
"files": [
"dist"
Expand All @@ -25,8 +25,8 @@
},
"types": "./dist/index.d.ts",
"dependencies": {
"@mysten/sui.js": "0.45.1",
"@mysten/wallet-standard": "0.8.7",
"@mysten/sui.js": "0.51.2",
"@mysten/wallet-standard": "0.11.2",
"@radix-ui/react-dialog": "^1.0.2",
"@suiet/wallet-sdk": "workspace:*",
"@svgr/rollup": "^6.5.1",
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.51.2",
"react": "*",
"react-dom": "*"
},
Expand Down
8 changes: 4 additions & 4 deletions packages/sdk/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@suiet/wallet-sdk",
"version": "0.2.19",
"version": "0.2.21",
"license": "MIT",
"type": "module",
"scripts": {
Expand All @@ -23,8 +23,8 @@
}
},
"dependencies": {
"@mysten/sui.js": "0.45.1",
"@mysten/wallet-standard": "0.8.7",
"@mysten/sui.js": "0.51.2",
"@mysten/wallet-standard": "0.11.2",
"@noble/hashes": "^1.3.0",
"buffer": "^6.0.3",
"superstruct": "^1.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.51.2"
}
}
Loading

0 comments on commit b7f4fce

Please sign in to comment.