Skip to content

Commit 00ccf00

Browse files
committed
chore(deps): move dependencies to devDependencies for esbuild bundling
1 parent db58bce commit 00ccf00

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -26,12 +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.1",
30-
"@myriaddreamin/typst.ts": "^0.5.1",
31-
"yaml": "^2.5.1"
29+
"@myriaddreamin/typst-ts-web-compiler": "^0.5.1"
3230
},
3331
"devDependencies": {
3432
"@biomejs/biome": "^1.9.2",
33+
"@myriaddreamin/typst.ts": "^0.5.1",
3534
"@textlint/ast-node-types": "^14.0.4",
3635
"@textlint/ast-tester": "^14.0.4",
3736
"@textlint/types": "^14.0.4",
@@ -41,6 +40,7 @@
4140
"textlint-scripts": "^14.0.4",
4241
"textlint-tester": "^14.0.4",
4342
"typescript": "^5.4.3",
44-
"vitest": "^1.4.0"
43+
"vitest": "^1.4.0",
44+
"yaml": "^2.5.1"
4545
}
4646
}

0 commit comments

Comments
 (0)