Skip to content

Commit 81469c5

Browse files
authored
chore: upgrade to jest v30 (#32)
1 parent c1f380b commit 81469c5

File tree

2 files changed

+1389
-1022
lines changed

2 files changed

+1389
-1022
lines changed

package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -13,17 +13,17 @@
1313
"url": "git+https://github.com/ton-org/test-utils"
1414
},
1515
"devDependencies": {
16-
"@jest/globals": "^29.5.0",
16+
"@jest/globals": "^30.0.5",
1717
"@ton/core": "^0.49.2",
1818
"@ton/crypto": "^3.2.0",
1919
"@ton/toolchain": "the-ton-tech/toolchain#v1.4.0",
2020
"@types/bun": "^1.2.19",
2121
"@types/chai": "^4.3.4",
22-
"@types/jest": "^29.4.4",
22+
"@types/jest": "^30.0.0",
2323
"chai": "^4.3.7",
2424
"eslint": "^9.28.0",
25-
"jest": "^29.5.0",
26-
"ts-jest": "^29.0.5",
25+
"jest": "^30.0.5",
26+
"ts-jest": "^29.4.1",
2727
"typescript": "^5.9.2"
2828
},
2929
"peerDependencies": {

0 commit comments

Comments
 (0)