Skip to content

Commit

Permalink
update search-headless-react dependencies version to 2.5.0-beta.3 (#443)
Browse files Browse the repository at this point in the history
New version has `queryDurationMillis` as an optional field of VerticalResults

J=CLIP-1226
TEST=auto,manual

ran `npm run test`
temporarily added GDA to ProductsPage in test site and verified that the appropriate gda content shows up after a vertical search.
  • Loading branch information
anguyen-yext2 authored Jun 24, 2024
1 parent 9779374 commit ae5fac2
Show file tree
Hide file tree
Showing 3 changed files with 32 additions and 32 deletions.
6 changes: 3 additions & 3 deletions THIRD-PARTY-NOTICES
Original file line number Diff line number Diff line change
Expand Up @@ -1138,7 +1138,7 @@ OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.

The following NPM package may be included in this product:

- @yext/search-core@2.6.0-beta
- @yext/search-core@2.6.0-beta.2

This package contains the following license and notice below:

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

The following NPM package may be included in this product:

- @yext/search-headless-react@2.5.0-beta.2
- @yext/search-headless-react@2.5.0-beta.3

This package contains the following license and notice below:

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

The following NPM package may be included in this product:

- @yext/search-headless@2.6.0-beta.2
- @yext/search-headless@2.6.0-beta.3

This package contains the following license and notice below:

Expand Down
52 changes: 26 additions & 26 deletions package-lock.json

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

6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@yext/search-ui-react",
"version": "1.7.0-beta.2",
"version": "1.7.0-beta.3",
"description": "A library of React Components for powering Yext Search integrations",
"author": "slapshot@yext.com",
"license": "BSD-3-Clause",
Expand Down Expand Up @@ -85,7 +85,7 @@
"@typescript-eslint/eslint-plugin": "^5.16.0",
"@typescript-eslint/parser": "^5.16.0",
"@yext/eslint-config-slapshot": "^0.5.0",
"@yext/search-headless-react": "^2.5.0-beta.2",
"@yext/search-headless-react": "^2.5.0-beta.3",
"axe-core": "^4.8.2",
"axe-playwright": "^1.2.3",
"babel-jest": "^29.7.0",
Expand All @@ -108,7 +108,7 @@
"util": "^0.12.5"
},
"peerDependencies": {
"@yext/search-headless-react": "^2.5.0-beta.2",
"@yext/search-headless-react": "^2.5.0-beta.3",
"react": "^16.14 || ^17 || ^18",
"react-dom": "^16.14 || ^17 || ^18"
},
Expand Down

0 comments on commit ae5fac2

Please sign in to comment.