Update dependency antd to v4.22.7 (#2060)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
renovate[bot] 2022-08-24 17:21:06 -07:00 committed by GitHub
parent aa5778b4ec
commit b00384ae35
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 8 additions and 8 deletions

14
web/package-lock.json generated
View File

@ -14,7 +14,7 @@
"@fontsource/poppins": "4.5.9",
"@storybook/react": "6.5.10",
"@xstate/react": "3.0.1",
"antd": "4.22.6",
"antd": "4.22.7",
"autoprefixer": "10.4.8",
"chart.js": "3.9.1",
"chartkick": "4.2.0",
@ -10854,9 +10854,9 @@
}
},
"node_modules/antd": {
"version": "4.22.6",
"resolved": "https://registry.npmjs.org/antd/-/antd-4.22.6.tgz",
"integrity": "sha512-cyGq4CFrKcHISkyvXHODqhV8X0W7r6GHP37H/KvvmYibz/1sdts3Sa0FoAPy/c165TjAcSC/ZHxJhuGbo42zvA==",
"version": "4.22.7",
"resolved": "https://registry.npmjs.org/antd/-/antd-4.22.7.tgz",
"integrity": "sha512-CMf5tYHtlhP1blYjwNTRsB7G/bocwKmIFHgYYk4pZNgo1kk/XnPPI2/MKRCXWc54wuCQQlnmL/2AKtE7HWaE8g==",
"dependencies": {
"@ant-design/colors": "^6.0.0",
"@ant-design/icons": "^4.7.0",
@ -36555,9 +36555,9 @@
}
},
"antd": {
"version": "4.22.6",
"resolved": "https://registry.npmjs.org/antd/-/antd-4.22.6.tgz",
"integrity": "sha512-cyGq4CFrKcHISkyvXHODqhV8X0W7r6GHP37H/KvvmYibz/1sdts3Sa0FoAPy/c165TjAcSC/ZHxJhuGbo42zvA==",
"version": "4.22.7",
"resolved": "https://registry.npmjs.org/antd/-/antd-4.22.7.tgz",
"integrity": "sha512-CMf5tYHtlhP1blYjwNTRsB7G/bocwKmIFHgYYk4pZNgo1kk/XnPPI2/MKRCXWc54wuCQQlnmL/2AKtE7HWaE8g==",
"requires": {
"@ant-design/colors": "^6.0.0",
"@ant-design/icons": "^4.7.0",

View File

@ -18,7 +18,7 @@
"@fontsource/poppins": "4.5.9",
"@storybook/react": "6.5.10",
"@xstate/react": "3.0.1",
"antd": "4.22.6",
"antd": "4.22.7",
"autoprefixer": "10.4.8",
"chart.js": "3.9.1",
"chartkick": "4.2.0",