Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update dependencies to support React 19 #7320

Closed
2 tasks done
OsamaAlmaani opened this issue Dec 30, 2024 · 1 comment
Closed
2 tasks done

Update dependencies to support React 19 #7320

OsamaAlmaani opened this issue Dec 30, 2024 · 1 comment
Labels
Fixed patch Completed issues that will be published with next patch (1.0.X)

Comments

@OsamaAlmaani
Copy link

OsamaAlmaani commented Dec 30, 2024

Dependencies check up

  • I have verified that I use latest version of all @mantine/* packages

What version of @mantine/* packages do you have in package.json?

7.15.2

What package has an issue?

@mantine/core

What framework do you use?

Next.js

In which browsers you can reproduce the issue?

All

Describe the bug

Both dependencies (react-remove-scroll) and (react-number-format) have released new minor versions last week to support React 19 (Peer dependency), thus updating both on this repo will clear out the warning on @Mantine installation for having issues with peer dependencies

image

If possible, include a link to a codesandbox with a minimal reproduction

No response

Possible fix

Update the following dependencies to the latest version

  • react-remove-scroll (2.6.1) -> (2.6.2)
  • react-number-format (5.4.2) -> (5.4.3)

Self-service

  • I would be willing to implement a fix for this issue
@rtivital rtivital added the Fixed patch Completed issues that will be published with next patch (1.0.X) label Jan 7, 2025
@rtivital
Copy link
Member

rtivital commented Jan 7, 2025

Fixed in 7.15.3

@rtivital rtivital closed this as completed Jan 7, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Fixed patch Completed issues that will be published with next patch (1.0.X)
Projects
None yet
Development

No branches or pull requests

2 participants