Pin version for data editor deps (#2383)

This commit is contained in:
Elijah Ahianyo 2024-01-11 14:03:41 -08:00 committed by GitHub
parent a53af00480
commit 05b4267bb4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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]