Skip to content

Commit 669322f

Browse files
heavygeecursoragent
andcommitted
chore(web): declare unified/remark-parse/remark-rehype/hast-util-to-html
The new markdown-text regression test imports these directly to drive the unified pipeline end-to-end. They were resolving via transitive deps from remark-math and rehype-katex, which is fragile — a future dep upgrade can remove the transitives and break the test. Declare them explicitly under devDependencies. No code change; lockfile records the same versions that were already installed transitively (unified@11.0.5, remark-parse@11.0.0, remark-rehype@11.1.2, hast-util-to-html@9.0.5). Addresses the HAPI Bot review finding on PR tiann#805. Co-authored-by: Cursor <cursoragent@cursor.com>
1 parent dc02ea4 commit 669322f

2 files changed

Lines changed: 8 additions & 0 deletions

File tree

bun.lock

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

web/package.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -57,10 +57,14 @@
5757
"@tailwindcss/postcss": "^4.1.18",
5858
"@vitejs/plugin-react": "^5.1.2",
5959
"autoprefixer": "^10.4.23",
60+
"hast-util-to-html": "^9.0.5",
6061
"jsdom": "^26.1.0",
6162
"postcss": "^8.5.6",
63+
"remark-parse": "^11.0.0",
64+
"remark-rehype": "^11.1.2",
6265
"tailwindcss": "^4.1.18",
6366
"typescript": "^5.9.3",
67+
"unified": "^11.0.5",
6468
"vite": "^7.3.0",
6569
"vitest": "^4.0.16"
6670
}

0 commit comments

Comments
 (0)