fix: restore missing typst dependencies for WASM loading

Add missing @myriaddreamin/typst-all-in-one.ts package and peer dependencies.
This restores the working WASM loading functionality that was previously
working perfectly.

🤖 Generated with [Claude Code](https://claude.ai/code)

Co-Authored-By: Claude <noreply@anthropic.com>
This commit is contained in:
Thomas Hallock
2025-09-15 11:59:26 -05:00
parent a557362c9e
commit 96aa790693

View File

@@ -13,6 +13,9 @@
"clean": "rm -rf .next"
},
"dependencies": {
"@myriaddreamin/typst-all-in-one.ts": "0.6.1-rc3",
"@myriaddreamin/typst-ts-renderer": "0.6.1-rc3",
"@myriaddreamin/typst-ts-web-compiler": "0.6.1-rc3",
"@myriaddreamin/typst.ts": "0.6.1-rc3",
"@pandacss/dev": "^0.20.0",
"@radix-ui/react-accordion": "^1.1.2",