moderate-tomatoM
Refineโ€ข4y agoโ€ข
4 replies
moderate-tomato

Error with peer dependencies during pipeline

Hello! ๐Ÿ™‚ I'm having a problem during pipeline with the peer deps refine wants.. I've just upgraded to the latest mantine 5.10.0, but it looks like @pankod/refine-mantine@1.15.4 still wants mantine 5.5.6.. is it possible to change to be 5.5.6 or newer?

This is the pipeline error
npm ERR! Found: @mantine/core@5.5.6
npm ERR! node_modules/@mantine/core
npm ERR!   @mantine/core@"5.10.0" from the root project
npm ERR!   peer @mantine/core@"5.5.6" from @mantine/notifications@5.5.6
npm ERR!   node_modules/@mantine/notifications
npm ERR!     @mantine/notifications@"5.10.0" from the root project
npm ERR!     @mantine/notifications@"^5.5.6" from @pankod/refine-mantine@1.15.4
npm ERR!     node_modules/@pankod/refine-mantine
npm ERR!       @pankod/refine-mantine@"1.15.4" from the root project
npm ERR!   1 more (@pankod/refine-mantine)
Was this page helpful?