Skip to content

Commit 1501b1d

Browse files
committed
fix: Add missing @lezer/highlight dependency to agents-manage-ui
The codemirror-theme-duotone package requires @lezer/highlight as a peer dependency. This was causing the build to fail on GitHub Actions. Verified that tests pass locally after adding this dependency.
1 parent 0bf193d commit 1501b1d

2 files changed

Lines changed: 4 additions & 1 deletion

File tree

agents-manage-ui/package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,7 @@
3939
"@radix-ui/react-tooltip": "^1.2.7",
4040
"@sinclair/typebox": "^0.34.40",
4141
"@types/dagre": "^0.7.53",
42+
"@lezer/highlight": "^1.2.1",
4243
"@uiw/codemirror-theme-duotone": "^4.25.1",
4344
"@uiw/react-codemirror": "^4.25.1",
4445
"@xyflow/react": "^12.8.2",

pnpm-lock.yaml

Lines changed: 3 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)