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

Commit

Permalink
fix(core): prevent duplicating facet values (#705)
Browse files Browse the repository at this point in the history
* fix(core): prevent duplicating facet values

fixes #663

Confirmed this in: https://codesandbox.io/s/check-extra-request-higuj (you need to clone it, CodeSandbox doesn't deduplicate the dependency as expected)

* chore: update size
  • Loading branch information
Haroenv authored Jul 30, 2019
1 parent bd7c5cd commit 7573be1
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@
},
"dependencies": {
"algoliasearch-helper": "^2.26.1",
"instantsearch.js": "^3.5.4"
"instantsearch.js": "^3.6.0"
},
"peerDependencies": {
"algoliasearch": "^3.30.0",
Expand Down Expand Up @@ -101,7 +101,7 @@
"bundlesize": [
{
"path": "./dist/vue-instantsearch.js",
"maxSize": "60 kB"
"maxSize": "60.50 kB"
},
{
"path": "./dist/vue-instantsearch.esm.js",
Expand Down
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -5913,10 +5913,10 @@ instantsearch.css@7.3.1:
resolved "https://registry.yarnpkg.com/instantsearch.css/-/instantsearch.css-7.3.1.tgz#7ab74a8f355091ae040947a9cf5438f379026622"
integrity sha512-/kaMDna5D+Q9mImNBHEhb9HgHATDOFKYii7N1Iwvrj+lmD9gBJLqVhUw67gftq2O0QI330pFza+CRscIwB1wQQ==

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 7573be1

Please sign in to comment.