Browse Source

Update dependency antd to v4.22.8

pull/2079/head
renovate[bot] 3 years ago committed by GitHub
parent
commit
9432a4b525
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 14
      web/package-lock.json
  2. 2
      web/package.json

14
web/package-lock.json generated

@ -14,7 +14,7 @@ @@ -14,7 +14,7 @@
"@fontsource/poppins": "4.5.9",
"@storybook/react": "6.5.10",
"@xstate/react": "3.0.1",
"antd": "4.22.7",
"antd": "4.22.8",
"autoprefixer": "10.4.8",
"chart.js": "3.9.1",
"chartkick": "4.2.0",
@ -10857,9 +10857,9 @@ @@ -10857,9 +10857,9 @@
}
},
"node_modules/antd": {
"version": "4.22.7",
"resolved": "https://registry.npmjs.org/antd/-/antd-4.22.7.tgz",
"integrity": "sha512-CMf5tYHtlhP1blYjwNTRsB7G/bocwKmIFHgYYk4pZNgo1kk/XnPPI2/MKRCXWc54wuCQQlnmL/2AKtE7HWaE8g==",
"version": "4.22.8",
"resolved": "https://registry.npmjs.org/antd/-/antd-4.22.8.tgz",
"integrity": "sha512-mqHuCg9itZX+z6wk+mvRBcfz/U9iiIXS4LoNkyo8X/UBgdN8CoetFmrdvA1UQy1BuWa0/n62LiS1LatdvoTuHw==",
"dependencies": {
"@ant-design/colors": "^6.0.0",
"@ant-design/icons": "^4.7.0",
@ -36558,9 +36558,9 @@ @@ -36558,9 +36558,9 @@
}
},
"antd": {
"version": "4.22.7",
"resolved": "https://registry.npmjs.org/antd/-/antd-4.22.7.tgz",
"integrity": "sha512-CMf5tYHtlhP1blYjwNTRsB7G/bocwKmIFHgYYk4pZNgo1kk/XnPPI2/MKRCXWc54wuCQQlnmL/2AKtE7HWaE8g==",
"version": "4.22.8",
"resolved": "https://registry.npmjs.org/antd/-/antd-4.22.8.tgz",
"integrity": "sha512-mqHuCg9itZX+z6wk+mvRBcfz/U9iiIXS4LoNkyo8X/UBgdN8CoetFmrdvA1UQy1BuWa0/n62LiS1LatdvoTuHw==",
"requires": {
"@ant-design/colors": "^6.0.0",
"@ant-design/icons": "^4.7.0",

2
web/package.json

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

Loading…
Cancel
Save