Bump antd from 4.16.6 to 4.16.7 (#251)
Bumps [antd](https://github.com/ant-design/ant-design) from 4.16.6 to 4.16.7. - [Release notes](https://github.com/ant-design/ant-design/releases) - [Changelog](https://github.com/ant-design/ant-design/blob/master/CHANGELOG.en-US.md) - [Commits](https://github.com/ant-design/ant-design/compare/4.16.6...4.16.7) --- updated-dependencies: - dependency-name: antd dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
26
web/package-lock.json
generated
26
web/package-lock.json
generated
@@ -579,9 +579,9 @@
|
||||
}
|
||||
},
|
||||
"antd": {
|
||||
"version": "4.16.6",
|
||||
"resolved": "https://registry.npmjs.org/antd/-/antd-4.16.6.tgz",
|
||||
"integrity": "sha512-E7T+GClZPGjPUfmiuTbQK4+OfvsQ/Ksi5C71Bm4dwz1wlbJ4CqfxhIlpBypod9fe8mCI+bVAjtBoUpR1q/6Sow==",
|
||||
"version": "4.16.7",
|
||||
"resolved": "https://registry.npmjs.org/antd/-/antd-4.16.7.tgz",
|
||||
"integrity": "sha512-9XQnTpQ21zqnXWAvFvt1mm0j5+r4E7N/eK0kSEBqxuoTCzTrrn5iwhXFEZ2htJx9QJFlihST/T1Wd8JzRf9J3Q==",
|
||||
"requires": {
|
||||
"@ant-design/colors": "^6.0.0",
|
||||
"@ant-design/icons": "^4.6.2",
|
||||
@@ -1268,6 +1268,11 @@
|
||||
"resolved": "https://registry.npmjs.org/date-fns/-/date-fns-2.22.1.tgz",
|
||||
"integrity": "sha512-yUFPQjrxEmIsMqlHhAhmxkuH769baF21Kk+nZwZGyrMoyLA+LugaQtC0+Tqf9CBUUULWwUJt6Q5ySI3LJDDCGg=="
|
||||
},
|
||||
"dayjs": {
|
||||
"version": "1.10.6",
|
||||
"resolved": "https://registry.npmjs.org/dayjs/-/dayjs-1.10.6.tgz",
|
||||
"integrity": "sha512-AztC/IOW4L1Q41A86phW5Thhcrco3xuAA+YX/BLpLWWjRcTj5TOt/QImBLmCKlrF7u7k47arTnOyL6GnbG8Hvw=="
|
||||
},
|
||||
"debug": {
|
||||
"version": "4.2.0",
|
||||
"resolved": "https://registry.npmjs.org/debug/-/debug-4.2.0.tgz",
|
||||
@@ -4719,13 +4724,14 @@
|
||||
}
|
||||
},
|
||||
"rc-picker": {
|
||||
"version": "2.5.13",
|
||||
"resolved": "https://registry.npmjs.org/rc-picker/-/rc-picker-2.5.13.tgz",
|
||||
"integrity": "sha512-FbEK5tKB5RVO/Pw3DHwYdL338oVH8TdfDU69fXjeStVeiaqDHf+VgpwI5qXo5vJltmmlNcM2oAbLPq7iIKDFRw==",
|
||||
"version": "2.5.14",
|
||||
"resolved": "https://registry.npmjs.org/rc-picker/-/rc-picker-2.5.14.tgz",
|
||||
"integrity": "sha512-+tGDsrZQxwv1pLKYulaYqmTIXOdOCj2Lcl1mAt5C7Z6WYvWYYi9VF/tVgOznN7tMFUj65qgT+pue6RjRluVk1g==",
|
||||
"requires": {
|
||||
"@babel/runtime": "^7.10.1",
|
||||
"classnames": "^2.2.1",
|
||||
"date-fns": "^2.15.0",
|
||||
"date-fns": "2.x",
|
||||
"dayjs": "1.x",
|
||||
"moment": "^2.24.0",
|
||||
"rc-trigger": "^5.0.4",
|
||||
"rc-util": "^5.4.0",
|
||||
@@ -4854,9 +4860,9 @@
|
||||
}
|
||||
},
|
||||
"rc-tree": {
|
||||
"version": "4.2.1",
|
||||
"resolved": "https://registry.npmjs.org/rc-tree/-/rc-tree-4.2.1.tgz",
|
||||
"integrity": "sha512-uBIJ2/CMsR3I53W14WjyX+m3AY54qG7AuqlVr0jqIBWxiRtnOkKCCBpYLuUIxbqjJ9+QvNtHyxjwxHG0v/zD5g==",
|
||||
"version": "4.2.2",
|
||||
"resolved": "https://registry.npmjs.org/rc-tree/-/rc-tree-4.2.2.tgz",
|
||||
"integrity": "sha512-V1hkJt092VrOVjNyfj5IYbZKRMHxWihZarvA5hPL/eqm7o2+0SNkeidFYm7LVVBrAKBpOpa0l8xt04uiqOd+6w==",
|
||||
"requires": {
|
||||
"@babel/runtime": "^7.10.1",
|
||||
"classnames": "2.x",
|
||||
|
||||
@@ -10,7 +10,7 @@
|
||||
},
|
||||
"dependencies": {
|
||||
"@ant-design/icons": "^4.6.2",
|
||||
"antd": "^4.16.6",
|
||||
"antd": "^4.16.7",
|
||||
"chart.js": "^3.4.1",
|
||||
"chartkick": "^4.0.5",
|
||||
"classnames": "^2.3.1",
|
||||
|
||||
Reference in New Issue
Block a user