Skip to content

Commit

Permalink
Pin version for data editor deps (#2383)
Browse files Browse the repository at this point in the history
  • Loading branch information
ElijahAhianyo authored Jan 11, 2024
1 parent a53af00 commit 05b4267
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion reflex/components/datadisplay/dataeditor.py
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,11 @@ class DataEditor(NoSSRComponent):
tag = "DataEditor"
is_default = True
library: str = "@glideapps/glide-data-grid@^5.3.0"
lib_dependencies: List[str] = ["lodash", "marked", "react-responsive-carousel"]
lib_dependencies: List[str] = [
"lodash@^4.17.21",
"marked@^4.0.10",
"react-responsive-carousel@^3.2.7",
]

# Number of rows.
rows: Var[int]
Expand Down

0 comments on commit 05b4267

Please sign in to comment.