Skip to content

Commit ff4ae3b

Browse files
committed
bump instantsearch, use lite algoliasearch client
1 parent 07698ee commit ff4ae3b

File tree

3 files changed

+8
-8
lines changed

3 files changed

+8
-8
lines changed

package-lock.json

Lines changed: 5 additions & 5 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -52,8 +52,8 @@
5252
"github-slugger": "^2.0.0",
5353
"hastscript": "^9.0.0",
5454
"he": "^1.2.0",
55-
"instantsearch.css": "^8.5.0",
56-
"instantsearch.js": "^4.74.0",
55+
"instantsearch.css": "^8.5.1",
56+
"instantsearch.js": "^4.75.1",
5757
"lz-string": "^1.5.0",
5858
"marked": "^14.1.3",
5959
"mermaid": "^11.3.0",

src/pages/search.astro

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ import "instantsearch.css/themes/satellite.css";
3030
panel,
3131
} from "instantsearch.js/es/widgets";
3232

33-
import { algoliasearch } from "algoliasearch";
33+
import { liteClient as algoliasearch } from "algoliasearch/lite";
3434

3535
// Functions needed for dropdowns, pulled from https://www.algolia.com/doc/guides/building-search-ui/ui-and-ux-patterns/facet-dropdown/js/
3636

0 commit comments

Comments
 (0)