Skip to content

Commit e73937e

Browse files
authored
chore(deps): update typst.ts version to 0.6.0 (#19)
1 parent 22a3562 commit e73937e

File tree

3 files changed

+7
-7
lines changed

3 files changed

+7
-7
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ bun add textlint-plugin-typst
4040

4141
## Syntax support
4242

43-
This plugin supports the syntax of Typst [v0.13.0](https://github.com/typst/typst/releases/tag/v0.13.0).
43+
This plugin supports the syntax of Typst [v0.13.1](https://github.com/typst/typst/releases/tag/v0.13.1).
4444

4545
Legend for syntax support:
4646

bun.lock

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

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,11 +26,11 @@
2626
"update-fixtures": "bun ./test/update-fixtures.ts && biome check --write ./test/fixtures"
2727
},
2828
"dependencies": {
29-
"@myriaddreamin/typst-ts-web-compiler": "^0.5.5-rc7"
29+
"@myriaddreamin/typst-ts-web-compiler": "0.6.0"
3030
},
3131
"devDependencies": {
3232
"@biomejs/biome": "^1.9.2",
33-
"@myriaddreamin/typst.ts": "^0.5.5-rc7",
33+
"@myriaddreamin/typst.ts": "0.6.0",
3434
"@textlint/ast-node-types": "^14.0.4",
3535
"@textlint/ast-tester": "^14.0.4",
3636
"@textlint/types": "^14.0.4",

0 commit comments

Comments
 (0)