vascofg / react-admin-date-inputs

Date Inputs for react-admin
MIT License
67 stars 81 forks source link

Upgrade to react-admin-v3 #40

Closed hamedov93 closed 4 years ago

soullivaneuh commented 2 years ago

@ihrigb May we have a new release for that? I currently not able to install it with the classic way of npm:

❯ npm install react-admin-date-inputs --save
npm ERR! code ERESOLVE
npm ERR! ERESOLVE unable to resolve dependency tree
npm ERR! 
npm ERR! While resolving: kidways-admin@0.0.0-dev
npm ERR! Found: @material-ui/core@4.12.3
npm ERR! node_modules/@material-ui/core
npm ERR!   @material-ui/core@"^4.12.3" from the root project
npm ERR! 
npm ERR! Could not resolve dependency:
npm ERR! peer @material-ui/core@"^1.4.0" from react-admin-date-inputs@1.1.4
npm ERR! node_modules/react-admin-date-inputs
npm ERR!   react-admin-date-inputs@"*" from the root project
npm ERR! 
npm ERR! Fix the upstream dependency conflict, or retry
npm ERR! this command with --force, or --legacy-peer-deps
npm ERR! to accept an incorrect (and potentially broken) dependency resolution.

Thanks!