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

Add support for Svelte 5 (#1167)

Co-authored-by: Bartłomiej Gawęda <bgaweda@abis.krakow.pl>
This commit is contained in:
BG-Software
2024-06-25 14:01:26 +02:00
committed by GitHub
parent 9d48357316
commit e9390c5f60

View File

@@ -21284,6 +21284,6 @@
"svelte-preprocess": "^5.1.3"
},
"peerDependencies": {
"svelte": ">=3 <5"
"svelte": ">=3 <6"
}
}
}