Commit 4aa85292 authored by 张瑶's avatar 张瑶

fix: 更新antd版本,,解决表单验证不生效问题

parent fa23b26e
Pipeline #41284 passed with stages
in 5 minutes 8 seconds
......@@ -6634,50 +6634,52 @@
"dev": true
},
"antd": {
"version": "4.16.13",
"resolved": "https://g.civnet.cn:4873/antd/-/antd-4.16.13.tgz",
"integrity": "sha1-6bm0pZDbKHR6rhyrmJgWSaNYgK8=",
"version": "4.17.4",
"resolved": "https://g.civnet.cn:4873/antd/-/antd-4.17.4.tgz",
"integrity": "sha512-aiWi7TxAc7qAxbL412GSKpkWkL/wIhQe6ABuLLCiE1vqXnGTvav2Z0PiOUdFclZcfz2M2IofsUl2pLVN9I8iCg==",
"requires": {
"@ant-design/colors": "^6.0.0",
"@ant-design/icons": "^4.6.3",
"@ant-design/icons": "^4.7.0",
"@ant-design/react-slick": "~0.28.1",
"@babel/runtime": "^7.12.5",
"@ctrl/tinycolor": "^3.4.0",
"array-tree-filter": "^2.1.0",
"classnames": "^2.2.6",
"copy-to-clipboard": "^3.2.0",
"lodash": "^4.17.21",
"memoize-one": "^6.0.0",
"moment": "^2.25.3",
"rc-cascader": "~1.4.0",
"rc-cascader": "~2.3.0",
"rc-checkbox": "~2.3.0",
"rc-collapse": "~3.1.0",
"rc-dialog": "~8.6.0",
"rc-drawer": "~4.3.0",
"rc-drawer": "~4.4.2",
"rc-dropdown": "~3.2.0",
"rc-field-form": "~1.20.0",
"rc-field-form": "~1.21.0",
"rc-image": "~5.2.5",
"rc-input-number": "~7.1.0",
"rc-input-number": "~7.3.0",
"rc-mentions": "~1.6.1",
"rc-menu": "~9.0.12",
"rc-motion": "^2.4.0",
"rc-motion": "^2.4.4",
"rc-notification": "~4.5.7",
"rc-pagination": "~3.1.9",
"rc-picker": "~2.5.10",
"rc-picker": "~2.5.17",
"rc-progress": "~3.1.0",
"rc-rate": "~2.9.0",
"rc-resize-observer": "^1.0.0",
"rc-select": "~12.1.6",
"rc-slider": "~9.7.1",
"rc-resize-observer": "^1.1.2",
"rc-select": "~13.2.1",
"rc-slider": "~9.7.4",
"rc-steps": "~4.1.0",
"rc-switch": "~3.2.0",
"rc-table": "~7.15.1",
"rc-table": "~7.19.0",
"rc-tabs": "~11.10.0",
"rc-textarea": "~0.3.0",
"rc-tooltip": "~5.1.1",
"rc-tree": "~4.2.1",
"rc-tree-select": "~4.3.0",
"rc-tree": "~5.3.0",
"rc-tree-select": "~4.8.0",
"rc-trigger": "^5.2.10",
"rc-upload": "~4.3.0",
"rc-util": "^5.13.1",
"rc-util": "^5.14.0",
"scroll-into-view-if-needed": "^2.2.25"
},
"dependencies": {
......@@ -6694,27 +6696,32 @@
"resolved": "https://g.civnet.cn:4873/lodash/-/lodash-4.17.21.tgz",
"integrity": "sha1-Z5WRxWTDv/quhFTPCz3zcMPWkRw="
},
"rc-cascader": {
"version": "1.4.3",
"resolved": "https://g.civnet.cn:4873/rc-cascader/-/rc-cascader-1.4.3.tgz",
"integrity": "sha1-2RsNz4FXtg6+nsPli02wVNUplGQ=",
"requires": {
"@babel/runtime": "^7.12.5",
"array-tree-filter": "^2.1.0",
"rc-trigger": "^5.0.4",
"rc-util": "^5.0.1",
"warning": "^4.0.1"
}
"memoize-one": {
"version": "6.0.0",
"resolved": "https://g.civnet.cn:4873/memoize-one/-/memoize-one-6.0.0.tgz",
"integrity": "sha1-slkbhx7YKUiu5HJ9xqvO7qyMEEU="
},
"rc-resize-observer": {
"version": "1.0.1",
"resolved": "https://g.civnet.cn:4873/rc-resize-observer/-/rc-resize-observer-1.0.1.tgz",
"integrity": "sha1-zNCYZUP/G/SfilgeisS7cU7STc0=",
"version": "1.1.2",
"resolved": "https://g.civnet.cn:4873/rc-resize-observer/-/rc-resize-observer-1.1.2.tgz",
"integrity": "sha512-Qp+1x6D88FxyWBFRYP95IV9A1o0xlkC6qhiTX3YakE+o86QH9IzC7UVnltwmm4Q8uYH+E3F/HRmEiuxXJECdSw==",
"requires": {
"@babel/runtime": "^7.10.1",
"classnames": "^2.2.1",
"rc-util": "^5.0.0",
"rc-util": "^5.15.0",
"resize-observer-polyfill": "^1.5.1"
},
"dependencies": {
"rc-util": {
"version": "5.16.1",
"resolved": "https://g.civnet.cn:4873/rc-util/-/rc-util-5.16.1.tgz",
"integrity": "sha512-kSCyytvdb3aRxQacS/71ta6c+kBWvM1v8/2h9d/HaNWauc3qB8pLnF20PJ8NajkNN8gb+rR1l0eWO+D4Pz+LLQ==",
"requires": {
"@babel/runtime": "^7.12.5",
"react-is": "^16.12.0",
"shallowequal": "^1.1.0"
}
}
}
}
}
......@@ -7026,9 +7033,9 @@
"dev": true
},
"async-validator": {
"version": "3.5.2",
"resolved": "https://g.civnet.cn:4873/async-validator/-/async-validator-3.5.2.tgz",
"integrity": "sha1-aOhmqWgk6LJpT/eoMcGiXETV5QA="
"version": "4.0.7",
"resolved": "https://g.civnet.cn:4873/async-validator/-/async-validator-4.0.7.tgz",
"integrity": "sha1-A0oP0hA6ay6/AQ2nUYO+wpkkev4="
},
"asynckit": {
"version": "0.4.0",
......@@ -23075,9 +23082,9 @@
}
},
"rc-drawer": {
"version": "4.3.1",
"resolved": "https://g.civnet.cn:4873/rc-drawer/-/rc-drawer-4.3.1.tgz",
"integrity": "sha1-NWMzp68Bt3er1oXJbCzmLvtE8/M=",
"version": "4.4.3",
"resolved": "https://g.civnet.cn:4873/rc-drawer/-/rc-drawer-4.4.3.tgz",
"integrity": "sha1-IJSTeoROVdyWRCNqLZ+6ecNE4yE=",
"requires": {
"@babel/runtime": "^7.10.1",
"classnames": "^2.2.6",
......@@ -23095,12 +23102,12 @@
}
},
"rc-field-form": {
"version": "1.20.1",
"resolved": "https://g.civnet.cn:4873/rc-field-form/-/rc-field-form-1.20.1.tgz",
"integrity": "sha1-0cUYiBB88HW0JwS3tXW++Ew1kpE=",
"version": "1.21.2",
"resolved": "https://g.civnet.cn:4873/rc-field-form/-/rc-field-form-1.21.2.tgz",
"integrity": "sha1-hb2h7gBq6fHRRuEAAzfGm0u20QE=",
"requires": {
"@babel/runtime": "^7.8.4",
"async-validator": "^3.0.3",
"async-validator": "^4.0.2",
"rc-util": "^5.8.0"
}
},
......@@ -23116,9 +23123,9 @@
}
},
"rc-input-number": {
"version": "7.1.4",
"resolved": "https://g.civnet.cn:4873/rc-input-number/-/rc-input-number-7.1.4.tgz",
"integrity": "sha1-nXQQyR/43GOE0CM8IN8niYKYn5o=",
"version": "7.3.4",
"resolved": "https://g.civnet.cn:4873/rc-input-number/-/rc-input-number-7.3.4.tgz",
"integrity": "sha512-W9uqSzuvJUnz8H8vsVY4kx+yK51SsAxNTwr8SNH4G3XqQNocLVmKIibKFRjocnYX1RDHMND9FFbgj2h7E7nvGA==",
"requires": {
"@babel/runtime": "^7.10.1",
"classnames": "^2.2.5",
......@@ -23198,9 +23205,9 @@
}
},
"rc-pagination": {
"version": "3.1.9",
"resolved": "https://g.civnet.cn:4873/rc-pagination/-/rc-pagination-3.1.9.tgz",
"integrity": "sha1-eXrXXYWx73qCgBIH6tQQEQM3/dY=",
"version": "3.1.14",
"resolved": "https://g.civnet.cn:4873/rc-pagination/-/rc-pagination-3.1.14.tgz",
"integrity": "sha512-tcugvxrtPiVU00Uh0IwC8NIUlxa4KtA9pXcaMNJdSHeO2uQqVkHEwllsULTAWRF3zRV2ozo2weP/DRKIUrX+Zg==",
"requires": {
"@babel/runtime": "^7.10.1",
"classnames": "^2.2.1"
......@@ -23222,9 +23229,9 @@
},
"dependencies": {
"date-fns": {
"version": "2.25.0",
"resolved": "https://g.civnet.cn:4873/date-fns/-/date-fns-2.25.0.tgz",
"integrity": "sha1-jFyPHZWL44CamgP0t0LrqJT8VoA="
"version": "2.27.0",
"resolved": "https://g.civnet.cn:4873/date-fns/-/date-fns-2.27.0.tgz",
"integrity": "sha512-sj+J0Mo2p2X1e306MHq282WS4/A8Pz/95GIFcsPNMPMZVI3EUrAdSv90al1k+p74WGLCruMXk23bfEDZa71X9Q=="
}
}
},
......@@ -23259,9 +23266,9 @@
}
},
"rc-select": {
"version": "12.1.13",
"resolved": "https://g.civnet.cn:4873/rc-select/-/rc-select-12.1.13.tgz",
"integrity": "sha1-wzVgzLkznTBpW1JFj1Xvw1rzUnM=",
"version": "13.2.1",
"resolved": "https://g.civnet.cn:4873/rc-select/-/rc-select-13.2.1.tgz",
"integrity": "sha512-L2cJFAjVEeDiNVa/dlOVKE79OUb0J7sUBvWN3Viav3XHcjvv9Ovn4D8J9QhBSlDXeGuczZ81CZI3BbdHD25+Gg==",
"requires": {
"@babel/runtime": "^7.10.1",
"classnames": "2.x",
......@@ -23273,15 +23280,27 @@
}
},
"rc-slider": {
"version": "9.7.4",
"resolved": "https://g.civnet.cn:4873/rc-slider/-/rc-slider-9.7.4.tgz",
"integrity": "sha1-QwyGByO/ZEXr9TUXtVBBei8l7tE=",
"version": "9.7.5",
"resolved": "https://g.civnet.cn:4873/rc-slider/-/rc-slider-9.7.5.tgz",
"integrity": "sha512-LV/MWcXFjco1epPbdw1JlLXlTgmWpB9/Y/P2yinf8Pg3wElHxA9uajN21lJiWtZjf5SCUekfSP6QMJfDo4t1hg==",
"requires": {
"@babel/runtime": "^7.10.1",
"classnames": "^2.2.5",
"rc-tooltip": "^5.0.1",
"rc-util": "^5.0.0",
"rc-util": "^5.16.1",
"shallowequal": "^1.1.0"
},
"dependencies": {
"rc-util": {
"version": "5.16.1",
"resolved": "https://g.civnet.cn:4873/rc-util/-/rc-util-5.16.1.tgz",
"integrity": "sha512-kSCyytvdb3aRxQacS/71ta6c+kBWvM1v8/2h9d/HaNWauc3qB8pLnF20PJ8NajkNN8gb+rR1l0eWO+D4Pz+LLQ==",
"requires": {
"@babel/runtime": "^7.12.5",
"react-is": "^16.12.0",
"shallowequal": "^1.1.0"
}
}
}
},
"rc-steps": {
......@@ -23305,34 +23324,46 @@
}
},
"rc-table": {
"version": "7.15.2",
"resolved": "https://g.civnet.cn:4873/rc-table/-/rc-table-7.15.2.tgz",
"integrity": "sha1-9qtzss+xx288+WgshVVhQjxrWyI=",
"version": "7.19.2",
"resolved": "https://g.civnet.cn:4873/rc-table/-/rc-table-7.19.2.tgz",
"integrity": "sha1-l2M3pdrOO44EvqlVTXK8g6paswE=",
"requires": {
"@babel/runtime": "^7.10.1",
"classnames": "^2.2.5",
"rc-resize-observer": "^1.0.0",
"rc-util": "^5.13.0",
"rc-util": "^5.14.0",
"shallowequal": "^1.1.0"
},
"dependencies": {
"rc-resize-observer": {
"version": "1.0.1",
"resolved": "https://g.civnet.cn:4873/rc-resize-observer/-/rc-resize-observer-1.0.1.tgz",
"integrity": "sha1-zNCYZUP/G/SfilgeisS7cU7STc0=",
"version": "1.1.2",
"resolved": "https://g.civnet.cn:4873/rc-resize-observer/-/rc-resize-observer-1.1.2.tgz",
"integrity": "sha512-Qp+1x6D88FxyWBFRYP95IV9A1o0xlkC6qhiTX3YakE+o86QH9IzC7UVnltwmm4Q8uYH+E3F/HRmEiuxXJECdSw==",
"requires": {
"@babel/runtime": "^7.10.1",
"classnames": "^2.2.1",
"rc-util": "^5.0.0",
"rc-util": "^5.15.0",
"resize-observer-polyfill": "^1.5.1"
},
"dependencies": {
"rc-util": {
"version": "5.16.1",
"resolved": "https://g.civnet.cn:4873/rc-util/-/rc-util-5.16.1.tgz",
"integrity": "sha512-kSCyytvdb3aRxQacS/71ta6c+kBWvM1v8/2h9d/HaNWauc3qB8pLnF20PJ8NajkNN8gb+rR1l0eWO+D4Pz+LLQ==",
"requires": {
"@babel/runtime": "^7.12.5",
"react-is": "^16.12.0",
"shallowequal": "^1.1.0"
}
}
}
}
}
},
"rc-tabs": {
"version": "11.10.2",
"resolved": "https://g.civnet.cn:4873/rc-tabs/-/rc-tabs-11.10.2.tgz",
"integrity": "sha1-R4E18Oagwf9JkFY4snuaXozSMqI=",
"version": "11.10.5",
"resolved": "https://g.civnet.cn:4873/rc-tabs/-/rc-tabs-11.10.5.tgz",
"integrity": "sha512-DDuUdV6b9zGRYLtjI5hyejWLKoz1QiLWNgMeBzc3aMeQylZFhTYnFGdDc6HRqj5IYearNTsFPVSA+6VIT8g5cg==",
"requires": {
"@babel/runtime": "^7.11.2",
"classnames": "2.x",
......@@ -23343,22 +23374,34 @@
},
"dependencies": {
"rc-resize-observer": {
"version": "1.0.1",
"resolved": "https://g.civnet.cn:4873/rc-resize-observer/-/rc-resize-observer-1.0.1.tgz",
"integrity": "sha1-zNCYZUP/G/SfilgeisS7cU7STc0=",
"version": "1.1.2",
"resolved": "https://g.civnet.cn:4873/rc-resize-observer/-/rc-resize-observer-1.1.2.tgz",
"integrity": "sha512-Qp+1x6D88FxyWBFRYP95IV9A1o0xlkC6qhiTX3YakE+o86QH9IzC7UVnltwmm4Q8uYH+E3F/HRmEiuxXJECdSw==",
"requires": {
"@babel/runtime": "^7.10.1",
"classnames": "^2.2.1",
"rc-util": "^5.0.0",
"rc-util": "^5.15.0",
"resize-observer-polyfill": "^1.5.1"
},
"dependencies": {
"rc-util": {
"version": "5.16.1",
"resolved": "https://g.civnet.cn:4873/rc-util/-/rc-util-5.16.1.tgz",
"integrity": "sha512-kSCyytvdb3aRxQacS/71ta6c+kBWvM1v8/2h9d/HaNWauc3qB8pLnF20PJ8NajkNN8gb+rR1l0eWO+D4Pz+LLQ==",
"requires": {
"@babel/runtime": "^7.12.5",
"react-is": "^16.12.0",
"shallowequal": "^1.1.0"
}
}
}
}
}
},
"rc-textarea": {
"version": "0.3.5",
"resolved": "https://g.civnet.cn:4873/rc-textarea/-/rc-textarea-0.3.5.tgz",
"integrity": "sha1-B+1EXd25TlrmdkZ2kjpJvdrZsuw=",
"version": "0.3.6",
"resolved": "https://g.civnet.cn:4873/rc-textarea/-/rc-textarea-0.3.6.tgz",
"integrity": "sha512-6esiDE4AG3lqnmCdgAp/nutrZAqZEfRT3K749H8vMzNtxy9JScuMJ9MMtWN2DDQh+LCDvX4dgflaRjDCqtDHWw==",
"requires": {
"@babel/runtime": "^7.10.1",
"classnames": "^2.2.1",
......@@ -23367,14 +23410,26 @@
},
"dependencies": {
"rc-resize-observer": {
"version": "1.0.1",
"resolved": "https://g.civnet.cn:4873/rc-resize-observer/-/rc-resize-observer-1.0.1.tgz",
"integrity": "sha1-zNCYZUP/G/SfilgeisS7cU7STc0=",
"version": "1.1.2",
"resolved": "https://g.civnet.cn:4873/rc-resize-observer/-/rc-resize-observer-1.1.2.tgz",
"integrity": "sha512-Qp+1x6D88FxyWBFRYP95IV9A1o0xlkC6qhiTX3YakE+o86QH9IzC7UVnltwmm4Q8uYH+E3F/HRmEiuxXJECdSw==",
"requires": {
"@babel/runtime": "^7.10.1",
"classnames": "^2.2.1",
"rc-util": "^5.0.0",
"rc-util": "^5.15.0",
"resize-observer-polyfill": "^1.5.1"
},
"dependencies": {
"rc-util": {
"version": "5.16.1",
"resolved": "https://g.civnet.cn:4873/rc-util/-/rc-util-5.16.1.tgz",
"integrity": "sha512-kSCyytvdb3aRxQacS/71ta6c+kBWvM1v8/2h9d/HaNWauc3qB8pLnF20PJ8NajkNN8gb+rR1l0eWO+D4Pz+LLQ==",
"requires": {
"@babel/runtime": "^7.12.5",
"react-is": "^16.12.0",
"shallowequal": "^1.1.0"
}
}
}
}
}
......@@ -23389,27 +23444,39 @@
}
},
"rc-tree": {
"version": "4.2.2",
"resolved": "https://g.civnet.cn:4873/rc-tree/-/rc-tree-4.2.2.tgz",
"integrity": "sha1-RCkYfLv77L6YlxSmB+Peizq3dj8=",
"version": "5.3.6",
"resolved": "https://g.civnet.cn:4873/rc-tree/-/rc-tree-5.3.6.tgz",
"integrity": "sha512-X5cSLSX9WVL2gmOdsOzlkPy1ITljFsYVnJvrIColWBjT0LqEg6KwehWHVEAjeQVKKHDYrSnU2EDi3gT2eWJCNA==",
"requires": {
"@babel/runtime": "^7.10.1",
"classnames": "2.x",
"rc-motion": "^2.0.1",
"rc-util": "^5.0.0",
"rc-virtual-list": "^3.0.1"
"rc-util": "^5.16.1",
"rc-virtual-list": "^3.4.1"
},
"dependencies": {
"rc-util": {
"version": "5.16.1",
"resolved": "https://g.civnet.cn:4873/rc-util/-/rc-util-5.16.1.tgz",
"integrity": "sha512-kSCyytvdb3aRxQacS/71ta6c+kBWvM1v8/2h9d/HaNWauc3qB8pLnF20PJ8NajkNN8gb+rR1l0eWO+D4Pz+LLQ==",
"requires": {
"@babel/runtime": "^7.12.5",
"react-is": "^16.12.0",
"shallowequal": "^1.1.0"
}
}
}
},
"rc-tree-select": {
"version": "4.3.3",
"resolved": "https://g.civnet.cn:4873/rc-tree-select/-/rc-tree-select-4.3.3.tgz",
"integrity": "sha1-KOuk2KjcjA+bYdg85GWEKmkV7KQ=",
"version": "4.8.0",
"resolved": "https://g.civnet.cn:4873/rc-tree-select/-/rc-tree-select-4.8.0.tgz",
"integrity": "sha512-evuVIF7GHCGDdvISdBWl4ZYmG/8foof/RDtzCu/WFLA1tFKZD77RRC3khEsjh4WgsB0vllLe7j+ODJ7jHRcDRQ==",
"requires": {
"@babel/runtime": "^7.10.1",
"classnames": "2.x",
"rc-select": "^12.0.0",
"rc-tree": "^4.0.0",
"rc-util": "^5.0.5"
"rc-select": "~13.2.1",
"rc-tree": "~5.3.0",
"rc-util": "^5.7.0"
}
},
"rc-trigger": {
......@@ -23425,9 +23492,9 @@
}
},
"rc-upload": {
"version": "4.3.2",
"resolved": "https://g.civnet.cn:4873/rc-upload/-/rc-upload-4.3.2.tgz",
"integrity": "sha1-O1bIvfeyXqs1fmVFPgMrexDG88w=",
"version": "4.3.3",
"resolved": "https://g.civnet.cn:4873/rc-upload/-/rc-upload-4.3.3.tgz",
"integrity": "sha512-YoJ0phCRenMj1nzwalXzciKZ9/FAaCrFu84dS5pphwucTC8GUWClcDID/WWNGsLFcM97NqIboDqrV82rVRhW/w==",
"requires": {
"@babel/runtime": "^7.10.1",
"classnames": "^2.2.5",
......@@ -106,7 +106,7 @@
"@wisdom-utils/runtime": "0.0.15",
"@wisdom-utils/utils": "0.0.63",
"animate.css": "^4.1.1",
"antd": "^4.16.13",
"antd": "^4.17.4",
"compression": "1.7.4",
"connected-react-router": "6.4.0",
"fontfaceobserver": "2.1.0",
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment