Skip to content

Commit 8d567ff

Browse files
committed
fix: peerDependencies in package.json
1 parent 1f59cde commit 8d567ff

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "svelte-flatpickr-plus",
3-
"version": "2.0.2",
3+
"version": "2.0.3",
44
"description": "Flatpickr is a lightweight and powerful datetime picker. Svelte Flatpickr Plus is a wrapper for Flatpickr with some extra features.",
55
"homepage": "https://github.com/kodaicoder/svelte-flatpickr-plus",
66
"bugs": {
@@ -49,8 +49,8 @@
4949
"!dist/**/*.spec.*"
5050
],
5151
"peerDependencies": {
52-
"flatpickr_plus": "^1.1.13",
53-
"svelte": "^4.0.0"
52+
"flatpickr_plus": "^1.0.0",
53+
"svelte": "^5.0.0"
5454
},
5555
"devDependencies": {
5656
"@iconify-json/twemoji": "^1.2.1",

0 commit comments

Comments
 (0)