Skip to content

Commit d3e6899

Browse files
authored
chore: bump @ton/sandbox to match new @tact-lang/compiler (#103)
1 parent 49482cc commit d3e6899

File tree

3 files changed

+238
-307
lines changed

3 files changed

+238
-307
lines changed

package.json

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -25,10 +25,10 @@
2525
"@tact-lang/ton-jest": "^0.0.4",
2626
"@ton/core": "^0.61.0",
2727
"@ton-api/client": "^0.4.0",
28-
"@ton/crypto": "^3.2.0",
29-
"@ton/sandbox": "^0.32.2",
30-
"@ton/test-utils": "^0.7.0",
31-
"@ton/ton": "^13.9.0",
28+
"@ton/crypto": "^3.3.0",
29+
"@ton/sandbox": "^0.36.0",
30+
"@ton/test-utils": "^0.10.0",
31+
"@ton/ton": "^15.3.1",
3232
"@tondevwallet/traces": "^0.1.6",
3333
"@types/jest": "^29.2.4",
3434
"@types/node": "^18.11.14",
@@ -42,11 +42,11 @@
4242
"qs": "^6.11.0",
4343
"ts-jest": "^29.0.3",
4444
"ts-node": "^10.9.1",
45-
"typescript": "^4.9.4"
45+
"typescript": "^5.9.2"
4646
},
4747
"devDependencies": {
48-
"@typescript-eslint/eslint-plugin": "^7.0.0",
49-
"@typescript-eslint/parser": "^7.0.0",
48+
"@typescript-eslint/eslint-plugin": "^8.40.0",
49+
"@typescript-eslint/parser": "^8.40.0",
5050
"cspell": "^8.18.1",
5151
"depcheck": "^1.4.7",
5252
"eslint": "^9.21.0",
@@ -58,7 +58,7 @@
5858
"husky": "^9.1.7",
5959
"lint-staged": "^15.5.0",
6060
"prettier": "^3.4.2",
61-
"typescript-eslint": "^8.22.0",
61+
"typescript-eslint": "^8.40.0",
6262
"yarn-deduplicate": "^6.0.2"
6363
},
6464
"packageManager": "[email protected]+sha512.a6b2f7906b721bba3d67d4aff083df04dad64c399707841b7acf00f6b133b7ac24255f2652fa22ae3534329dc6180534e98d17432037ff6fd140556e2bb3137e",

sources/tests/liquidity-math.spec.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -128,7 +128,7 @@ describe.each([
128128
left: await ammPool.getLeftSide(),
129129
right: await ammPool.getRightSide(),
130130
}
131-
} catch (error) {
131+
} catch (_error) {
132132
return {
133133
left: 0n,
134134
right: 0n,

0 commit comments

Comments
 (0)