react-split-pane icon indicating copy to clipboard operation
react-split-pane copied to clipboard

update react peer dependencies

Open soof-golan opened this issue 1 year ago • 4 comments

Hey there 👋

Just wanted to bump this library's peer dependencies so that package managers will be happier about it when installed alongside React 18 (and also 17).

Thanks for creating this useful component

soof-golan avatar Mar 15 '23 14:03 soof-golan

Any plans to merge this and publish a new version on npm?

I'm on react 17 and I've actually been using react-split-pane for quite a while with it because yarn wasn't checking the deps properly, but now that it does check the deps properly this is a nuisance and ideally I wouldn't like to fork the project and publish a new npm package just for this fix...

fabioz avatar Jun 07 '23 12:06 fabioz

+1

wolfoo2931 avatar Jul 31 '23 08:07 wolfoo2931

Please merge this @AmjadNoor @ellanan @wuweiweiwu @tomkp and publish on npm

jony89 avatar Oct 22 '23 11:10 jony89

Any updates on the merge and publish on npm? :) is there anything blocking this merge?

tbragaf avatar Feb 21 '24 14:02 tbragaf

Same issue here, upgrading to react-17. side note: weird that npmpeer.dev tells me there's a 2.0.3 version, I installed it and worked... is there such version available?

Screen Shot 2024-03-12 at 15 42 42

markcorrea avatar Mar 12 '24 18:03 markcorrea

Same issue here, upgrading to react-17. side note: weird that npmpeer.dev tells me there's a 2.0.3 version, I installed it and worked... is there such version available?

Screen Shot 2024-03-12 at 15 42 42
  • There is version 2.0.3 with tag of next on npm
  • There is mention of v2 here https://github.com/tomkp/react-split-pane/issues/233 Might not be stable release.

wm-rojen avatar Mar 13 '24 07:03 wm-rojen

No longer need this component. Closing this PR to reduce some email chatter 🙏

soof-golan avatar Mar 13 '24 11:03 soof-golan

In the meantime just add this to package.json:

"resolutions": { "react-split-pane/react-dom": "17.0.2", "react-split-pane/react": "17.0.2" }

MaximBG avatar Mar 28 '24 12:03 MaximBG