Skip to content

Commit

Permalink
Merge pull request #32 from huntabyte/fix/31
Browse files Browse the repository at this point in the history
  • Loading branch information
wobsoriano authored Dec 29, 2023
2 parents 2982611 + ff1c058 commit f6e9f6f
Show file tree
Hide file tree
Showing 7 changed files with 122 additions and 377 deletions.
5 changes: 5 additions & 0 deletions .changeset/polite-frogs-sleep.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"svelte-sonner": patch
---

fix: toasts being dismissed early & add `clientWritable`
11 changes: 6 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,9 +39,10 @@
"devDependencies": {
"@changesets/cli": "^2.27.1",
"@playwright/test": "^1.38.0",
"@sveltejs/adapter-auto": "^2.1.0",
"@sveltejs/kit": "^1.25.0",
"@sveltejs/adapter-auto": "^3.0.0",
"@sveltejs/kit": "^2.0.0",
"@sveltejs/package": "^2.2.2",
"@sveltejs/vite-plugin-svelte": "^3.0.0",
"@svitejs/changesets-changelog-github-compact": "^1.1.0",
"@testing-library/dom": "9.3.1",
"@testing-library/jest-dom": "5.17.0",
Expand All @@ -68,10 +69,10 @@
"svelte-preprocess": "^5.0.4",
"tslib": "^2.6.2",
"typescript": "^5.2.2",
"vite": "^4.4.9",
"vitest": "^1.1.0"
"vite": "^5.0.0",
"vitest": "^1.0.0"
},
"svelte": "./dist/index.js",
"types": "./dist/index.d.ts",
"type": "module"
}
}
Loading

0 comments on commit f6e9f6f

Please sign in to comment.