improvement(deps): remove unused remark deps#4542
Conversation
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
PR SummaryLow Risk Overview Reviewed by Cursor Bugbot for commit 3c0934d. Configure here. |
Greptile SummaryThis PR removes two unused dependencies,
Confidence Score: 5/5Safe to merge — removes two packages that are not imported anywhere in the codebase. The change only removes No files require special attention. Important Files Changed
Flowchart%%{init: {'theme': 'neutral'}}%%
flowchart TD
A[apps/sim/package.json] -->|previously declared| B[remark-parse 11.0.0]
A -->|previously declared| C[remark-rehype 11.1.2]
A -->|still present| D[remark-breaks]
A -->|still present| E[remark-gfm]
B -->|removed - unused| F[❌ Deleted]
C -->|removed - unused| G[❌ Deleted]
Reviews (1): Last reviewed commit: "improvement(deps): remove unused remark ..." | Re-trigger Greptile |
Summary
Remove two unused remark deps
Type of Change
Testing
N/A
Checklist