ant-design / ant-design-colors

:art: Color Palettes Calculator of Ant Design
https://ant.design/docs/spec/colors
MIT License
652 stars 79 forks source link

Revert "feat: @ctrl/tinycolor treeshaking" #75

Closed zombieJ closed 3 years ago

zombieJ commented 3 years ago

Reverts ant-design/ant-design-colors#74

steezeburger commented 3 years ago

When will this be released?

swillis12 commented 3 years ago

Need this as well. Will bump my AntD version as soon as it's released.

steezeburger commented 3 years ago

FWIW, I was able to use yarn resolutions to specify the proper version of @ant-design/colors to get our builds working again.

in my package.json:

"resolutions": {
    "**/@ant-design/colors": "5.0.1"
},
swillis12 commented 3 years ago

Thanks @steezeburger, I'm using npm so it's a little more convoluted last time I checked.