From d009dbc73640408826a2d1a91a2a05b116a8ac0d Mon Sep 17 00:00:00 2001 From: Khaleel Al-Adhami Date: Wed, 6 Nov 2024 10:24:20 -0800 Subject: [PATCH] pin marked to correct version --- reflex/components/datadisplay/dataeditor.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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", ]