Skip to content

Commit

Permalink
fix: Add support for Svelte 4 (#4996)
Browse files Browse the repository at this point in the history
Co-authored-by: Sumit Rai <[email protected]>
  • Loading branch information
itssumitrai and Sumit Rai committed Aug 14, 2023
1 parent ac48ff7 commit 76383e2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/svelte-table/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,6 @@
"@tanstack/table-core": "8.9.2"
},
"peerDependencies": {
"svelte": "^3.49.0"
"svelte": "^4.0.0 || ^3.49.0"
}
}
}

0 comments on commit 76383e2

Please sign in to comment.