We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent db58bce commit 00ccf00Copy full SHA for 00ccf00
package.json
@@ -26,12 +26,11 @@
26
"update-fixtures": "bun ./test/update-fixtures.ts && biome check --write ./test/fixtures"
27
},
28
"dependencies": {
29
- "@myriaddreamin/typst-ts-web-compiler": "^0.5.1",
30
- "@myriaddreamin/typst.ts": "^0.5.1",
31
- "yaml": "^2.5.1"
+ "@myriaddreamin/typst-ts-web-compiler": "^0.5.1"
32
33
"devDependencies": {
34
"@biomejs/biome": "^1.9.2",
+ "@myriaddreamin/typst.ts": "^0.5.1",
35
"@textlint/ast-node-types": "^14.0.4",
36
"@textlint/ast-tester": "^14.0.4",
37
"@textlint/types": "^14.0.4",
@@ -41,6 +40,7 @@
41
40
"textlint-scripts": "^14.0.4",
42
"textlint-tester": "^14.0.4",
43
"typescript": "^5.4.3",
44
- "vitest": "^1.4.0"
+ "vitest": "^1.4.0",
+ "yaml": "^2.5.1"
45
}
46
0 commit comments