From 3dc88949a3112fb258fadc8e58d618b52922f930 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jind=C5=99ich=20B=C3=A4r?= Date: Mon, 12 Aug 2024 13:03:28 +0200 Subject: [PATCH] chore: bump search modal version (#1146) Bumps the `@apify/docs-search-modal` version to include the changes from https://github.com/apify/docs-search-modal/pull/9 . Completely closes https://github.com/apify/apify-docs/issues/1109 --- apify-docs-theme/package.json | 2 +- package-lock.json | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/apify-docs-theme/package.json b/apify-docs-theme/package.json index 17ea49840..7126267c8 100644 --- a/apify-docs-theme/package.json +++ b/apify-docs-theme/package.json @@ -19,7 +19,7 @@ "access": "public" }, "dependencies": { - "@apify/docs-search-modal": "^1.0.25", + "@apify/docs-search-modal": "^1.0.26", "@docusaurus/theme-common": "^2.4.1", "@stackql/docusaurus-plugin-hubspot": "^1.1.0", "axios": "^1.4.0", diff --git a/package-lock.json b/package-lock.json index 9e7632784..d20aea54d 100644 --- a/package-lock.json +++ b/package-lock.json @@ -68,7 +68,7 @@ "version": "1.0.127", "license": "ISC", "dependencies": { - "@apify/docs-search-modal": "^1.0.25", + "@apify/docs-search-modal": "^1.0.26", "@docusaurus/theme-common": "^2.4.1", "@stackql/docusaurus-plugin-hubspot": "^1.1.0", "axios": "^1.4.0", @@ -556,9 +556,9 @@ } }, "node_modules/@apify/docs-search-modal": { - "version": "1.0.25", - "resolved": "https://registry.npmjs.org/@apify/docs-search-modal/-/docs-search-modal-1.0.25.tgz", - "integrity": "sha512-js0hX9sW06x4kvou22my3fpdHloHWJQnNmbojhbp8NVj9ofd7EFWfUWJrczU7GGVntnAeEqzrtiUSguRvKYGWw==", + "version": "1.0.26", + "resolved": "https://registry.npmjs.org/@apify/docs-search-modal/-/docs-search-modal-1.0.26.tgz", + "integrity": "sha512-/G37r+kIBuQALPfT2OA9ENV3Q1MCYwZ7T1Y5w7+J3cgs+ZtIJTT0CqsTC/N/CRKKVqDy1kQbkD46qLX32uDP3A==", "dependencies": { "@algolia/autocomplete-js": "^1.10.0", "@algolia/autocomplete-theme-classic": "^1.10.0",