Browse Source

chore(deps): update dependency antd to v4.3.4

master
Renovate Bot 4 years ago
parent
commit
49399b353a
No known key found for this signature in database GPG Key ID: 81C63AE1C224182B
  1. 2
      package.json
  2. 28
      yarn.lock

2
package.json

@ -85,7 +85,7 @@
"@types/ws": "7.2.5",
"@typescript-eslint/eslint-plugin": "3.2.0",
"@typescript-eslint/parser": "3.2.0",
"antd": "4.3.3",
"antd": "4.3.4",
"babel-plugin-emotion": "10.0.33",
"babel-plugin-import": "1.13.0",
"bitcoin-core": "3.0.0",

28
yarn.lock

@ -3173,10 +3173,10 @@ ansi-styles@^4.0.0, ansi-styles@^4.1.0:
"@types/color-name" "^1.1.1"
color-convert "^2.0.1"
antd@4.3.3:
version "4.3.3"
resolved "https://registry.yarnpkg.com/antd/-/antd-4.3.3.tgz#417061b248e4c69b38930bf750477761e228a199"
integrity sha512-psDb3krf0nK0gkZSfxOGfJdqKbi0hzQJif7R2Cg3T6OV1nrNfc6waL4Th8mV72qq/+Ushuk0afRDaARkx9EzEg==
antd@4.3.4:
version "4.3.4"
resolved "https://registry.yarnpkg.com/antd/-/antd-4.3.4.tgz#000ddf6d8805dad60d8da214c78a422c253b9805"
integrity sha512-8ps2pQlzEhqsOz8Vc6BcPK28bhXqXi79Ece9rHchUNWF+MnrZSF76JQ6/VBRUMOHkBLVHoX04hGfQfIR9Rmr2A==
dependencies:
"@ant-design/css-animation" "^1.7.2"
"@ant-design/icons" "^4.2.1"
@ -3209,8 +3209,8 @@ antd@4.3.3:
rc-slider "~9.3.0"
rc-steps "~4.0.0"
rc-switch "~3.2.0"
rc-table "~7.7.2"
rc-tabs "~11.3.1"
rc-table "~7.8.0"
rc-tabs "~11.4.1"
rc-tooltip "~4.2.0"
rc-tree "~3.3.0"
rc-tree-select "~4.0.0"
@ -15133,10 +15133,10 @@ rc-switch@~3.2.0:
classnames "^2.2.1"
rc-util "^5.0.1"
rc-table@~7.7.2:
version "7.7.2"
resolved "https://registry.yarnpkg.com/rc-table/-/rc-table-7.7.2.tgz#7b679ff591ad1514842ff2ffda48b9d3be7cb15b"
integrity sha512-LcCOYmnIKFPNFDbJpD6yUpTyQytoQL0nXoyuG4FWJROMJzmhVhpVQZ83YjFOAlZjwx0Ixz04yPkMvRq6xr9vXQ==
rc-table@~7.8.0:
version "7.8.0"
resolved "https://registry.yarnpkg.com/rc-table/-/rc-table-7.8.0.tgz#13152345e57b9764c5efb3e458a3248b45805fd2"
integrity sha512-R2QTTfsMyF+NVjjB1JPsl69eMmjTXcDclqrUZZVGFG3fqjK2+nqA3aUn0hkv/7PaKZ3cWPnBmLpct8iX8YWksA==
dependencies:
"@babel/runtime" "^7.10.1"
classnames "^2.2.5"
@ -15145,10 +15145,10 @@ rc-table@~7.7.2:
rc-util "^5.0.0"
shallowequal "^1.1.0"
rc-tabs@~11.3.1:
version "11.3.1"
resolved "https://registry.yarnpkg.com/rc-tabs/-/rc-tabs-11.3.1.tgz#663d62fa52640c36e285950789bc6aa5e69f6861"
integrity sha512-K9vbkqmg6eLgEfj21wAcn/Pi1fd0U1GwLiWFHNPS4vXy9KTsqVx1HuCaykqwb4m+NRGOBLT1o+Lghb0wR49moA==
rc-tabs@~11.4.1:
version "11.4.1"
resolved "https://registry.yarnpkg.com/rc-tabs/-/rc-tabs-11.4.1.tgz#50b1f0504bbdc8bc7f835774c8c297ee843b06c4"
integrity sha512-gp3VW58VnMypSWV+sSeDPgKcOs1uUjZphf4olsFyPB2DRzRfyXoZ2i6CM3QVWKw4E052CgiPCKHCzK9LuSKKCg==
dependencies:
"@babel/runtime" "^7.10.1"
classnames "2.x"

Loading…
Cancel
Save