Skip to content

Commit 6c11ee2

Browse files
CoderJackZhuclaude
andcommitted
fix(vscode): add mind-elixir dependency for webview build
The webview imports mind-elixir directly but it was only declared in @minddoc/core. pnpm strict isolation prevents accessing undeclared deps. Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
1 parent 23661d2 commit 6c11ee2

2 files changed

Lines changed: 7 additions & 0 deletions

File tree

packages/vscode/package.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -206,5 +206,8 @@
206206
"html-to-image": "^1.11.13",
207207
"preact": "^10.19",
208208
"typescript": "^5.4"
209+
},
210+
"dependencies": {
211+
"mind-elixir": "^4.6.2"
209212
}
210213
}

pnpm-lock.yaml

Lines changed: 4 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)