Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions chrome-crx/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
"docs:check": "typedoc --options typedoc.json --emit none"
},
"dependencies": {
"@anthropic-ai/sdk": "^0.95.1",
"@anthropic-ai/sdk": "^0.115.0",
"@base-ui/react": "^1.6.0",
"@fontsource-variable/noto-sans": "^5.2.10",
"@honeycombio/opentelemetry-web": "^1.1.0",
Expand All @@ -45,9 +45,9 @@
"cmdk": "^1.1.1",
"diff": "^9.0.0",
"framer-motion": "^12.38.0",
"katex": "^0.16.33",
"katex": "^0.18.1",

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

P2 Badge Keep KaTeX rendering and CSS versions aligned

When the lockfile is regenerated for this bump, sidepanel math will likely be rendered by rehype-katex's own katex@^0.16.0 dependency (bun.lock:1502, loaded from chrome-crx/src/sidepanel/components/markdownComponents/mathPlugins.ts:24) while the sidepanel imports the direct katex/dist/katex.min.css (chrome-crx/src/sidepanel/index.tsx:5). KaTeX 0.18 prefixes internal CSS classes, so 0.18 CSS no longer reliably styles 0.16-generated markup; inline/block math in rendered markdown can appear unstyled unless rehype-katex is bumped to a version that renders with 0.18 or the direct katex dependency stays on the 0.16 line.

Useful? React with 👍 / 👎.

"lucide-react": "^1.17.0",
"openai": "6.38.0",
"openai": "6.49.0",
"react": "^19.2.4",
"react-calendar": "^6.0.1",
"react-dom": "^19.2.4",
Expand Down
Loading