Skip to content

Commit

Permalink
update peer dependencies to allow svelte 5
Browse files Browse the repository at this point in the history
  • Loading branch information
jasongitmail committed Jul 11, 2024
1 parent 9e2919b commit edf1c08
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Binary file modified bun.lockb
Binary file not shown.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
"!dist/**/*.spec.*"
],
"peerDependencies": {
"svelte": "^4.0.0"
"svelte": ">=4.0.0 <6.0.0"
},
"devDependencies": {
"@sveltejs/adapter-auto": "^2.1.0",
Expand Down Expand Up @@ -71,4 +71,4 @@
"svelte": "./dist/index.js",
"types": "./dist/index.d.ts",
"type": "module"
}
}

0 comments on commit edf1c08

Please sign in to comment.