Skip to content

Commit

Permalink
Remove transition workaround thanks to Melt fix (huntabyte#162)
Browse files Browse the repository at this point in the history
  • Loading branch information
huntabyte authored Nov 9, 2023
1 parent a6ad025 commit 6fc6641
Show file tree
Hide file tree
Showing 23 changed files with 274 additions and 381 deletions.
5 changes: 5 additions & 0 deletions .changeset/sour-bananas-smell.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"bits-ui": patch
---

Chore: Remove transition workaround in favor of Melt fix
24 changes: 12 additions & 12 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,32 +37,32 @@
"@huntabyte/mdsvex": "0.16.5",
"@melt-ui/pp": "^0.1.2",
"@playwright/test": "^1.28.1",
"@sveltejs/adapter-auto": "^2.0.0",
"@sveltejs/adapter-auto": "^2.1.1",
"@sveltejs/adapter-vercel": "^3.0.3",
"@sveltejs/kit": "^1.26.0",
"@sveltejs/kit": "^1.27.3",
"@sveltejs/package": "^2.2.2",
"@svitejs/changesets-changelog-github-compact": "^1.1.0",
"@tailwindcss/typography": "^0.5.10",
"@testing-library/dom": "^9.3.1",
"@testing-library/jest-dom": "^5.17.0",
"@testing-library/svelte": "^4.0.3",
"@testing-library/svelte": "^4.0.5",
"@testing-library/user-event": "^14.4.3",
"@types/jest-axe": "^3.5.5",
"@types/jest-axe": "^3.5.8",
"@types/testing-library__jest-dom": "^5.14.9",
"@typescript-eslint/eslint-plugin": "^6.8.0",
"@typescript-eslint/parser": "^6.8.0",
"@typescript-eslint/eslint-plugin": "^6.10.0",
"@typescript-eslint/parser": "^6.10.0",
"autoprefixer": "^10.4.16",
"clsx": "^2.0.0",
"concurrently": "^8.2.2",
"contentlayer": "^0.3.4",
"eslint": "^8.52.0",
"eslint": "^8.53.0",
"eslint-config-prettier": "^8.5.0",
"eslint-plugin-svelte": "^2.34.0",
"eslint-plugin-svelte": "^2.35.0",
"esm-env": "^1.0.0",
"hast-util-to-html": "^9.0.0",
"jest-axe": "^8.0.0",
"jsdom": "^22.1.0",
"lucide-svelte": "^0.268.0",
"lucide-svelte": "^0.292.0",
"phosphor-svelte": "^1.3.0",
"postcss": "^8.4.31",
"postcss-load-config": "^4.0.1",
Expand All @@ -80,7 +80,7 @@
"svelte-wrap-balancer": "^0.0.4",
"tailwind-merge": "^1.14.0",
"tailwind-variants": "^0.1.14",
"tailwindcss": "^3.3.3",
"tailwindcss": "^3.3.5",
"tslib": "^2.6.2",
"typescript": "^5.2.2",
"unist-builder": "^4.0.0",
Expand All @@ -92,8 +92,8 @@
"types": "./dist/index.d.ts",
"type": "module",
"dependencies": {
"@melt-ui/svelte": "0.57.2",
"nanoid": "^5.0.2"
"@melt-ui/svelte": "0.60.1",
"nanoid": "^5.0.3"
},
"peerDependencies": {
"svelte": "^4.0.0"
Expand Down
Loading

0 comments on commit 6fc6641

Please sign in to comment.