Skip to content

Commit

Permalink
Merge pull request #3441 from owid/update-algolia-deps
Browse files Browse the repository at this point in the history
chore(deps): Update Algolia InstantSearch to v7
  • Loading branch information
marcelgerber authored Apr 10, 2024
2 parents 154574f + d3491e2 commit d86cc0b
Show file tree
Hide file tree
Showing 3 changed files with 205 additions and 216 deletions.
14 changes: 7 additions & 7 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -47,9 +47,9 @@
"generateDbTypes": "npx @rmp135/sql-ts -c db/sql-ts/sql-ts-config.json"
},
"dependencies": {
"@algolia/autocomplete-js": "^1.10.0",
"@algolia/autocomplete-plugin-recent-searches": "^1.11.0",
"@algolia/autocomplete-theme-classic": "^1.11.0",
"@algolia/autocomplete-js": "^1.17.0",
"@algolia/autocomplete-plugin-recent-searches": "^1.17.0",
"@algolia/autocomplete-theme-classic": "^1.17.0",
"@aws-sdk/client-s3": "^3.352.0",
"@bugsnag/core": "^7.19.0",
"@bugsnag/js": "^7.20.0",
Expand Down Expand Up @@ -113,7 +113,7 @@
"@types/webfontloader": "^1.6.34",
"@types/workerpool": "^6.1.0",
"@wojtekmaj/enzyme-adapter-react-17": "^0.8.0",
"algoliasearch": "^4.19.1",
"algoliasearch": "^4.23.2",
"antd": "^4.23.1",
"archieml": "^0.5.0",
"bcrypt": "^5.1.0",
Expand Down Expand Up @@ -149,7 +149,7 @@
"html-to-text": "^8.2.0",
"indefinite": "^2.4.3",
"ini": "^4.1.2",
"instantsearch.js": "^4.56.9",
"instantsearch.js": "^4.66.1",
"js-base64": "^3.7.2",
"js-cookie": "^3.0.1",
"js-yaml": "^4.1.0",
Expand Down Expand Up @@ -189,7 +189,7 @@
"react-error-boundary": "^4.0.10",
"react-flip-toolkit": "^7.0.9",
"react-horizontal-scrolling-menu": "^4.0.3",
"react-instantsearch-hooks-web": "^6.47.2",
"react-instantsearch": "^7.7.1",
"react-intersection-observer": "^9.4.0",
"react-move": "^6.5.0",
"react-recaptcha": "^2.3.10",
Expand All @@ -202,7 +202,7 @@
"rxjs": "6",
"s-expression": "^3.1.1",
"safe-stable-stringify": "^2.4.1",
"search-insights": "^2.6.0",
"search-insights": "^2.13.0",
"sharp": "^0.32.5",
"shell-quote": "^1.7.3",
"shelljs": "^0.8.5",
Expand Down
2 changes: 1 addition & 1 deletion site/search/SearchPanel.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ import {
Snippet,
useInstantSearch,
PoweredBy,
} from "react-instantsearch-hooks-web"
} from "react-instantsearch"
import algoliasearch, { SearchClient } from "algoliasearch"
import {
ALGOLIA_ID,
Expand Down
Loading

0 comments on commit d86cc0b

Please sign in to comment.