Skip to content
This repository has been archived by the owner on May 27, 2021. It is now read-only.

Commit

Permalink
Update dependency antd to v3.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot committed Jun 2, 2018
1 parent 598a524 commit 7259a74
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 8 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"private": true,
"homepage": "/",
"dependencies": {
"antd": "3.5.4",
"antd": "3.6.0",
"auth0-js": "9.6.0",
"autobind-decorator": "2.1.0",
"enzyme-adapter-react-16": "1.1.1",
Expand Down
19 changes: 12 additions & 7 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -215,9 +215,9 @@ antd@3.0.0:
shallowequal "^1.0.1"
warning "~3.0.0"

antd@3.5.4:
version "3.5.4"
resolved "https://registry.yarnpkg.com/antd/-/antd-3.5.4.tgz#045e4226b41716dc215f6255bb121b0fb9e5dc3b"
antd@3.6.0:
version "3.6.0"
resolved "https://registry.yarnpkg.com/antd/-/antd-3.6.0.tgz#1c6f6cef5e5950e744c2fff8b7cf0716d4b1b0a4"
dependencies:
array-tree-filter "^2.0.0"
babel-runtime "6.x"
Expand All @@ -226,6 +226,7 @@ antd@3.5.4:
css-animation "^1.2.5"
dom-closest "^0.2.0"
enquire.js "^2.1.1"
intersperse "^1.0.0"
lodash "^4.17.5"
moment "^2.19.3"
omit.js "^1.0.0"
Expand Down Expand Up @@ -261,7 +262,7 @@ antd@3.5.4:
react-lazy-load "^3.0.12"
react-slick "~0.23.1"
shallowequal "^1.0.1"
warning "~4.0.0"
warning "~4.0.1"

anymatch@^1.3.0:
version "1.3.2"
Expand Down Expand Up @@ -4082,6 +4083,10 @@ interpret@^1.0.0:
version "1.1.0"
resolved "https://registry.yarnpkg.com/interpret/-/interpret-1.1.0.tgz#7ed1b1410c6a0e0f78cf95d3b8440c63f78b8614"

intersperse@^1.0.0:
version "1.0.0"
resolved "https://registry.yarnpkg.com/intersperse/-/intersperse-1.0.0.tgz#f2561fb1cfef9f5277cc3347a22886b4351a5181"

invariant@^2.0.0, invariant@^2.2.1, invariant@^2.2.2:
version "2.2.4"
resolved "https://registry.yarnpkg.com/invariant/-/invariant-2.2.4.tgz#610f3c92c9359ce1db616e538008d23ff35158e6"
Expand Down Expand Up @@ -9153,9 +9158,9 @@ warning@^3.0.0, warning@~3.0.0:
dependencies:
loose-envify "^1.0.0"

warning@~4.0.0:
version "4.0.0"
resolved "https://registry.yarnpkg.com/warning/-/warning-4.0.0.tgz#311a464f62c0986f4d2d2f3a46d471b3ba02f782"
warning@~4.0.1:
version "4.0.1"
resolved "https://registry.yarnpkg.com/warning/-/warning-4.0.1.tgz#66ce376b7fbfe8a887c22bdf0e7349d73d397745"
dependencies:
loose-envify "^1.0.0"

Expand Down

0 comments on commit 7259a74

Please sign in to comment.