immer-yjs
immer-yjs copied to clipboard
Installing 1.1.1 from npm installs an old version with immer v9
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.
You might want to use pnpm to patch the package as you need. Sorry I no longer interested in maintaining this package.