Skip to content

Commit

Permalink
fix(deps): update dependency antd to v3.4.4
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot committed Apr 28, 2018
1 parent 1baedaf commit 5c771b2
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 15 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
"author": "Maurice Dalderup <[email protected]>",
"license": "MIT",
"dependencies": {
"antd": "3.4.0",
"antd": "3.4.4",
"babel-polyfill": "6.26.0",
"bigchaindb-driver": "4.0.0",
"bip39": "2.5.0",
Expand Down
23 changes: 9 additions & 14 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -188,9 +188,9 @@ ansi-styles@^3.2.0, ansi-styles@^3.2.1:
dependencies:
color-convert "^1.9.0"

[email protected].0:
version "3.4.0"
resolved "https://registry.yarnpkg.com/antd/-/antd-3.4.0.tgz#ad67872ab3d3e31d32b2b6feabc2fa5f5b27a48e"
[email protected].4:
version "3.4.4"
resolved "https://registry.yarnpkg.com/antd/-/antd-3.4.4.tgz#18897edd3182c06cc45310af8fa73e419ea346cb"
dependencies:
array-tree-filter "^2.0.0"
babel-runtime "6.x"
Expand Down Expand Up @@ -231,7 +231,7 @@ [email protected]:
rc-upload "~2.4.0"
rc-util "^4.0.4"
react-lazy-load "^3.0.12"
react-slick "~0.22.3"
react-slick "~0.23.1"
shallowequal "^1.0.1"
warning "~3.0.0"

Expand Down Expand Up @@ -1400,10 +1400,6 @@ camelcase@^4.1.0:
version "4.1.0"
resolved "https://registry.yarnpkg.com/camelcase/-/camelcase-4.1.0.tgz#d545635be1e33c542649c69173e5de6acfae34dd"

can-use-dom@^0.1.0:
version "0.1.0"
resolved "https://registry.yarnpkg.com/can-use-dom/-/can-use-dom-0.1.0.tgz#22cc4a34a0abc43950f42c6411024a3f6366b45a"

caniuse-api@^1.5.2:
version "1.6.1"
resolved "https://registry.yarnpkg.com/caniuse-api/-/caniuse-api-1.6.1.tgz#b534e7c734c4f81ec5fbe8aca2ad24354b962c6c"
Expand Down Expand Up @@ -4300,7 +4296,7 @@ lodash.clone@^4.5.0:
version "4.5.0"
resolved "https://registry.yarnpkg.com/lodash.clone/-/lodash.clone-4.5.0.tgz#195870450f5a13192478df4bc3d23d2dea1907b6"

lodash.debounce@^4.0.0:
lodash.debounce@^4.0.0, lodash.debounce@^4.0.8:
version "4.0.8"
resolved "https://registry.yarnpkg.com/lodash.debounce/-/lodash.debounce-4.0.8.tgz#82d79bff30a67c4005ffd5e2515300ad9ca4d7af"

Expand Down Expand Up @@ -5951,15 +5947,14 @@ react-reconciler@^0.7.0:
object-assign "^4.1.1"
prop-types "^15.6.0"

react-slick@~0.22.3:
version "0.22.3"
resolved "https://registry.yarnpkg.com/react-slick/-/react-slick-0.22.3.tgz#667991b2496e6b10bcca2a2e676ffadf34e7d56c"
react-slick@~0.23.1:
version "0.23.1"
resolved "https://registry.yarnpkg.com/react-slick/-/react-slick-0.23.1.tgz#15791c4107f0ba3a5688d5bd97b7b7ceaa0dd181"
dependencies:
can-use-dom "^0.1.0"
classnames "^2.2.5"
create-react-class "^15.5.2"
enquire.js "^2.1.6"
json2mq "^0.2.0"
lodash.debounce "^4.0.8"
resize-observer-polyfill "^1.5.0"

[email protected]:
Expand Down

0 comments on commit 5c771b2

Please sign in to comment.