Skip to content

Commit

Permalink
fix: allow svelte 5
Browse files Browse the repository at this point in the history
  • Loading branch information
SomaticIT committed Sep 5, 2024
1 parent 3044f77 commit 82e58ba
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
},
"peerDependencies": {
"codemirror": "^6.0.0",
"svelte": "^3.0.0 || ^4.0.0"
"svelte": "^3.0.0 || ^4.0.0 || ^5.0.0"
},
"devDependencies": {
"@codemirror/lang-css": "^6.0.0",
Expand Down Expand Up @@ -70,4 +70,4 @@
"typescript": "^5.3.2",
"vite": "^5.0.0"
}
}
}

0 comments on commit 82e58ba

Please sign in to comment.