react-signalr icon indicating copy to clipboard operation
react-signalr copied to clipboard

New @microsoft/signalr version

Open sicin opened this issue 6 months ago • 1 comments

I tried updating @microsoft/signalr from version 8.0.7 to the new 9.0.6 version, however, there was an issue with react-signalr having peer dependency set to "@microsoft/signalr": "^8.0.0"

npm warn ERESOLVE overriding peer dependency

npm warn While resolving: project
npm warn Found: @microsoft/[email protected]
npm warn node_modules/@microsoft/signalr
npm warn   @microsoft/signalr@"^9.0.6" from the root project
npm warn   1 more (react-signalr)
npm warn
npm warn Could not resolve dependency:
npm warn peer @microsoft/signalr@"^8.0.0" from [email protected]
npm warn node_modules/react-signalr
npm warn   react-signalr@"^0.2.24" from the root project

sicin avatar Aug 06 '25 13:08 sicin

Hi there, i didn't test v9 but i think it would be ok, could you test it? i appreciate if you make a PR too.

hosseinmd avatar Aug 09 '25 21:08 hosseinmd