Skip to content

Commit

Permalink
Update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
techniq committed Jun 19, 2024
1 parent d07a4b7 commit 3b87321
Show file tree
Hide file tree
Showing 4 changed files with 194 additions and 188 deletions.
6 changes: 6 additions & 0 deletions .changeset/slimy-carpets-cry.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
---
'create-svelte-ux': patch
'svelte-ux': patch
---

Update dependencies
4 changes: 2 additions & 2 deletions packages/create-svelte-ux/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,8 @@
"commander": "^12.1.0"
},
"devDependencies": {
"@types/node": "^20.14.2",
"prettier": "^3.3.1"
"@types/node": "^20.14.5",
"prettier": "^3.3.2"
},
"files": [
"fragments",
Expand Down
18 changes: 9 additions & 9 deletions packages/svelte-ux/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,9 +22,9 @@
"@changesets/cli": "^2.27.5",
"@fortawesome/free-solid-svg-icons": "^6.5.2",
"@skeletonlabs/tw-plugin": "^0.4.0",
"@sveltejs/adapter-auto": "^3.2.1",
"@sveltejs/kit": "^2.5.10",
"@sveltejs/package": "^2.3.1",
"@sveltejs/adapter-auto": "^3.2.2",
"@sveltejs/kit": "^2.5.17",
"@sveltejs/package": "^2.3.2",
"@sveltejs/vite-plugin-svelte": "^3.1.1",
"@tailwindcss/typography": "^0.5.13",
"@types/culori": "^2.1.0",
Expand All @@ -35,20 +35,20 @@
"@vitest/coverage-v8": "^1.6.0",
"autoprefixer": "^10.4.19",
"daisyui": "^4.12.2",
"marked": "^12.0.2",
"marked": "^13.0.0",
"mdsvex": "^0.11.2",
"posthog-js": "^1.138.3",
"prettier": "^3.3.1",
"posthog-js": "^1.139.3",
"prettier": "^3.3.2",
"prettier-plugin-svelte": "^3.2.4",
"rehype-slug": "^6.0.0",
"svelte": "^4.2.18",
"svelte-check": "^3.8.0",
"svelte2tsx": "^0.7.9",
"svelte-check": "^3.8.1",
"svelte2tsx": "^0.7.10",
"tailwindcss": "^3.4.4",
"tslib": "^2.6.3",
"typescript": "^5.4.5",
"unist-util-visit": "^5.0.0",
"vite": "^5.2.13",
"vite": "^5.3.1",
"vitest": "^1.6.0"
},
"type": "module",
Expand Down
Loading

0 comments on commit 3b87321

Please sign in to comment.