instantsearch.js 4.64.3 → 4.65.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (122) hide show
  1. package/cjs/components/Answers/Answers.js +2 -2
  2. package/cjs/components/Breadcrumb/Breadcrumb.js +4 -4
  3. package/cjs/components/ClearRefinements/ClearRefinements.js +2 -2
  4. package/cjs/components/CurrentRefinements/CurrentRefinements.js +2 -2
  5. package/cjs/components/GeoSearchControls/GeoSearchControls.js +3 -3
  6. package/cjs/components/Highlight/Highlight.js +5 -5
  7. package/cjs/components/Hits/Hits.js +2 -2
  8. package/cjs/components/InfiniteHits/InfiniteHits.js +4 -4
  9. package/cjs/components/InternalHighlight/InternalHighlight.js +2 -2
  10. package/cjs/components/MenuSelect/MenuSelect.js +2 -2
  11. package/cjs/components/Pagination/Pagination.js +3 -3
  12. package/cjs/components/Panel/Panel.js +2 -2
  13. package/cjs/components/RangeInput/RangeInput.js +4 -4
  14. package/cjs/components/RefinementList/RefinementList.js +4 -4
  15. package/cjs/components/ReverseHighlight/ReverseHighlight.js +5 -5
  16. package/cjs/components/ReverseSnippet/ReverseSnippet.js +5 -5
  17. package/cjs/components/Selector/Selector.js +3 -3
  18. package/cjs/components/Slider/Pit.js +2 -2
  19. package/cjs/components/Slider/Slider.js +3 -3
  20. package/cjs/components/Snippet/Snippet.js +5 -5
  21. package/cjs/components/Stats/Stats.js +2 -2
  22. package/cjs/components/Template/Template.js +64 -7
  23. package/cjs/lib/version.js +1 -1
  24. package/cjs/widgets/answers/answers.js +7 -7
  25. package/cjs/widgets/breadcrumb/breadcrumb.js +8 -8
  26. package/cjs/widgets/clear-refinements/clear-refinements.js +4 -4
  27. package/cjs/widgets/current-refinements/current-refinements.js +9 -9
  28. package/cjs/widgets/geo-search/geo-search.js +11 -11
  29. package/cjs/widgets/hierarchical-menu/defaultTemplates.js +4 -4
  30. package/cjs/widgets/hierarchical-menu/hierarchical-menu.js +14 -14
  31. package/cjs/widgets/hits/hits.js +5 -5
  32. package/cjs/widgets/hits-per-page/hits-per-page.js +4 -4
  33. package/cjs/widgets/infinite-hits/infinite-hits.js +9 -9
  34. package/cjs/widgets/menu/defaultTemplates.js +4 -4
  35. package/cjs/widgets/menu/menu.js +11 -11
  36. package/cjs/widgets/menu-select/menu-select.js +5 -5
  37. package/cjs/widgets/numeric-menu/numeric-menu.js +9 -9
  38. package/cjs/widgets/pagination/pagination.js +13 -13
  39. package/cjs/widgets/panel/panel.js +10 -10
  40. package/cjs/widgets/powered-by/powered-by.js +4 -4
  41. package/cjs/widgets/query-rule-custom-data/query-rule-custom-data.js +2 -2
  42. package/cjs/widgets/range-input/range-input.js +10 -10
  43. package/cjs/widgets/range-slider/range-slider.js +3 -3
  44. package/cjs/widgets/rating-menu/defaultTemplates.js +6 -6
  45. package/cjs/widgets/rating-menu/rating-menu.js +13 -13
  46. package/cjs/widgets/refinement-list/defaultTemplates.js +5 -5
  47. package/cjs/widgets/refinement-list/refinement-list.js +23 -23
  48. package/cjs/widgets/relevant-sort/relevant-sort.js +4 -4
  49. package/cjs/widgets/search-box/search-box.js +10 -10
  50. package/cjs/widgets/sort-by/sort-by.js +4 -4
  51. package/cjs/widgets/stats/stats.js +3 -3
  52. package/cjs/widgets/toggle-refinement/toggle-refinement.js +5 -5
  53. package/cjs/widgets/voice-search/voice-search.js +4 -4
  54. package/dist/instantsearch.development.d.ts +6 -2
  55. package/dist/instantsearch.development.js +187 -141
  56. package/dist/instantsearch.development.js.map +1 -1
  57. package/dist/instantsearch.production.d.ts +6 -2
  58. package/dist/instantsearch.production.min.d.ts +6 -2
  59. package/dist/instantsearch.production.min.js +2 -2
  60. package/dist/instantsearch.production.min.js.map +1 -1
  61. package/es/components/Answers/Answers.js +1 -1
  62. package/es/components/Breadcrumb/Breadcrumb.js +1 -1
  63. package/es/components/ClearRefinements/ClearRefinements.js +1 -1
  64. package/es/components/CurrentRefinements/CurrentRefinements.js +1 -1
  65. package/es/components/GeoSearchControls/GeoSearchControls.js +1 -1
  66. package/es/components/Highlight/Highlight.d.ts +1 -1
  67. package/es/components/Highlight/Highlight.js +1 -1
  68. package/es/components/Hits/Hits.js +1 -1
  69. package/es/components/InfiniteHits/InfiniteHits.js +1 -1
  70. package/es/components/InternalHighlight/InternalHighlight.d.ts +1 -1
  71. package/es/components/InternalHighlight/InternalHighlight.js +1 -1
  72. package/es/components/MenuSelect/MenuSelect.js +1 -1
  73. package/es/components/Pagination/Pagination.js +1 -1
  74. package/es/components/Panel/Panel.js +1 -1
  75. package/es/components/RangeInput/RangeInput.js +1 -1
  76. package/es/components/RefinementList/RefinementList.js +1 -1
  77. package/es/components/ReverseHighlight/ReverseHighlight.d.ts +1 -1
  78. package/es/components/ReverseHighlight/ReverseHighlight.js +1 -1
  79. package/es/components/ReverseSnippet/ReverseSnippet.d.ts +1 -1
  80. package/es/components/ReverseSnippet/ReverseSnippet.js +1 -1
  81. package/es/components/Selector/Selector.js +1 -1
  82. package/es/components/Slider/Pit.js +1 -1
  83. package/es/components/Slider/Slider.js +1 -1
  84. package/es/components/Snippet/Snippet.d.ts +1 -1
  85. package/es/components/Snippet/Snippet.js +1 -1
  86. package/es/components/Stats/Stats.js +1 -1
  87. package/es/components/Template/Template.d.ts +1 -1
  88. package/es/components/Template/Template.js +65 -8
  89. package/es/connectors/autocomplete/connectAutocomplete.d.ts +4 -0
  90. package/es/lib/version.d.ts +1 -1
  91. package/es/lib/version.js +1 -1
  92. package/es/widgets/answers/answers.js +1 -1
  93. package/es/widgets/breadcrumb/breadcrumb.js +1 -1
  94. package/es/widgets/clear-refinements/clear-refinements.js +1 -1
  95. package/es/widgets/current-refinements/current-refinements.js +1 -1
  96. package/es/widgets/geo-search/geo-search.js +1 -1
  97. package/es/widgets/hierarchical-menu/defaultTemplates.js +1 -1
  98. package/es/widgets/hierarchical-menu/hierarchical-menu.js +1 -1
  99. package/es/widgets/hits/hits.js +1 -1
  100. package/es/widgets/hits-per-page/hits-per-page.js +1 -1
  101. package/es/widgets/infinite-hits/infinite-hits.js +1 -1
  102. package/es/widgets/menu/defaultTemplates.js +1 -1
  103. package/es/widgets/menu/menu.js +1 -1
  104. package/es/widgets/menu-select/menu-select.js +1 -1
  105. package/es/widgets/numeric-menu/numeric-menu.js +1 -1
  106. package/es/widgets/pagination/pagination.js +1 -1
  107. package/es/widgets/panel/panel.js +1 -1
  108. package/es/widgets/powered-by/powered-by.js +1 -1
  109. package/es/widgets/query-rule-custom-data/query-rule-custom-data.js +1 -1
  110. package/es/widgets/range-input/range-input.js +1 -1
  111. package/es/widgets/range-slider/range-slider.js +1 -1
  112. package/es/widgets/rating-menu/defaultTemplates.js +1 -1
  113. package/es/widgets/rating-menu/rating-menu.js +1 -1
  114. package/es/widgets/refinement-list/defaultTemplates.js +1 -1
  115. package/es/widgets/refinement-list/refinement-list.js +1 -1
  116. package/es/widgets/relevant-sort/relevant-sort.js +1 -1
  117. package/es/widgets/search-box/search-box.js +1 -1
  118. package/es/widgets/sort-by/sort-by.js +1 -1
  119. package/es/widgets/stats/stats.js +1 -1
  120. package/es/widgets/toggle-refinement/toggle-refinement.js +1 -1
  121. package/es/widgets/voice-search/voice-search.js +1 -1
  122. package/package.json +6 -7
@@ -4,7 +4,7 @@ function _objectSpread(target) { for (var i = 1; i < arguments.length; i++) { va
4
4
  function _defineProperty(obj, key, value) { key = _toPropertyKey(key); if (key in obj) { Object.defineProperty(obj, key, { value: value, enumerable: true, configurable: true, writable: true }); } else { obj[key] = value; } return obj; }
5
5
  function _toPropertyKey(arg) { var key = _toPrimitive(arg, "string"); return _typeof(key) === "symbol" ? key : String(key); }
6
6
  function _toPrimitive(input, hint) { if (_typeof(input) !== "object" || input === null) return input; var prim = input[Symbol.toPrimitive]; if (prim !== undefined) { var res = prim.call(input, hint || "default"); if (_typeof(res) !== "object") return res; throw new TypeError("@@toPrimitive must return a primitive value."); } return (hint === "string" ? String : Number)(input); }
7
- import { cx } from '@algolia/ui-components-shared';
7
+ import { cx } from 'instantsearch-ui-components';
8
8
  import { h, render } from 'preact';
9
9
  import CustomData from "../../components/QueryRuleCustomData/QueryRuleCustomData.js";
10
10
  import connectQueryRules from "../../connectors/query-rules/connectQueryRules.js";
@@ -10,7 +10,7 @@ function _unsupportedIterableToArray(o, minLen) { if (!o) return; if (typeof o =
10
10
  function _arrayLikeToArray(arr, len) { if (len == null || len > arr.length) len = arr.length; for (var i = 0, arr2 = new Array(len); i < len; i++) arr2[i] = arr[i]; return arr2; }
11
11
  function _iterableToArrayLimit(arr, i) { var _i = null == arr ? null : "undefined" != typeof Symbol && arr[Symbol.iterator] || arr["@@iterator"]; if (null != _i) { var _s, _e, _x, _r, _arr = [], _n = !0, _d = !1; try { if (_x = (_i = _i.call(arr)).next, 0 === i) { if (Object(_i) !== _i) return; _n = !1; } else for (; !(_n = (_s = _x.call(_i)).done) && (_arr.push(_s.value), _arr.length !== i); _n = !0); } catch (err) { _d = !0, _e = err; } finally { try { if (!_n && null != _i.return && (_r = _i.return(), Object(_r) !== _r)) return; } finally { if (_d) throw _e; } } return _arr; } }
12
12
  function _arrayWithHoles(arr) { if (Array.isArray(arr)) return arr; }
13
- import { cx } from '@algolia/ui-components-shared';
13
+ import { cx } from 'instantsearch-ui-components';
14
14
  import { h, render } from 'preact';
15
15
  import RangeInput from "../../components/RangeInput/RangeInput.js";
16
16
  import connectRange from "../../connectors/range/connectRange.js";
@@ -10,7 +10,7 @@ function _unsupportedIterableToArray(o, minLen) { if (!o) return; if (typeof o =
10
10
  function _arrayLikeToArray(arr, len) { if (len == null || len > arr.length) len = arr.length; for (var i = 0, arr2 = new Array(len); i < len; i++) arr2[i] = arr[i]; return arr2; }
11
11
  function _iterableToArrayLimit(arr, i) { var _i = null == arr ? null : "undefined" != typeof Symbol && arr[Symbol.iterator] || arr["@@iterator"]; if (null != _i) { var _s, _e, _x, _r, _arr = [], _n = !0, _d = !1; try { if (_x = (_i = _i.call(arr)).next, 0 === i) { if (Object(_i) !== _i) return; _n = !1; } else for (; !(_n = (_s = _x.call(_i)).done) && (_arr.push(_s.value), _arr.length !== i); _n = !0); } catch (err) { _d = !0, _e = err; } finally { try { if (!_n && null != _i.return && (_r = _i.return(), Object(_r) !== _r)) return; } finally { if (_d) throw _e; } } return _arr; } }
12
12
  function _arrayWithHoles(arr) { if (Array.isArray(arr)) return arr; }
13
- import { cx } from '@algolia/ui-components-shared';
13
+ import { cx } from 'instantsearch-ui-components';
14
14
  import { h, render } from 'preact';
15
15
  import Slider from "../../components/Slider/Slider.js";
16
16
  import connectRange from "../../connectors/range/connectRange.js";
@@ -1,4 +1,4 @@
1
- import { cx } from '@algolia/ui-components-shared';
1
+ import { cx } from 'instantsearch-ui-components';
2
2
  import { h } from 'preact';
3
3
  import { formatNumber } from "../../lib/formatNumber.js";
4
4
  function ItemWrapper(_ref) {
@@ -4,7 +4,7 @@ function _objectSpread(target) { for (var i = 1; i < arguments.length; i++) { va
4
4
  function _defineProperty(obj, key, value) { key = _toPropertyKey(key); if (key in obj) { Object.defineProperty(obj, key, { value: value, enumerable: true, configurable: true, writable: true }); } else { obj[key] = value; } return obj; }
5
5
  function _toPropertyKey(arg) { var key = _toPrimitive(arg, "string"); return _typeof(key) === "symbol" ? key : String(key); }
6
6
  function _toPrimitive(input, hint) { if (_typeof(input) !== "object" || input === null) return input; var prim = input[Symbol.toPrimitive]; if (prim !== undefined) { var res = prim.call(input, hint || "default"); if (_typeof(res) !== "object") return res; throw new TypeError("@@toPrimitive must return a primitive value."); } return (hint === "string" ? String : Number)(input); }
7
- import { cx } from '@algolia/ui-components-shared';
7
+ import { cx } from 'instantsearch-ui-components';
8
8
  import { h, render } from 'preact';
9
9
  import RefinementList from "../../components/RefinementList/RefinementList.js";
10
10
  import connectRatingMenu from "../../connectors/rating-menu/connectRatingMenu.js";
@@ -1,4 +1,4 @@
1
- import { cx } from '@algolia/ui-components-shared';
1
+ import { cx } from 'instantsearch-ui-components';
2
2
  import { h } from 'preact';
3
3
  import { formatNumber } from "../../lib/formatNumber.js";
4
4
  var defaultTemplates = {
@@ -4,7 +4,7 @@ function _objectSpread(target) { for (var i = 1; i < arguments.length; i++) { va
4
4
  function _defineProperty(obj, key, value) { key = _toPropertyKey(key); if (key in obj) { Object.defineProperty(obj, key, { value: value, enumerable: true, configurable: true, writable: true }); } else { obj[key] = value; } return obj; }
5
5
  function _toPropertyKey(arg) { var key = _toPrimitive(arg, "string"); return _typeof(key) === "symbol" ? key : String(key); }
6
6
  function _toPrimitive(input, hint) { if (_typeof(input) !== "object" || input === null) return input; var prim = input[Symbol.toPrimitive]; if (prim !== undefined) { var res = prim.call(input, hint || "default"); if (_typeof(res) !== "object") return res; throw new TypeError("@@toPrimitive must return a primitive value."); } return (hint === "string" ? String : Number)(input); }
7
- import { cx } from '@algolia/ui-components-shared';
7
+ import { cx } from 'instantsearch-ui-components';
8
8
  import { h, render } from 'preact';
9
9
  import RefinementList from "../../components/RefinementList/RefinementList.js";
10
10
  import connectRefinementList from "../../connectors/refinement-list/connectRefinementList.js";
@@ -4,7 +4,7 @@ function _objectSpread(target) { for (var i = 1; i < arguments.length; i++) { va
4
4
  function _defineProperty(obj, key, value) { key = _toPropertyKey(key); if (key in obj) { Object.defineProperty(obj, key, { value: value, enumerable: true, configurable: true, writable: true }); } else { obj[key] = value; } return obj; }
5
5
  function _toPropertyKey(arg) { var key = _toPrimitive(arg, "string"); return _typeof(key) === "symbol" ? key : String(key); }
6
6
  function _toPrimitive(input, hint) { if (_typeof(input) !== "object" || input === null) return input; var prim = input[Symbol.toPrimitive]; if (prim !== undefined) { var res = prim.call(input, hint || "default"); if (_typeof(res) !== "object") return res; throw new TypeError("@@toPrimitive must return a primitive value."); } return (hint === "string" ? String : Number)(input); }
7
- import { cx } from '@algolia/ui-components-shared';
7
+ import { cx } from 'instantsearch-ui-components';
8
8
  import { h, render } from 'preact';
9
9
  import RelevantSort from "../../components/RelevantSort/RelevantSort.js";
10
10
  import connectRelevantSort from "../../connectors/relevant-sort/connectRelevantSort.js";
@@ -4,7 +4,7 @@ function _objectSpread(target) { for (var i = 1; i < arguments.length; i++) { va
4
4
  function _defineProperty(obj, key, value) { key = _toPropertyKey(key); if (key in obj) { Object.defineProperty(obj, key, { value: value, enumerable: true, configurable: true, writable: true }); } else { obj[key] = value; } return obj; }
5
5
  function _toPropertyKey(arg) { var key = _toPrimitive(arg, "string"); return _typeof(key) === "symbol" ? key : String(key); }
6
6
  function _toPrimitive(input, hint) { if (_typeof(input) !== "object" || input === null) return input; var prim = input[Symbol.toPrimitive]; if (prim !== undefined) { var res = prim.call(input, hint || "default"); if (_typeof(res) !== "object") return res; throw new TypeError("@@toPrimitive must return a primitive value."); } return (hint === "string" ? String : Number)(input); }
7
- import { cx } from '@algolia/ui-components-shared';
7
+ import { cx } from 'instantsearch-ui-components';
8
8
  import { h, render } from 'preact';
9
9
  import SearchBox from "../../components/SearchBox/SearchBox.js";
10
10
  import connectSearchBox from "../../connectors/search-box/connectSearchBox.js";
@@ -4,7 +4,7 @@ function _objectSpread(target) { for (var i = 1; i < arguments.length; i++) { va
4
4
  function _defineProperty(obj, key, value) { key = _toPropertyKey(key); if (key in obj) { Object.defineProperty(obj, key, { value: value, enumerable: true, configurable: true, writable: true }); } else { obj[key] = value; } return obj; }
5
5
  function _toPropertyKey(arg) { var key = _toPrimitive(arg, "string"); return _typeof(key) === "symbol" ? key : String(key); }
6
6
  function _toPrimitive(input, hint) { if (_typeof(input) !== "object" || input === null) return input; var prim = input[Symbol.toPrimitive]; if (prim !== undefined) { var res = prim.call(input, hint || "default"); if (_typeof(res) !== "object") return res; throw new TypeError("@@toPrimitive must return a primitive value."); } return (hint === "string" ? String : Number)(input); }
7
- import { cx } from '@algolia/ui-components-shared';
7
+ import { cx } from 'instantsearch-ui-components';
8
8
  import { h, render } from 'preact';
9
9
  import Selector from "../../components/Selector/Selector.js";
10
10
  import connectSortBy from "../../connectors/sort-by/connectSortBy.js";
@@ -4,7 +4,7 @@ function _objectSpread(target) { for (var i = 1; i < arguments.length; i++) { va
4
4
  function _defineProperty(obj, key, value) { key = _toPropertyKey(key); if (key in obj) { Object.defineProperty(obj, key, { value: value, enumerable: true, configurable: true, writable: true }); } else { obj[key] = value; } return obj; }
5
5
  function _toPropertyKey(arg) { var key = _toPrimitive(arg, "string"); return _typeof(key) === "symbol" ? key : String(key); }
6
6
  function _toPrimitive(input, hint) { if (_typeof(input) !== "object" || input === null) return input; var prim = input[Symbol.toPrimitive]; if (prim !== undefined) { var res = prim.call(input, hint || "default"); if (_typeof(res) !== "object") return res; throw new TypeError("@@toPrimitive must return a primitive value."); } return (hint === "string" ? String : Number)(input); }
7
- import { cx } from '@algolia/ui-components-shared';
7
+ import { cx } from 'instantsearch-ui-components';
8
8
  import { h, render } from 'preact';
9
9
  import Stats from "../../components/Stats/Stats.js";
10
10
  import connectStats from "../../connectors/stats/connectStats.js";
@@ -4,7 +4,7 @@ function _objectSpread(target) { for (var i = 1; i < arguments.length; i++) { va
4
4
  function _defineProperty(obj, key, value) { key = _toPropertyKey(key); if (key in obj) { Object.defineProperty(obj, key, { value: value, enumerable: true, configurable: true, writable: true }); } else { obj[key] = value; } return obj; }
5
5
  function _toPropertyKey(arg) { var key = _toPrimitive(arg, "string"); return _typeof(key) === "symbol" ? key : String(key); }
6
6
  function _toPrimitive(input, hint) { if (_typeof(input) !== "object" || input === null) return input; var prim = input[Symbol.toPrimitive]; if (prim !== undefined) { var res = prim.call(input, hint || "default"); if (_typeof(res) !== "object") return res; throw new TypeError("@@toPrimitive must return a primitive value."); } return (hint === "string" ? String : Number)(input); }
7
- import { cx } from '@algolia/ui-components-shared';
7
+ import { cx } from 'instantsearch-ui-components';
8
8
  import { h, render } from 'preact';
9
9
  import ToggleRefinement from "../../components/ToggleRefinement/ToggleRefinement.js";
10
10
  import connectToggleRefinement from "../../connectors/toggle-refinement/connectToggleRefinement.js";
@@ -4,7 +4,7 @@ function _objectSpread(target) { for (var i = 1; i < arguments.length; i++) { va
4
4
  function _defineProperty(obj, key, value) { key = _toPropertyKey(key); if (key in obj) { Object.defineProperty(obj, key, { value: value, enumerable: true, configurable: true, writable: true }); } else { obj[key] = value; } return obj; }
5
5
  function _toPropertyKey(arg) { var key = _toPrimitive(arg, "string"); return _typeof(key) === "symbol" ? key : String(key); }
6
6
  function _toPrimitive(input, hint) { if (_typeof(input) !== "object" || input === null) return input; var prim = input[Symbol.toPrimitive]; if (prim !== undefined) { var res = prim.call(input, hint || "default"); if (_typeof(res) !== "object") return res; throw new TypeError("@@toPrimitive must return a primitive value."); } return (hint === "string" ? String : Number)(input); }
7
- import { cx } from '@algolia/ui-components-shared';
7
+ import { cx } from 'instantsearch-ui-components';
8
8
  import { h, render } from 'preact';
9
9
  import VoiceSearchComponent from "../../components/VoiceSearch/VoiceSearch.js";
10
10
  import connectVoiceSearch from "../../connectors/voice-search/connectVoiceSearch.js";
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "instantsearch.js",
3
- "version": "4.64.3",
3
+ "version": "4.65.0",
4
4
  "description": "InstantSearch.js is a JavaScript library for building performant and instant search experiences with Algolia.",
5
5
  "homepage": "https://www.algolia.com/doc/guides/building-search-ui/what-is-instantsearch/js/",
6
6
  "types": "es/index.d.ts",
@@ -27,8 +27,6 @@
27
27
  ],
28
28
  "dependencies": {
29
29
  "@algolia/events": "^4.0.1",
30
- "@algolia/ui-components-highlight-vdom": "^1.2.2",
31
- "@algolia/ui-components-shared": "^1.2.2",
32
30
  "@types/dom-speech-recognition": "^0.0.1",
33
31
  "@types/google.maps": "^3.45.3",
34
32
  "@types/hogan.js": "^3.0.0",
@@ -36,6 +34,7 @@
36
34
  "algoliasearch-helper": "3.16.2",
37
35
  "hogan.js": "^3.0.2",
38
36
  "htm": "^3.0.0",
37
+ "instantsearch-ui-components": "0.3.0",
39
38
  "preact": "^10.10.0",
40
39
  "qs": "^6.5.1 < 6.10",
41
40
  "search-insights": "^2.13.0"
@@ -55,9 +54,9 @@
55
54
  "version": "./scripts/version/update-version.js"
56
55
  },
57
56
  "devDependencies": {
58
- "@instantsearch/mocks": "1.37.0",
59
- "@instantsearch/tests": "1.37.0",
60
- "@instantsearch/testutils": "1.26.0",
57
+ "@instantsearch/mocks": "1.38.0",
58
+ "@instantsearch/tests": "1.38.0",
59
+ "@instantsearch/testutils": "1.27.0",
61
60
  "@storybook/html": "5.3.9",
62
61
  "@types/scriptjs": "0.0.2",
63
62
  "algoliasearch": "4.14.3",
@@ -65,5 +64,5 @@
65
64
  "scriptjs": "2.5.9",
66
65
  "webpack": "4.47.0"
67
66
  },
68
- "gitHead": "9afbaecd8ae25e3b3746be05f858a83b03843102"
67
+ "gitHead": "084aff3d29e15cea8125076c46fb753c83d4dcad"
69
68
  }