Skip to content

Commit

Permalink
chore: add svelte 5 to peer deps (#77)
Browse files Browse the repository at this point in the history
Co-authored-by: Hunter Johnston <64506580+huntabyte@users.noreply.github.com>
  • Loading branch information
pheuter and huntabyte authored Jun 17, 2024
1 parent 4e970e4 commit 25e5fad
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions .changeset/khaki-ads-wash.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"mode-watcher": patch
---

chore: add svelte 5 to peer deps
2 changes: 1 addition & 1 deletion packages/mode-watcher/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
"!dist/**/*.spec.*"
],
"peerDependencies": {
"svelte": "^4.0.0"
"svelte": "^4.0.0 || ^5.0.0-next.1"
},
"devDependencies": {
"@playwright/test": "^1.28.1",
Expand Down

0 comments on commit 25e5fad

Please sign in to comment.