feat: add patch to rehype-pretty-code

This commit is contained in:
enscribe 2025-03-21 20:53:33 -07:00
parent bbdb1ef828
commit 8e6df747e0
No known key found for this signature in database
GPG key ID: 9BBD5C4114E25322
8 changed files with 595 additions and 91 deletions

View file

@ -44,7 +44,7 @@
"react-dom": "19.0.0",
"rehype-external-links": "^3.0.0",
"rehype-katex": "^7.0.1",
"rehype-pretty-code": "^0.14.0",
"rehype-pretty-code": "^0.14.1",
"remark-emoji": "^5.0.1",
"remark-math": "^6.0.0",
"remark-toc": "^9.0.0",
@ -53,6 +53,7 @@
"typescript": "^5.7.3"
},
"devDependencies": {
"patch-package": "^8.0.0",
"prettier": "^3.5.1",
"prettier-plugin-astro": "^0.14.1",
"prettier-plugin-astro-organize-imports": "^0.4.11",