Skip to content
Closed
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
10 changes: 5 additions & 5 deletions chrome-crx/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
"docs:check": "typedoc --options typedoc.json --emit none"
},
"dependencies": {
"@anthropic-ai/sdk": "^0.95.1",
"@anthropic-ai/sdk": "^0.100.0",
"@growthbook/growthbook-react": "^1.2.0",
"@honeycombio/opentelemetry-web": "^1.1.0",
"@modelcontextprotocol/sdk": "^1.27.1",
Expand Down Expand Up @@ -51,11 +51,11 @@
"clsx": "^2.1.0",
"diff": "^9.0.0",
"framer-motion": "^12.38.0",
"katex": "^0.16.33",
"katex": "^0.17.0",

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 aligned with rehype-katex

For side-panel messages that contain LaTeX, this bump installs katex@0.17 for the CSS import in src/sidepanel/index.tsx, but rehype-katex@7.0.1 still declares its own katex: ^0.16.0 dependency and is the renderer lazy-loaded in MarkdownComponents.tsx. Because 0.17.0 does not satisfy ^0.16.0, Bun/npm will install a nested 0.16 copy for rehype-katex, so the rendered HTML comes from KaTeX 0.16 while the app styles it with KaTeX 0.17 CSS. Please keep the direct katex version on 0.16.x or upgrade rehype-katex to a version that supports 0.17 so the renderer and stylesheet stay in sync.

Useful? React with 👍 / 👎.

"lodash": "^4.17.23",
"lucide-react": "^0.525.0",
"luxon": "^3.5.0",
"openai": "6.38.0",
"openai": "6.39.0",
"punycode": "^2.3.1",
"react": "^19.2.4",
"react-calendar": "^6.0.1",
Expand All @@ -73,7 +73,7 @@
"devDependencies": {
"@crxjs/vite-plugin": "^2.0.0-beta.33",
"@eslint/js": "^10.0.1",
"@tailwindcss/vite": "4.2.4",
"@tailwindcss/vite": "4.3.0",
"@types/chrome": "^0.1.37",
"@types/diff": "^8.0.0",
"@types/lodash": "^4.17.0",
Expand All @@ -85,7 +85,7 @@
"eslint-config-prettier": "^10.1.8",
"globals": "^17.3.0",
"prettier": "^3.8.1",
"tailwindcss": "4.2.4",
"tailwindcss": "4.3.0",
"typedoc": "^0.28.19",
"typescript": "^5.9.3",
"typescript-eslint": "^8.56.1",
Expand Down
Loading