square / svelte-store

528 stars 36 forks source link

peerDependencies compatible with npm/pnpm #84

Closed Jahoda closed 4 months ago

Jahoda commented 1 year ago

When attempting to install @square/svelte-store@1.0.17 alongside svelte@4.2.1 using npm or pnpm, I encountered a dependency resolution error.

However, the installation succeeds without issues using yarn or bun. Despite svelte@4.2.1 seemingly being within the valid range specified by @square/svelte-store's peerDependencies, this issue persists.

JBloss1517 commented 1 year ago

Can this be merged? Running into the same issue myself.