Skip to content

Commit

Permalink
chore: cleanup examples/docs (#749)
Browse files Browse the repository at this point in the history
* remove wrap balancer

* fix duplicate input ids in examples

* fix lockfile
  • Loading branch information
huntabyte authored Feb 7, 2024
1 parent 8ec8fa9 commit 53cfb4b
Show file tree
Hide file tree
Showing 19 changed files with 156 additions and 94 deletions.
7 changes: 3 additions & 4 deletions apps/www/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,7 @@
"@typescript-eslint/eslint-plugin": "^6.9.0",
"@typescript-eslint/parser": "^6.9.0",
"autoprefixer": "^10.4.16",
"clsx": "^2.1.0",
"embla-carousel-svelte": "8.0.0-rc19",
"escape-html": "^1.0.3",
"eslint": "^8.52.0",
Expand All @@ -60,7 +61,8 @@
"shiki": "^0.14.4",
"svelte": "^4.2.2",
"svelte-check": "^3.5.2",
"tailwindcss": "^3.3.5",
"tailwind-variants": "^0.1.20",
"tailwindcss": "^3.4.1",
"tslib": "^2.6.2",
"tsx": "^3.14.0",
"typescript": "^5.2.2",
Expand All @@ -77,7 +79,6 @@
"@unovis/svelte": "^1.3.1",
"@unovis/ts": "^1.3.1",
"bits-ui": "0.17.0",
"clsx": "^2.1.0",
"cmdk-sv": "^0.0.12",
"d3-scale": "^4.0.2",
"embla-carousel-autoplay": "8.0.0-rc19",
Expand All @@ -91,10 +92,8 @@
"svelte-legos": "^0.2.2",
"svelte-local-storage-store": "^0.5.0",
"svelte-sonner": "^0.3.9",
"svelte-wrap-balancer": "^0.0.4",
"sveltekit-superforms": "^1.8.0",
"tailwind-merge": "^1.14.0",
"tailwind-variants": "^0.1.16",
"vaul-svelte": "^0.0.6"
},
"pnpm": {
Expand Down
Loading

0 comments on commit 53cfb4b

Please sign in to comment.