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:
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user