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
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,11 @@
44
"": {
55
"name": "textlint-plugin-mdx",
66
"dependencies": {
7-
"@myriaddreamin/typst-ts-web-compiler": "^0.5.5-rc7",
7+
"@myriaddreamin/typst-ts-web-compiler": "0.6.0",
88
},
99
"devDependencies": {
1010
"@biomejs/biome": "^1.9.2",
11-
"@myriaddreamin/typst.ts": "^0.5.5-rc7",
11+
"@myriaddreamin/typst.ts": "0.6.0",
1212
"@textlint/ast-node-types": "^14.0.4",
1313
"@textlint/ast-tester": "^14.0.4",
1414
"@textlint/types": "^14.0.4",
@@ -340,9 +340,9 @@
340340

341341
"@kvs/types": ["@kvs/types@2.1.4", "", {}, "sha512-XtTOUatnJrDcuYNPfN+9x1xuVp11IuyPi9zOLVJPpfnKp+vUCatka/Crp2cfz0uKt4QE1Pb4Dg/TNYgVYA2Org=="],
342342

343-
"@myriaddreamin/typst-ts-web-compiler": ["@myriaddreamin/typst-ts-web-compiler@0.5.5-rc7", "", {}, "sha512-dFS47UwVcOscGx6+9Ytn/QAKhHcuuG6K+zkAJO0Iw4j+4OHpu+VbZLUh3+6M6Bfl6TzzQ3fsBlgqgVF6UtfNug=="],
343+
"@myriaddreamin/typst-ts-web-compiler": ["@myriaddreamin/typst-ts-web-compiler@0.6.0", "", {}, "sha512-P/eIJ5RnfElj0NYzn5PI296t/IwWtgqUyyTMi5Jm5X3V5kZfskkH+LI7mSQe8tEyxwgCvxbxvFe5adinA3K8Gg=="],
344344

345-
"@myriaddreamin/typst.ts": ["@myriaddreamin/typst.ts@0.5.5-rc7", "", { "dependencies": { "idb": "^7.1.1" }, "peerDependencies": { "@myriaddreamin/typst-ts-renderer": "^0.5.5-rc7", "@myriaddreamin/typst-ts-web-compiler": "^0.5.5-rc7" }, "optionalPeers": ["@myriaddreamin/typst-ts-renderer", "@myriaddreamin/typst-ts-web-compiler"] }, "sha512-ATGhPQSoIAThRZlqcdBkCROso7UQBV4vEmE8FQZYDcOQ12JpbkJUMop/3UV0kdRhJ1XzbJxckztFxWUmDbF9/g=="],
345+
"@myriaddreamin/typst.ts": ["@myriaddreamin/typst.ts@0.6.0", "", { "dependencies": { "idb": "^7.1.1" }, "peerDependencies": { "@myriaddreamin/typst-ts-renderer": "^0.6.0", "@myriaddreamin/typst-ts-web-compiler": "^0.6.0" }, "optionalPeers": ["@myriaddreamin/typst-ts-renderer", "@myriaddreamin/typst-ts-web-compiler"] }, "sha512-IUpetG0NyF2H6eXRm4j+NsbanJHIvyrffHEijqYb6q128sLWQgT1FYJS+h7dtjXmrBEfnIl1mI80DyfDR6kB/w=="],
346346

347347
"@nicolo-ribaudo/chokidar-2": ["@nicolo-ribaudo/chokidar-2@2.1.8-no-fsevents.3", "", {}, "sha512-s88O1aVtXftvp5bCPB7WnmXc5IwOZZ7YPuwNPt+GtOOXpPvad1LfbmjYv+qII7zP6RU2QGnqve27dnLycEnyEQ=="],
348348

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)