Accept pre-release version of Svelte@5.0.0 (#1199)

Co-authored-by: Bartłomiej Gawęda <bgaweda@abis.krakow.pl>
This commit is contained in:
BG-Software 2024-08-08 21:37:37 +02:00 committed by GitHub
parent e141b391b6
commit c5c65ee2e3
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -61,6 +61,6 @@
"svelte-preprocess": "^5.1.3"
},
"peerDependencies": {
"svelte": ">=3 <6"
"svelte": ">=3 <6 || >=5.0.0-next.0"
}
}