Skip to content

Commit

Permalink
feat: Adds Svelte 5 support (#1748)
Browse files Browse the repository at this point in the history
* adds svelte 5 support

* Update package.json

---------

Co-authored-by: Eric Fennis <eric.fennis@gmail.com>
  • Loading branch information
AdrianGonz97 and ericfennis committed Feb 1, 2024
1 parent eb035fe commit 9182c51
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/lucide-svelte/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,6 @@
"vitest": "^1.1.1"
},
"peerDependencies": {
"svelte": ">=3 <5"
"svelte": "^3 || ^4 || ^5.0.0-next.42"
}
}

0 comments on commit 9182c51

Please sign in to comment.