fix: rollback tinycolor version (#46744)

* chore: rollback tinycolor version

* chore: rollback tinycolor version

* chore: bump
This commit is contained in:
MadCcc 2024-01-02 17:54:03 +08:00 committed by GitHub
parent 4920955741
commit 15c20511b4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 4 additions and 4 deletions

View File

@ -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",

View File

@ -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) {