diff --git a/apify-docs-theme/package.json b/apify-docs-theme/package.json index d70102d060..19e4ebb703 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.2.0", + "@apify/docs-search-modal": "^1.2.1", "@docusaurus/theme-common": "3.7.0", "@stackql/docusaurus-plugin-hubspot": "^1.1.0", "algoliasearch": "^5.19.0", diff --git a/package-lock.json b/package-lock.json index ebb37243a4..6dd7d32755 100644 --- a/package-lock.json +++ b/package-lock.json @@ -75,7 +75,7 @@ "version": "1.0.173", "license": "ISC", "dependencies": { - "@apify/docs-search-modal": "^1.2.0", + "@apify/docs-search-modal": "^1.2.1", "@docusaurus/theme-common": "3.7.0", "@stackql/docusaurus-plugin-hubspot": "^1.1.0", "algoliasearch": "^5.19.0", @@ -475,17 +475,19 @@ } }, "node_modules/@apify/docs-search-modal": { - "version": "1.2.0", - "resolved": "https://registry.npmjs.org/@apify/docs-search-modal/-/docs-search-modal-1.2.0.tgz", - "integrity": "sha512-tfDYM7ZOKJqKK6PJ3U5RU9REoMGmA+loPHAxuc7VSnLKmDV09mU2CJO/5j68awr8ZF5GQ8m/MlP1wNoTIdTb8Q==", + "version": "1.2.1", + "resolved": "https://registry.npmjs.org/@apify/docs-search-modal/-/docs-search-modal-1.2.1.tgz", + "integrity": "sha512-RicdrTCmKPHXCb4+HiyjcE0IDgoEDUNZax8sNR6d58lwkl05v3rBQk+DSHO6QAJVWK8fU9XoWW2r7wrJ8r2phg==", + "license": "ISC", "dependencies": { "@algolia/autocomplete-js": "^1.10.0", "@algolia/autocomplete-theme-classic": "^1.10.0", + "@apify/ui-library": "^0.65.1", "algoliasearch": "^4.19.1", "html-entities": "^2.4.0", "react-hotkeys-hook": "^4.4.1", "react-icons": "^4.10.1", - "react-syntax-highlighter": "^15.5.0" + "styled-components": "^5.3.3" }, "peerDependencies": { "react": "> 18.0.0", @@ -566,6 +568,12 @@ "@algolia/requester-common": "4.24.0" } }, + "node_modules/@apify/docs-search-modal/node_modules/@emotion/unitless": { + "version": "0.7.5", + "resolved": "https://registry.npmjs.org/@emotion/unitless/-/unitless-0.7.5.tgz", + "integrity": "sha512-OWORNpfjMsSSUBVrRBVGECkhWcULOAJz9ZW8uK9qgxD+87M7jHRcvh/A96XXNhXTLmKcoYSQtBEX7lHMO7YRwg==", + "license": "MIT" + }, "node_modules/@apify/docs-search-modal/node_modules/algoliasearch": { "version": "4.24.0", "resolved": "https://registry.npmjs.org/algoliasearch/-/algoliasearch-4.24.0.tgz", @@ -588,6 +596,57 @@ "@algolia/transporter": "4.24.0" } }, + "node_modules/@apify/docs-search-modal/node_modules/has-flag": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-3.0.0.tgz", + "integrity": "sha512-sKJf1+ceQBr4SMkvQnBDNDtf4TXpVhVGateu0t918bl30FnbE2m4vNLX+VWe/dpjlb+HugGYzW7uQXH98HPEYw==", + "license": "MIT", + "engines": { + "node": ">=4" + } + }, + "node_modules/@apify/docs-search-modal/node_modules/styled-components": { + "version": "5.3.11", + "resolved": "https://registry.npmjs.org/styled-components/-/styled-components-5.3.11.tgz", + "integrity": "sha512-uuzIIfnVkagcVHv9nE0VPlHPSCmXIUGKfJ42LNjxCCTDTL5sgnJ8Z7GZBq0EnLYGln77tPpEpExt2+qa+cZqSw==", + "license": "MIT", + "dependencies": { + "@babel/helper-module-imports": "^7.0.0", + "@babel/traverse": "^7.4.5", + "@emotion/is-prop-valid": "^1.1.0", + "@emotion/stylis": "^0.8.4", + "@emotion/unitless": "^0.7.4", + "babel-plugin-styled-components": ">= 1.12.0", + "css-to-react-native": "^3.0.0", + "hoist-non-react-statics": "^3.0.0", + "shallowequal": "^1.1.0", + "supports-color": "^5.5.0" + }, + "engines": { + "node": ">=10" + }, + "funding": { + "type": "opencollective", + "url": "https://opencollective.com/styled-components" + }, + "peerDependencies": { + "react": ">= 16.8.0", + "react-dom": ">= 16.8.0", + "react-is": ">= 16.8.0" + } + }, + "node_modules/@apify/docs-search-modal/node_modules/supports-color": { + "version": "5.5.0", + "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-5.5.0.tgz", + "integrity": "sha512-QjVjwdXIt408MIiAqCX4oUKsgU2EqAGzs2Ppkm4aQYbjm+ZEWEcW4SfFNTr4uMNZma0ey4f5lgLrkB0aX0QMow==", + "license": "MIT", + "dependencies": { + "has-flag": "^3.0.0" + }, + "engines": { + "node": ">=4" + } + }, "node_modules/@apify/docs-theme": { "resolved": "apify-docs-theme", "link": true @@ -4625,6 +4684,12 @@ "resolved": "https://registry.npmjs.org/@emotion/memoize/-/memoize-0.8.1.tgz", "integrity": "sha512-W2P2c/VRW1/1tLox0mVUalvnWXxavmv/Oum2aPsRcoDJuob75FC3Y8FbpfLwUegRcxINtGUMPq0tFCvYNTBXNA==" }, + "node_modules/@emotion/stylis": { + "version": "0.8.5", + "resolved": "https://registry.npmjs.org/@emotion/stylis/-/stylis-0.8.5.tgz", + "integrity": "sha512-h6KtPihKFn3T9fuIrwvXXUOwlx3rfUvfZIcP5a6rh8Y7zjE3O06hT5Ss4S/YI1AYhuZ1kjaE/5EaOOI2NqSylQ==", + "license": "MIT" + }, "node_modules/@emotion/unitless": { "version": "0.8.1", "resolved": "https://registry.npmjs.org/@emotion/unitless/-/unitless-0.8.1.tgz", @@ -8657,7 +8722,6 @@ "version": "2.1.4", "resolved": "https://registry.npmjs.org/babel-plugin-styled-components/-/babel-plugin-styled-components-2.1.4.tgz", "integrity": "sha512-Xgp9g+A/cG47sUyRwwYxGM4bR/jDRg5N6it/8+HxCnbT5XNKSKDT9xm4oag/osgqjC2It/vH0yXsomOG6k558g==", - "dev": true, "dependencies": { "@babel/helper-annotate-as-pure": "^7.22.5", "@babel/helper-module-imports": "^7.22.5",