Skip to content

Commit 66affa6

Browse files
committed
Fix: Install remark-math and rehype-katex with legacy peer deps
1 parent d75a209 commit 66affa6

File tree

2 files changed

+232
-2
lines changed

2 files changed

+232
-2
lines changed

package-lock.json

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

package.json

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,8 @@
2828
"prism-react-renderer": "^2.1.0",
2929
"react": "^18.2.0",
3030
"react-dom": "^18.2.0",
31+
"rehype-katex": "^7.0.1",
32+
"remark-math": "^6.0.0",
3133
"use-dark-mode": "^2.3.1"
3234
},
3335
"devDependencies": {
@@ -37,12 +39,12 @@
3739
"@docusaurus/tsconfig": "3.8.1",
3840
"@docusaurus/types": "3.8.1",
3941
"@tailwindcss/postcss": "^4.1.4",
40-
"@typescript-eslint/eslint-plugin": "^6.21.0",
41-
"@typescript-eslint/parser": "^6.21.0",
4242
"@types/canvas-confetti": "^1.9.0",
4343
"@types/node": "^20.11.30",
4444
"@types/react": "^18.2.64",
4545
"@types/react-dom": "^18.2.18",
46+
"@typescript-eslint/eslint-plugin": "^6.21.0",
47+
"@typescript-eslint/parser": "^6.21.0",
4648
"autoprefixer": "^10.4.19",
4749
"eslint": "^8.57.0",
4850
"eslint-config-next": "^14.2.0",

0 commit comments

Comments
 (0)