Skip to content

Commit 700a84f

Browse files
committed
Update LayerStack and Svelte UX, reducing bundle size by removing culori as transitive dependency
1 parent f8300c7 commit 700a84f

3 files changed

Lines changed: 72 additions & 88 deletions

File tree

.changeset/ready-pumas-sink.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
'layerchart': patch
3+
---
4+
5+
fix: Reduce bundle size by removing culori as transitive dependency

packages/layerchart/package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@
6969
"svelte": "5.34.1",
7070
"svelte-check": "^4.2.1",
7171
"svelte-json-tree": "^2.2.0",
72-
"svelte-ux": "2.0.0-next.8",
72+
"svelte-ux": "2.0.0-next.11",
7373
"svelte2tsx": "^0.7.39",
7474
"tailwindcss": "^4.1.10",
7575
"topojson-client": "^3.1.0",
@@ -86,10 +86,10 @@
8686
"type": "module",
8787
"dependencies": {
8888
"@dagrejs/dagre": "^1.1.4",
89-
"@layerstack/svelte-actions": "1.0.1-next.11",
90-
"@layerstack/svelte-state": "0.1.0-next.16",
91-
"@layerstack/tailwind": "2.0.0-next.13",
92-
"@layerstack/utils": "2.0.0-next.11",
89+
"@layerstack/svelte-actions": "1.0.1-next.12",
90+
"@layerstack/svelte-state": "0.1.0-next.17",
91+
"@layerstack/tailwind": "2.0.0-next.15",
92+
"@layerstack/utils": "2.0.0-next.12",
9393
"d3-array": "^3.2.4",
9494
"d3-color": "^3.1.0",
9595
"d3-delaunay": "^6.0.4",

pnpm-lock.yaml

Lines changed: 62 additions & 83 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)