Pin version for data editor deps (#2383)
This commit is contained in:
parent
a53af00480
commit
05b4267bb4
@ -109,7 +109,11 @@ class DataEditor(NoSSRComponent):
|
|||||||
tag = "DataEditor"
|
tag = "DataEditor"
|
||||||
is_default = True
|
is_default = True
|
||||||
library: str = "@glideapps/glide-data-grid@^5.3.0"
|
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.
|
# Number of rows.
|
||||||
rows: Var[int]
|
rows: Var[int]
|
||||||
|
Loading…
Reference in New Issue
Block a user