immer-yjs icon indicating copy to clipboard operation
immer-yjs copied to clipboard

Installing 1.1.1 from npm installs an old version with immer v9

Open nelsondude opened this issue 3 months ago • 1 comments

My project currently uses immer v10 but when I install immer-yjs v1.1.1 from npm, it shows up as having immer v9 which causes issues in my project. I'm not sure why the npm version is not in sync - is there a way we can update npm to reflect the recent immer updates on this repo? Thanks! Happy to put up a PR but I'd need a bit of guidance.

Link to npm: https://www.npmjs.com/package/immer-yjs?activeTab=code

On the code tab, it shows the outdated code which is what gets installed into my repo.

nelsondude avatar Sep 16 '25 17:09 nelsondude

You might want to use pnpm to patch the package as you need. Sorry I no longer interested in maintaining this package.

sep2 avatar Sep 24 '25 10:09 sep2