Skip to content

Commit

Permalink
chore: bump @ton/core and ohm-js versions (#276)
Browse files Browse the repository at this point in the history
and bump a few other packages's versions too
  • Loading branch information
anton-trunov authored Apr 22, 2024
1 parent d993edf commit 8bac674
Show file tree
Hide file tree
Showing 3 changed files with 1,000 additions and 1,172 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- The `dump()` and `dumpStack()` functions now print the file path, line number, and column number in addition to the data: PR [#271](https://github.com/tact-lang/tact/pull/271).
- `pow` function is now in the standard library, allowing its use at runtime. If constant arguments are used, the result is evaluated at compile-time: PR [#267](https://github.com/tact-lang/tact/pull/267)
- Use `|` instead of `+` for send mode flags because the bitwise OR operation is idempotent and hence safer: PR [#274](https://github.com/tact-lang/tact/pull/274)
- Bumped the versions of `@ton/core` and `ohm-js` to most recent ones: PR [#276](https://github.com/tact-lang/tact/pull/276)

### Fixed

Expand Down
12 changes: 6 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,22 +34,22 @@
"dependencies": {
"@ipld/dag-pb": "2.1.18",
"@tact-lang/opcode": "^0.0.14",
"@ton/core": "0.49.2",
"@ton/core": "0.56.3",
"@ton/crypto": "^3.2.0",
"arg": "^5.0.2",
"blockstore-core": "1.0.5",
"change-case": "^4.1.2",
"ipfs-unixfs-importer": "9.0.10",
"mkdirp": "^2.1.3",
"multiformats": "9.9.0",
"ohm-js": "16.5.0",
"path-normalize": "^6.0.10",
"multiformats": "^13.1.0",
"ohm-js": "^17.1.0",
"path-normalize": "^6.0.13",
"prando": "^6.0.1",
"qs": "^6.11.0",
"qs": "^6.12.1",
"zod": "^3.22.4"
},
"devDependencies": {
"@ohm-js/cli": "^1.1.0",
"@ohm-js/cli": "^2.0.0",
"@release-it/keep-a-changelog": "^3.1.0",
"@tact-lang/coverage": "^0.0.8",
"@tact-lang/emulator": "^4.2.3",
Expand Down
Loading

0 comments on commit 8bac674

Please sign in to comment.