Skip to content

Commit 43945ca

Browse files
committed
Update Svelte UX to latest (removing need for Vite optimizeDeps.exclude: ['~icons'], docs only)
1 parent 541b230 commit 43945ca

3 files changed

Lines changed: 50 additions & 53 deletions

File tree

packages/layerchart/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@
6868
"svelte": "5.34.1",
6969
"svelte-check": "^4.2.1",
7070
"svelte-json-tree": "^2.2.0",
71-
"svelte-ux": "2.0.0-next.14",
71+
"svelte-ux": "2.0.0-next.16",
7272
"svelte2tsx": "^0.7.39",
7373
"tailwindcss": "^4.1.10",
7474
"topojson-client": "^3.1.0",

packages/layerchart/vite.config.js

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -33,9 +33,6 @@ const config = {
3333
gzipSize: true,
3434
}),
3535
],
36-
optimizeDeps: {
37-
exclude: ['~icons'],
38-
},
3936
resolve: {
4037
noExternal: true, // https://github.com/AdrianGonz97/refined-cf-pages-action/issues/26#issuecomment-2878397440
4138
},

pnpm-lock.yaml

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

0 commit comments

Comments
 (0)