refactor away from rehype-dom as it prevented SSR, I did install it by accident to begin with

This commit is contained in:
Chris Kruining 2025-02-20 16:11:23 +11:00
parent 5731ba62d0
commit 7a99738518
No known key found for this signature in database
GPG key ID: EB894A3560CCCAD2
3 changed files with 17 additions and 14 deletions

View file

@ -19,9 +19,9 @@
"dexie": "^4.0.11",
"flag-icons": "^7.3.2",
"iterator-helpers-polyfill": "^3.0.1",
"rehype-dom-parse": "^5.0.2",
"rehype-dom-stringify": "^4.0.2",
"rehype-parse": "^9.0.1",
"rehype-remark": "^10.0.0",
"rehype-stringify": "^10.0.1",
"remark-parse": "^11.0.0",
"remark-rehype": "^11.1.1",
"remark-stringify": "^11.0.0",