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.1.0 (#2610)
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored and samouss committed Jul 1, 2019
1 parent 0594cd9 commit 3389ee5
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 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.0.0",
"react-compound-slider": "2.1.0",
"react-dom": "16.8.6",
"react-instantsearch-dom": "5.7.0"
}
Expand Down
12 changes: 6 additions & 6 deletions yarn.lock
Expand Up @@ -1719,7 +1719,7 @@
dependencies:
regenerator-runtime "^0.12.0"

"@babel/runtime@^7.4.4":
"@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==
Expand Down Expand Up @@ -14376,12 +14376,12 @@ react-color@^2.17.0:
reactcss "^1.2.0"
tinycolor2 "^1.4.1"

react-compound-slider@2.0.0:
version "2.0.0"
resolved "https://registry.yarnpkg.com/react-compound-slider/-/react-compound-slider-2.0.0.tgz#ea0e5d26b61ced4856cfef3e5e73f2787f5e27ed"
integrity sha512-VA3128tThUm+DJticmVZTQPB8U1weiTXyyPb+cnpULkw2sfy8Cap5Hi/28mDxhyo/ZvfG6DEPGNiyB7iLzTGGA==
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==
dependencies:
"@babel/runtime" "^7.4.4"
"@babel/runtime" "^7.4.5"
d3-array "^1.2.4"
prop-types "^15.7.2"
warning "^3.0.0"
Expand Down

0 comments on commit 3389ee5

Please sign in to comment.