Skip to content

Commit 5ff150d

Browse files
chore: bump deps across backend/sdk/website, update demo to latest published package
1 parent badd254 commit 5ff150d

8 files changed

Lines changed: 341 additions & 305 deletions

File tree

backend/package-lock.json

Lines changed: 114 additions & 101 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

backend/package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -25,20 +25,20 @@
2525
"author": "SuiOutKit Team",
2626
"license": "GPL-3.0",
2727
"dependencies": {
28-
"@mysten/payment-kit": "^0.1.11",
29-
"@mysten/sui": "^2.17.0",
30-
"@mysten/walrus": "^1.1.7",
28+
"@mysten/payment-kit": "^0.2.1",
29+
"@mysten/sui": "^2.19.0",
30+
"@mysten/walrus": "^1.2.1",
3131
"cors": "^2.8.6",
3232
"dotenv": "^17.4.2",
3333
"express": "^5.2.1",
3434
"ioredis": "^5.11.1",
3535
"node-fetch": "^3.3.2",
36-
"stripe": "^22.2.1"
36+
"stripe": "^22.2.2"
3737
},
3838
"devDependencies": {
3939
"@types/cors": "^2.8.19",
4040
"@types/express": "^5.0.6",
41-
"@types/node": "^25.9.3",
41+
"@types/node": "^26.0.0",
4242
"nodemon": "^3.1.14",
4343
"typescript": "^6.0.3"
4444
}

demo/demo.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -135,7 +135,7 @@ <h1>Trion Storefront</h1>
135135
<script type="module">
136136
const BACKEND_URL = "https://api.staging.suioutkit.xyz";
137137
const MERCHANT_ADDRESS = "0x534e227f48fc630b92298948ee57b75db82e7388896f4eefe34e040494f61581";
138-
const SDK_URL = "https://unpkg.com/suioutkit@1.2.0/dist/index.js";
138+
const SDK_URL = "https://unpkg.com/suioutkit@1.2.1/dist/index.js";
139139

140140
const statusEl = document.getElementById("status");
141141
const checkoutBtn = document.getElementById("checkout-btn");

package-lock.json

Lines changed: 13 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)