1
0
mirror of https://github.com/tabler/tabler-icons.git synced 2025-08-28 16:20:07 +02:00

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

View File

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