Skip to content

Commit

Permalink
fix: support svelte 4.x #981
Browse files Browse the repository at this point in the history
  • Loading branch information
daybrush committed Sep 22, 2023
1 parent 117925a commit 90e3f7f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/svelte-moveable/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "svelte-moveable",
"version": "0.43.3",
"version": "0.43.4",
"description": "A Svelte Component that create Moveable, Draggable, Resizable, Scalable, Rotatable, Warpable, Pinchable, Groupable.",
"svelte": "./dist/index.js",
"types": "./dist/index.d.ts",
Expand Down Expand Up @@ -62,7 +62,7 @@
}
},
"peerDependencies": {
"svelte": "^3.54.0"
"svelte": "^3.54.0 || ^4.0.0"
},
"devDependencies": {
"@sveltejs/adapter-auto": "^2.0.0",
Expand Down

0 comments on commit 90e3f7f

Please sign in to comment.