From 7719bba687fe4e06b54b39f2d8321bd46c228129 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 8 Aug 2019 12:37:31 +0200 Subject: [PATCH] fix(deps): update dependency instantsearch.js to v3.6.0 (#4021) --- examples/e-commerce/package.json | 2 +- examples/e-commerce/yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/examples/e-commerce/package.json b/examples/e-commerce/package.json index 2ef426d58b..a06bc92e22 100644 --- a/examples/e-commerce/package.json +++ b/examples/e-commerce/package.json @@ -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", diff --git a/examples/e-commerce/yarn.lock b/examples/e-commerce/yarn.lock index 7d08e301ad..5be43399b7 100644 --- a/examples/e-commerce/yarn.lock +++ b/examples/e-commerce/yarn.lock @@ -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"