Skip to content

Commit

Permalink
Merge pull request #29 from ssssota/svelte5
Browse files Browse the repository at this point in the history
Svelte5
  • Loading branch information
ssssota authored Oct 22, 2024
2 parents e4d0083 + 7b94984 commit 2b7fde2
Show file tree
Hide file tree
Showing 4 changed files with 250 additions and 71 deletions.
5 changes: 5 additions & 0 deletions .changeset/curly-pillows-jog.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'svelte-twc': major
---

Support svelte5
5 changes: 2 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,14 +43,13 @@
"esbuild": "^0.24.0",
"prettier": "^3.3.3",
"prettier-plugin-svelte": "^3.2.7",
"svelte": "5.0.0-next.269",
"svelte": "^5.0.0",
"tsx": "^4.19.1",
"typescript": "^5.6.3",
"vite": "^5.4.9"
},
"peerDependencies": {
"svelte": ">=5.0.0-next.269",
"vite": ">=2.0.0"
"svelte": ">=5.0.0"
},
"files": [
"dist"
Expand Down
Loading

0 comments on commit 2b7fde2

Please sign in to comment.