diff --git a/reflex/components/datadisplay/dataeditor.py b/reflex/components/datadisplay/dataeditor.py index 860f75007..3edd7d5f2 100644 --- a/reflex/components/datadisplay/dataeditor.py +++ b/reflex/components/datadisplay/dataeditor.py @@ -189,7 +189,7 @@ class DataEditor(NoSSRComponent): library: str = "@glideapps/glide-data-grid@^6.0.3" lib_dependencies: List[str] = [ "lodash@^4.17.21", - "marked@^14.1.2", + "marked@^4.0.10", "react-responsive-carousel@^3.2.7", ]