Skip to content

Commit

Permalink
fix(deps): update dependency instantsearch.js to v3.6.0 (#4021)
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored and francoischalifour committed Aug 8, 2019
1 parent 74b8ddd commit 7719bba
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion examples/e-commerce/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
},
"dependencies": {
"algoliasearch": "3.33.0",
"instantsearch.js": "3.5.4"
"instantsearch.js": "3.6.0"
},
"devDependencies": {
"babel-eslint": "10.0.2",
Expand Down
8 changes: 4 additions & 4 deletions examples/e-commerce/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2984,10 +2984,10 @@ inquirer@^6.4.1:
strip-ansi "^5.1.0"
through "^2.3.6"

instantsearch.js@3.5.4:
version "3.5.4"
resolved "https://registry.yarnpkg.com/instantsearch.js/-/instantsearch.js-3.5.4.tgz#59f8e07313300448771b1f8ff92f15e75f2130e5"
integrity sha512-hvBzKPwbk/jde1xS3vEQJfhYBq2NWuWxhzr3P3p/ZX5Lf5XIUjWalNX3oHqEW2iYisMdcxWbVkZxpvL/ACHzNw==
instantsearch.js@3.6.0:
version "3.6.0"
resolved "https://registry.yarnpkg.com/instantsearch.js/-/instantsearch.js-3.6.0.tgz#388695b2a238b22a19adfff15bdcd1a767458a22"
integrity sha512-Ka7jkYYaZadlinf4R6CfuH24iAFqflJT1GKCLEzs4gni0yPf0YKysKjv32B8O3iie3PHB72bYPne0goZ38XCpg==
dependencies:
algoliasearch-helper "^2.26.0"
classnames "^2.2.5"
Expand Down

0 comments on commit 7719bba

Please sign in to comment.