Skip to content
This repository has been archived by the owner on Dec 30, 2022. It is now read-only.

Commit

Permalink
fix(deps): update dependency react-compound-slider to v2.2.0 (#2649)
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored and samouss committed Jul 11, 2019
1 parent c4974cf commit 7b81af1
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion website/examples/e-commerce/package.json
Expand Up @@ -7,7 +7,7 @@
"classnames": "2.2.6",
"qs": "6.7.0",
"react": "16.8.6",
"react-compound-slider": "2.1.0",
"react-compound-slider": "2.2.0",
"react-dom": "16.8.6",
"react-instantsearch-dom": "5.7.0"
}
Expand Down
18 changes: 9 additions & 9 deletions yarn.lock
Expand Up @@ -1719,10 +1719,10 @@
dependencies:
regenerator-runtime "^0.12.0"

"@babel/runtime@^7.4.5":
version "7.4.5"
resolved "https://registry.yarnpkg.com/@babel/runtime/-/runtime-7.4.5.tgz#582bb531f5f9dc67d2fcb682979894f75e253f12"
integrity sha512-TuI4qpWZP6lGOGIuGWtp9sPluqYICmbk8T/1vpSysqJxRPkudh/ofFWyqdcMsDf2s7KvDL4/YHgKyvcS3g9CJQ==
"@babel/runtime@^7.5.4":
version "7.5.4"
resolved "https://registry.yarnpkg.com/@babel/runtime/-/runtime-7.5.4.tgz#cb7d1ad7c6d65676e66b47186577930465b5271b"
integrity sha512-Na84uwyImZZc3FKf4aUF1tysApzwf3p2yuFBIyBfbzT5glzKTdvYI4KVW4kcgjrzoGUjC7w3YyCHcJKaRxsr2Q==
dependencies:
regenerator-runtime "^0.13.2"

Expand Down Expand Up @@ -14400,12 +14400,12 @@ react-color@^2.17.0:
reactcss "^1.2.0"
tinycolor2 "^1.4.1"

react-compound-slider@2.1.0:
version "2.1.0"
resolved "https://registry.yarnpkg.com/react-compound-slider/-/react-compound-slider-2.1.0.tgz#10196fe13d2432b651947738f02d5e9dcf5fe96a"
integrity sha512-OcVsAuPRX6gdz+5zyaJdZpI7gG2NV4hlsz7J61grL/iLYunqF1C9bRqhLVl2mfa5quu7TkA3f5qdGjcUs9wiCA==
react-compound-slider@2.2.0:
version "2.2.0"
resolved "https://registry.yarnpkg.com/react-compound-slider/-/react-compound-slider-2.2.0.tgz#d79adb60d3b42fb2f2e6a88d7630795244a434a2"
integrity sha512-HFYKtbL1MZyrBrK29Y7KBRU2INnPqX0yODdcWd539sif7eLPoG2uEULloga2ju7l7zcIWzJcehO12WrieHDIiA==
dependencies:
"@babel/runtime" "^7.4.5"
"@babel/runtime" "^7.5.4"
d3-array "^1.2.4"
prop-types "^15.7.2"
warning "^3.0.0"
Expand Down

0 comments on commit 7b81af1

Please sign in to comment.