-
Notifications
You must be signed in to change notification settings - Fork 530
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(refinement list): prevent error when value has a quote (#6526)
* fix(refinementlist): prevent error if value has a quote The quote ends the query selector, therefore throws an error [CR-7674] * chore: fix babel
- Loading branch information
Showing
4 changed files
with
106 additions
and
116 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -39,8 +39,8 @@ | |
"postinstall": "yarn install --force --cwd scripts/legacy/algoliasearch@5-dependency-container && yarn install --force --cwd scripts/legacy/algoliasearch-v4-dependency-container && cp -r scripts/legacy/algoliasearch@5-dependency-container/node_modules/* node_modules/ && cp -r scripts/legacy/algoliasearch-v4-dependency-container/node_modules/* node_modules/" | ||
}, | ||
"devDependencies": { | ||
"@algolia/client-search": "5.1.1", | ||
"@algolia/client-common": "5.1.1", | ||
"@algolia/client-search": "5.1.1", | ||
"@babel/cli": "7.15.4", | ||
"@babel/core": "7.15.5", | ||
"@babel/plugin-proposal-class-properties": "7.14.5", | ||
|
@@ -85,9 +85,9 @@ | |
"@wdio/selenium-standalone-service": "5.16.5", | ||
"@wdio/spec-reporter": "5.16.5", | ||
"@wdio/static-server-service": "5.16.5", | ||
"algoliasearch": "5.1.1", | ||
"algoliasearch-v3": "npm:[email protected]", | ||
"algoliasearch-v5": "npm:[email protected]", | ||
"algoliasearch": "5.1.1", | ||
"babel-eslint": "10.1.0", | ||
"babel-jest": "27.4.6", | ||
"babel-plugin-inline-replace-variables": "1.3.1", | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.