Skip to content

Commit 8ce469f

Browse files
authored
BrushState (#605)
* BrushState WIP * Add missing import after merge * Fix some svelte/type checks * Update @layerstack/utils with improved clamp() types. Fix remaining type warnings * fix merge * Move BrushState to $lib/states * Fix CI * Fix CI
1 parent bc97cf8 commit 8ce469f

File tree

16 files changed

+384
-280
lines changed

16 files changed

+384
-280
lines changed

packages/layerchart/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@
8585
"@layerstack/svelte-actions": "1.0.1-next.14",
8686
"@layerstack/svelte-state": "0.1.0-next.19",
8787
"@layerstack/tailwind": "2.0.0-next.17",
88-
"@layerstack/utils": "2.0.0-next.14",
88+
"@layerstack/utils": "2.0.0-next.15",
8989
"d3-array": "^3.2.4",
9090
"d3-color": "^3.1.0",
9191
"d3-delaunay": "^6.0.4",

0 commit comments

Comments
 (0)