DocSpring / craco-antd

A craco plugin to use Ant Design with create-react-app
MIT License
234 stars 49 forks source link

Need current dependencies for antd and craco #15

Closed mbateman-vz closed 5 years ago

mbateman-vz commented 5 years ago

npm install does not work with current versions of dependencies: @craco/craco: 5.2.1 antd: 3.19.1 react-scripts: 3.0.1

We get contention on versions of craco by craco-antd and craco-less form react-scripts.

ndbroadbent commented 5 years ago

Hello, sorry about that! I have updated everything to the latest versions, and released craco-antd version 1.11.0.

mbateman-vz commented 5 years ago

That worked. Thx!