Skip to content

Commit

Permalink
Allow Svelte 5 in peer dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
Bartłomiej Gawęda committed Jun 18, 2024
1 parent ba4672d commit 1d76a1e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/icons-svelte/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21284,6 +21284,6 @@
"svelte-preprocess": "^5.1.3"
},
"peerDependencies": {
"svelte": ">=3 <5"
"svelte": ">=3 <6"
}
}
}

0 comments on commit 1d76a1e

Please sign in to comment.