year-calendar / rc-year-calendar

Official React wrapper for the year-calendar widget
https://year-calendar.github.io/
Apache License 2.0
48 stars 25 forks source link

Not able to install with React 18 #37

Open DavidDHDH opened 7 months ago

DavidDHDH commented 7 months ago

I'm not able to install the package with the last React version. Is there any way to use the calendar with it ?

'Log files: /Users/david/.npm/_logs/2024-02-20T13_30_40_900Z-debug-0.log

npm resolution error report

While resolving: villas-care@0.1.0 Found: react@18.2.0 node_modules/react react@"^18" from the root project

Could not resolve dependency: peer react@"^16.8.4" from rc-year-calendar@1.0.2 node_modules/rc-year-calendar rc-year-calendar@"*" from the root project

perepalacin commented 6 months ago

If you aren't using typescript you can run the comand: npm install rc-year-calendar --legacy-peer-reps

thucne commented 3 weeks ago

Is it possible to upgrade this library to adapt React 18?