diff --git a/package.json b/package.json index 144dc1add2..54e03cfb91 100644 --- a/package.json +++ b/package.json @@ -155,7 +155,7 @@ "throttle-debounce": "^5.0.0" }, "devDependencies": { - "@ant-design/tools": "^17.0.0-alpha.5", + "@ant-design/tools": "^17.0.0-alpha.7", "@babel/eslint-plugin": "^7.19.1", "@emotion/babel-preset-css-prop": "^11.10.0", "@emotion/css": "^11.10.5", diff --git a/scripts/post-script.js b/scripts/post-script.js index 4363a9e45a..4d53f92c4c 100644 --- a/scripts/post-script.js +++ b/scripts/post-script.js @@ -27,6 +27,7 @@ const DEPRECIATED_VERSION = { '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.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) {