Skip to content

Commit

Permalink
Merge pull request #1 from Trinketer22/w5_tests
Browse files Browse the repository at this point in the history
W5 tests
  • Loading branch information
tolya-yanot committed Jul 3, 2024
2 parents 84eaf15 + 57e37aa commit e805cde
Show file tree
Hide file tree
Showing 16 changed files with 4,402 additions and 728 deletions.
1,472 changes: 793 additions & 679 deletions package-lock.json

Large diffs are not rendered by default.

24 changes: 12 additions & 12 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,26 +12,26 @@
"scalpel": "bash ./scripts/scalpel.sh"
},
"devDependencies": {
"@ton-community/blueprint": "^0.12.0",
"@ton-community/sandbox": "^0.11.0",
"@ton-community/test-utils": "^0.3.0",
"@ton/blueprint": "^0.21.0",
"@ton/core": "^0.56.3",
"@ton/crypto": "^3.2.0",
"@ton/sandbox": "^0.20.0",
"@ton/test-utils": "^0.4.2",
"@types/jest": "^29.5.0",
"@types/node": "^20.2.5",
"jest": "^29.5.0",
"prettier": "^2.8.6",
"ton": "~13.6.0",
"ton-core": "^0.51.0",
"ton-crypto": "^3.2.0",
"ts-jest": "^29.0.5",
"ts-node": "^10.9.1",
"typescript": "^4.9.5",
"@typescript-eslint/eslint-plugin": "^5.38.1",
"@typescript-eslint/parser": "^5.38.1",
"eslint": "8.22.0",
"eslint-config-airbnb-typescript": "^17.0.0",
"eslint-config-prettier": "^8.5.0",
"eslint-plugin-import": "^2.26.0",
"eslint-plugin-prettier": "^4.2.1",
"eslint-plugin-unused-imports": "^2.0.0"
"eslint-plugin-unused-imports": "^2.0.0",
"jest": "^29.7.0",
"prettier": "^2.8.6",
"ton": "~13.6.0",
"ts-jest": "^29.0.5",
"ts-node": "^10.9.1",
"typescript": "^5.5.2"
}
}
Loading

0 comments on commit e805cde

Please sign in to comment.