Skip to content

Commit

Permalink
chore: update dependency @docsearch/js to v3.8.2
Browse files Browse the repository at this point in the history
  • Loading branch information
taiga-family-bot authored and splincode committed Dec 17, 2024
1 parent 2d7c63f commit ae6c1a5
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 18 deletions.
25 changes: 9 additions & 16 deletions package-lock.json

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

2 changes: 1 addition & 1 deletion projects/demo-playwright/utils/is-flaky-examples.ts
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ const FLAKY_EXAMPLES = new Map<
[DemoRoute.IconsCustomization, [{exampleIndex: 0}]], // TODO: investigate flaky test
[DemoRoute.LegendItem, [{exampleIndex: 0, browserName: 'webkit'}]], // Flaky in safari, need to investigate a problem
[DemoRoute.MultiSelect, [{exampleIndex: 3}]], // Imitating server response (timer(5000))
[DemoRoute.Navigation, [{exampleIndex: 1, browserName: 'webkit'}]],
[DemoRoute.Navigation, [{exampleIndex: 0, browserName: 'webkit'}]],
[
DemoRoute.RingChart,
[
Expand Down
2 changes: 1 addition & 1 deletion projects/demo/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"@angular/platform-server": "16.2.12",
"@angular/router": "16.2.12",
"@docsearch/css": "3.8.2",
"@docsearch/js": "3.8.1",
"@docsearch/js": "3.8.2",
"@ng-web-apis/universal": "4.11.1",
"@nguniversal/builders": "16.2.0",
"@nguniversal/express-engine": "16.2.0",
Expand Down

0 comments on commit ae6c1a5

Please sign in to comment.