Skip to content

Commit

Permalink
Merge 1469777 into 2a186e8
Browse files Browse the repository at this point in the history
  • Loading branch information
saahithjanapati committed Jun 21, 2023
2 parents 2a186e8 + 1469777 commit d454ece
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 15 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ Written in 100% TypeScript.
```shell
npm install @yext/search-headless-react
```

## Getting Started - `SearchHeadlessProvider`

Search Headless React includes an `<SearchHeadlessProvider />` component, which takes in a `SearchHeadless` instance and makes it available to the rest of your app. `SearchHeadless` instance is created using `provideHeadless(...)` with the appropriate credentials:
Expand Down
28 changes: 14 additions & 14 deletions THIRD-PARTY-NOTICES
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
The following NPM packages may be included in this product:

- @babel/runtime-corejs3@7.16.3
- @babel/runtime@7.16.3
- @babel/runtime-corejs3@7.22.5
- @babel/runtime@7.22.5

These packages each contain the following license and notice below:

Expand Down Expand Up @@ -32,7 +32,7 @@ WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

The following NPM package may be included in this product:

- @reduxjs/toolkit@1.8.1
- @reduxjs/toolkit@1.9.5

This package contains the following license and notice below:

Expand Down Expand Up @@ -150,11 +150,11 @@ OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.

The following NPM package may be included in this product:

- core-js-pure@3.19.3
- core-js-pure@3.31.0

This package contains the following license and notice below:

Copyright (c) 2014-2021 Denis Pushkarev
Copyright (c) 2014-2023 Denis Pushkarev

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
Expand All @@ -178,7 +178,7 @@ THE SOFTWARE.

The following NPM package may be included in this product:

- cross-fetch@3.1.5
- cross-fetch@3.1.6

This package contains the following license and notice below:

Expand Down Expand Up @@ -208,7 +208,7 @@ SOFTWARE.

The following NPM package may be included in this product:

- immer@9.0.14
- immer@9.0.21

This package contains the following license and notice below:

Expand Down Expand Up @@ -384,7 +384,7 @@ THE SOFTWARE.

The following NPM package may be included in this product:

- node-fetch@2.6.7
- node-fetch@2.6.11

This package contains the following license and notice below:

Expand Down Expand Up @@ -414,8 +414,8 @@ SOFTWARE.

The following NPM packages may be included in this product:

- react@18.1.0
- use-sync-external-store@1.1.0
- react@18.2.0
- use-sync-external-store@1.2.0

These packages each contain the following license and notice below:

Expand Down Expand Up @@ -445,7 +445,7 @@ SOFTWARE.

The following NPM package may be included in this product:

- redux-thunk@2.4.1
- redux-thunk@2.4.2

This package contains the following license and notice below:

Expand Down Expand Up @@ -475,7 +475,7 @@ SOFTWARE.

The following NPM package may be included in this product:

- redux@4.1.2
- redux@4.2.1

This package contains the following license and notice below:

Expand Down Expand Up @@ -505,7 +505,7 @@ SOFTWARE.

The following NPM package may be included in this product:

- regenerator-runtime@0.13.9
- regenerator-runtime@0.13.11

This package contains the following license and notice below:

Expand Down Expand Up @@ -535,7 +535,7 @@ SOFTWARE.

The following NPM package may be included in this product:

- reselect@4.1.5
- reselect@4.1.8

This package contains the following license and notice below:

Expand Down

0 comments on commit d454ece

Please sign in to comment.