diff --git a/.changeset/odd-rules-argue.md b/.changeset/odd-rules-argue.md new file mode 100644 index 00000000..0eee2ba2 --- /dev/null +++ b/.changeset/odd-rules-argue.md @@ -0,0 +1,5 @@ +--- +"@svelte-put/clickoutside": major +--- + +drop support for Svelte 4 and lower (will still work as of now but no guarantees in the future) diff --git a/packages/clickoutside/package.json b/packages/clickoutside/package.json index 83c908c9..6940067d 100644 --- a/packages/clickoutside/package.json +++ b/packages/clickoutside/package.json @@ -54,7 +54,7 @@ "@internals/tsconfig": "workspace:*" }, "peerDependencies": { - "svelte": "^3.55.0 || ^4.0.0 || ^5.0.0" + "svelte": "^5.0.0-next.1" }, "volta": { "extends": "../../package.json" diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index aad0d366..64d629c2 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -117,8 +117,8 @@ importers: packages/clickoutside: dependencies: svelte: - specifier: ^3.55.0 || ^4.0.0 || ^5.0.0 - version: 4.2.12 + specifier: ^5.0.0-next.1 + version: 5.0.0-next.136 devDependencies: '@internals/tsconfig': specifier: workspace:*