Skip to content

Commit

Permalink
Merge ea571cf into 7a139fb
Browse files Browse the repository at this point in the history
  • Loading branch information
tmeyer2115 committed Oct 18, 2022
2 parents 7a139fb + ea571cf commit 8517260
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@yext/search-ui-react",
"version": "1.0.0",
"version": "1.0.1",
"description": "A library of React Components for powering Yext Search integrations",
"author": "slapshot@yext.com",
"license": "BSD-3-Clause",
Expand Down Expand Up @@ -83,7 +83,6 @@
"eslint-plugin-react-perf": "^3.3.1",
"generate-license-file": "^1.3.0",
"jest": "^27.5.1",
"lodash": "^4.17.21",
"msw": "^0.36.8",
"react": "^17.0.2",
"react-dom": "^17.0.2",
Expand Down Expand Up @@ -133,6 +132,7 @@
"restoreMocks": true
},
"dependencies": {
"lodash": "^4.17.21",
"@microsoft/api-documenter": "^7.15.3",
"@microsoft/api-extractor": "^7.19.4",
"@restart/hooks": "^0.4.5",
Expand Down
2 changes: 1 addition & 1 deletion src/utils/filterutils.tsx
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import { NearFilterValue, FieldValueFilter, NumberRangeValue, Matcher, SearchActions, DisplayableFacet, SelectableStaticFilter } from '@yext/search-headless-react';
import isEqual from 'lodash/isEqual';
import { isEqual } from 'lodash';
import { isNumberRangeFilter } from '../models/NumberRangeFilter';
import { SelectableFieldValueFilter } from '../models/SelectableFieldValueFilter';

Expand Down

0 comments on commit 8517260

Please sign in to comment.