Skip to content

Commit

Permalink
chore(deps): update svelte-virtual peerDependencies to allow for v5 (#…
Browse files Browse the repository at this point in the history
…863)

* chore(svelte-virtual): update peerDependencies for svelte-virtual to allow for svelte v5
  • Loading branch information
nigel-dev authored Nov 3, 2024
1 parent 1cd18db commit 5b2c2d6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/svelte-virtual/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,6 @@
"svelte": "^4.2.19"
},
"peerDependencies": {
"svelte": "^3.48.0 || ^4.0.0"
"svelte": "^3.48.0 || ^4.0.0 || ^5.0.0"
}
}

0 comments on commit 5b2c2d6

Please sign in to comment.