Skip to content

Commit 4452f5b

Browse files
authored
chore(deps): update typst.ts version to 0.5.1 (#2)
1 parent 05e9681 commit 4452f5b

File tree

7 files changed

+1101
-1101
lines changed

7 files changed

+1101
-1101
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.11.1](https://github.com/typst/typst/releases/tag/v0.11.1).
43+
This plugin supports the syntax of Typst [v0.12.0](https://github.com/typst/typst/releases/tag/v0.12.0).
4444

4545
Legend for syntax support:
4646

bun.lockb

-18 Bytes
Binary file not shown.

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,8 +25,8 @@
2525
"update-fixtures": "bun ./test/update-fixtures.ts && biome check --write ./test/fixtures"
2626
},
2727
"dependencies": {
28-
"@myriaddreamin/typst-ts-web-compiler": "^0.5.0-rc7",
29-
"@myriaddreamin/typst.ts": "^0.5.0-rc7",
28+
"@myriaddreamin/typst-ts-web-compiler": "^0.5.1",
29+
"@myriaddreamin/typst.ts": "^0.5.1",
3030
"yaml": "^2.5.1"
3131
},
3232
"devDependencies": {

0 commit comments

Comments
 (0)