mirror of
https://github.com/ant-design/ant-design.git
synced 2025-06-07 17:44:35 +08:00
fix: missing locale in pacakge (#40116)
* fix: missing locale in pacakge * chore: add bug version
This commit is contained in:
parent
ea943f7e70
commit
ab9124ba88
@ -155,7 +155,7 @@
|
|||||||
"throttle-debounce": "^5.0.0"
|
"throttle-debounce": "^5.0.0"
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"@ant-design/tools": "^17.0.0-alpha.5",
|
"@ant-design/tools": "^17.0.0-alpha.7",
|
||||||
"@babel/eslint-plugin": "^7.19.1",
|
"@babel/eslint-plugin": "^7.19.1",
|
||||||
"@emotion/babel-preset-css-prop": "^11.10.0",
|
"@emotion/babel-preset-css-prop": "^11.10.0",
|
||||||
"@emotion/css": "^11.10.5",
|
"@emotion/css": "^11.10.5",
|
||||||
|
@ -27,6 +27,7 @@ const DEPRECIATED_VERSION = {
|
|||||||
'5.0.6': ['https://github.com/ant-design/ant-design/issues/39807'],
|
'5.0.6': ['https://github.com/ant-design/ant-design/issues/39807'],
|
||||||
'5.1.0': ['https://github.com/react-component/drawer/pull/370'],
|
'5.1.0': ['https://github.com/react-component/drawer/pull/370'],
|
||||||
'5.1.2': ['https://github.com/ant-design/ant-design/issues/39949'],
|
'5.1.2': ['https://github.com/ant-design/ant-design/issues/39949'],
|
||||||
|
'5.1.3': ['https://github.com/ant-design/ant-design/issues/40113'],
|
||||||
};
|
};
|
||||||
|
|
||||||
function matchDeprecated(version) {
|
function matchDeprecated(version) {
|
||||||
|
Loading…
Reference in New Issue
Block a user