mirror of
https://github.com/ant-design/ant-design.git
synced 2024-11-24 02:59:58 +08:00
fix: rollback tinycolor version (#46744)
* chore: rollback tinycolor version * chore: rollback tinycolor version * chore: bump
This commit is contained in:
parent
4920955741
commit
15c20511b4
@ -113,13 +113,12 @@
|
||||
"not dead"
|
||||
],
|
||||
"dependencies": {
|
||||
"@ant-design/colors": "^7.0.1",
|
||||
"@ant-design/colors": "^7.0.2",
|
||||
"@ant-design/cssinjs": "^1.18.2",
|
||||
"@ant-design/icons": "^5.2.6",
|
||||
"@ant-design/react-slick": "~1.0.2",
|
||||
"@babel/runtime": "^7.23.7",
|
||||
"@ctrl/tinycolor": "^4.0.2",
|
||||
"@rc-component/color-picker": "~1.5.0",
|
||||
"@ctrl/tinycolor": "^3.6.1",
|
||||
"@rc-component/color-picker": "~1.5.1",
|
||||
"@rc-component/mutate-observer": "^1.1.0",
|
||||
"@rc-component/tour": "~1.11.1",
|
||||
"@rc-component/trigger": "^1.18.2",
|
||||
|
@ -53,6 +53,7 @@ const DEPRECIATED_VERSION = {
|
||||
'5.11.2': ['https://github.com/ant-design/ant-design/issues/46005'],
|
||||
'5.11.4': ['https://github.com/ant-design/ant-design/pull/46103'],
|
||||
'5.12.3': ['https://github.com/ant-design/ant-design/issues/46525'],
|
||||
'5.12.6': ['https://github.com/ant-design/ant-design/issues/46719'],
|
||||
} as const;
|
||||
|
||||
function matchDeprecated(v: string) {
|
||||
|
Loading…
Reference in New Issue
Block a user