Skip to content

Commit

Permalink
chore: Allow Svelte 5 dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
Mitcheljager committed Aug 15, 2024
1 parent 15623d8 commit ad25eff
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "svelte-tiny-linked-charts",
"version": "1.6.0",
"version": "1.6.1",
"scripts": {
"dev": "vite dev",
"build": "vite build && npm run package",
Expand All @@ -26,7 +26,7 @@
"!dist/**/*.spec.*"
],
"peerDependencies": {
"svelte": "^4.0.0"
"svelte": "^4.0.0 || >= 5.0.0"
},
"devDependencies": {
"@sveltejs/adapter-auto": "^2.0.0",
Expand Down

0 comments on commit ad25eff

Please sign in to comment.