Skip to content

Commit 53aed63

Browse files
lock reactivesearch version
1 parent a9b85fe commit 53aed63

File tree

3 files changed

+4
-5
lines changed

3 files changed

+4
-5
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "reactivesearch-shopify-plugin",
3-
"version": "0.2.1",
3+
"version": "0.2.2",
44
"private": true,
55
"author": {
66
"name": "Divyanshu Maithani",
@@ -9,7 +9,7 @@
99
},
1010
"dependencies": {
1111
"@appbaseio/reactivemaps": "3.0.0",
12-
"@appbaseio/reactivesearch": "^3.42.1",
12+
"@appbaseio/reactivesearch": "3.42.1",
1313
"@emotion/core": "^10.0.35",
1414
"antd": "3.26.20",
1515
"babel-eslint": "^10.1.0",

src/components/Search.js

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@ import React, { Component } from 'react';
55
import {
66
ReactiveBase,
77
SelectedFilters,
8-
SearchBox,
98
componentTypes,
109
ReactiveComponent,
1110
} from '@appbaseio/reactivesearch';
@@ -374,7 +373,7 @@ class Search extends Component {
374373
);
375374

376375
return (
377-
<SearchBox
376+
<ReactiveComponent
378377
preferencesPath={`pageSettings.pages.${this.pageSettings.currentPage}.componentSettings.search`}
379378
dataField={[
380379
getDataFieldValue(

yarn.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@
7070
react-leaflet "^2.1.3"
7171
rheostat "^2.1.1"
7272

73-
"@appbaseio/reactivesearch@^3.42.1":
73+
"@appbaseio/[email protected]":
7474
version "3.42.1"
7575
resolved "https://registry.yarnpkg.com/@appbaseio/reactivesearch/-/reactivesearch-3.42.1.tgz#5f02dc967f5a6448b6f665eb0415e6a0f75d411e"
7676
integrity sha512-6oR6Y/c6XRIOI/T2EbKwEBUEFO3AydjrHybaD6Ehu+ob2SIkWz0DidI41oPno0C1ltF/DEIlSi1EpSPQ6lRxvw==

0 commit comments

Comments
 (0)