Skip to content

Commit

Permalink
update SvelteKit and Vite dependencies (#215)
Browse files Browse the repository at this point in the history
* update SvelteKit and Vite dependencies

* move sveld back to deps
  • Loading branch information
dimfeld authored and techniq committed Feb 6, 2024
1 parent 5a662f3 commit ac1ef67
Show file tree
Hide file tree
Showing 2 changed files with 498 additions and 88 deletions.
9 changes: 5 additions & 4 deletions packages/svelte-ux/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,9 +23,10 @@
"@changesets/cli": "^2.27.1",
"@fortawesome/free-solid-svg-icons": "^6.2.1",
"@skeletonlabs/tw-plugin": "^0.3.1",
"@sveltejs/adapter-auto": "^2.1.1",
"@sveltejs/kit": "^1.30.3",
"@sveltejs/adapter-auto": "^3.1.0",
"@sveltejs/kit": "^2.3.2",
"@sveltejs/package": "^2.2.5",
"@sveltejs/vite-plugin-svelte": "^3.0.1",
"@tailwindcss/typography": "^0.5.10",
"@types/culori": "^2.0.4",
"@types/d3-array": "^3.2.1",
Expand All @@ -39,6 +40,7 @@
"execa": "^8.0.1",
"marked": "^10.0.0",
"mdsvex": "^0.11.0",
"posthog-js": "^1.96.1",
"prettier": "^3.1.1",
"prettier-plugin-svelte": "^3.1.2",
"rehype-slug": "^6.0.0",
Expand All @@ -51,7 +53,7 @@
"typedoc-json-parser": "^9.0.1",
"typescript": "^5.3.3",
"unist-util-visit": "^5.0.0",
"vite": "^4.5.1",
"vite": "^5.0.11",
"vitest": "^0.33.0"
},
"type": "module",
Expand All @@ -66,7 +68,6 @@
"date-fns": "^3.0.6",
"immer": "^10.0.3",
"lodash-es": "^4.17.21",
"posthog-js": "^1.96.1",
"prism-svelte": "^0.5.0",
"prism-themes": "^1.9.0",
"prismjs": "^1.29.0",
Expand Down
Loading

0 comments on commit ac1ef67

Please sign in to comment.