Skip to content

Commit

Permalink
Revert "fix(docs): algolia search (QwikDev#6754)"
Browse files Browse the repository at this point in the history
This reverts commit d589fac.
  • Loading branch information
maiieul committed Aug 27, 2024
1 parent c2c7412 commit d87ec21
Show file tree
Hide file tree
Showing 3 changed files with 140 additions and 135 deletions.
5 changes: 5 additions & 0 deletions .changeset/two-ducks-accept.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'@builder.io/qwik': minor
---

The optimizer now is more strict about removing sideffects in client-side code. No module-scoped code will on the client, only QRL segments.
6 changes: 3 additions & 3 deletions packages/docs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@
"author": "Builder.io Team",
"bugs": "https://github.com/QwikDev/qwik",
"devDependencies": {
"@algolia/autocomplete-core": "1.7.4",
"@algolia/client-search": "4.14.3",
"@algolia/autocomplete-core": "1.17.4",
"@algolia/client-search": "4.24.0",
"@builder.io/partytown": "0.10.2",
"@builder.io/qwik": "workspace:^",
"@builder.io/qwik-city": "workspace:^",
Expand All @@ -28,7 +28,7 @@
"@types/react-dom": "18.3.0",
"@unpic/core": "0.0.42",
"@unpic/qwik": "0.0.38",
"algoliasearch": "4.16.0",
"algoliasearch": "4.24.0",
"autoprefixer": "10.4.19",
"fflate": "0.8.2",
"gray-matter": "4.0.3",
Expand Down
264 changes: 132 additions & 132 deletions pnpm-lock.yaml

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

0 comments on commit d87ec21

Please sign in to comment.