Skip to content
This repository has been archived by the owner on Aug 13, 2023. It is now read-only.

Commit

Permalink
[DEP] Update dependency antd to ^3.26.7
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot committed Jan 14, 2020
1 parent 7e6970a commit 86dfb28
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 5 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -198,7 +198,7 @@
},
"dependencies": {
"@types/react-dom": "^16.8.4",
"antd": "^3.26.3",
"antd": "^3.26.7",
"connected-react-router": "^6.4.0",
"core-js": "^2.6.11",
"history": "^4.9.0",
Expand Down
14 changes: 10 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1402,10 +1402,10 @@ ansi-styles@^3.2.0, ansi-styles@^3.2.1:
dependencies:
color-convert "^1.9.0"

antd@^3.26.3:
version "3.26.3"
resolved "https://registry.yarnpkg.com/antd/-/antd-3.26.3.tgz#046747567d25e381b1b298c3a5c5b970ed716a0d"
integrity sha512-1/0yyEfLWK1/hfE8ir9aWYu/iQEYIuUmkQDz0oj5PtDavGNB0yM5TyYRpwzk/06fS6Riop3uDBy2giUlsMFCmA==
antd@^3.26.7:
version "3.26.7"
resolved "https://registry.yarnpkg.com/antd/-/antd-3.26.7.tgz#271555f4862b747019defb972f70b7dd4015fd3f"
integrity sha512-WPsU3ulEUA1vZfVO9PmDNWkYueaLPoE74EJlfPqW2rZjKl7YMkMxJleSVCM9FqVI4PNLbIVr0hoieM9yZiEBFQ==
dependencies:
"@ant-design/create-react-context" "^0.2.4"
"@ant-design/icons" "~2.1.1"
Expand All @@ -1418,6 +1418,7 @@ antd@^3.26.3:
css-animation "^1.5.0"
dom-closest "^0.2.0"
enquire.js "^2.1.6"
is-mobile "^2.1.0"
lodash "^4.17.13"
moment "^2.24.0"
omit.js "^1.0.2"
Expand Down Expand Up @@ -5083,6 +5084,11 @@ is-installed-globally@^0.1.0:
global-dirs "^0.1.0"
is-path-inside "^1.0.0"

is-mobile@^2.1.0:
version "2.1.0"
resolved "https://registry.yarnpkg.com/is-mobile/-/is-mobile-2.1.0.tgz#4c0cab72f3358dd9986007389b30729fae80da0b"
integrity sha512-M5OhlZwh+aTlmRUvDg0Wq3uWVNa+w4DyZ2SjbrS+BhSLu9Po+JXHendC305ZEu+Hh7lywb19Zu4kYXu3L1Oo8A==

is-npm@^3.0.0:
version "3.0.0"
resolved "https://registry.yarnpkg.com/is-npm/-/is-npm-3.0.0.tgz#ec9147bfb629c43f494cf67936a961edec7e8053"
Expand Down

0 comments on commit 86dfb28

Please sign in to comment.