From 4c47d3b9217c8378f6506583f4be781c855752ab Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Fri, 10 Jan 2025 16:08:26 +0000 Subject: [PATCH] fix(deps): update dependency @easyops-cn/docusaurus-search-local to ^0.47.0 (#140) Reviewed-on: https://gitea.com/gitea/docs/pulls/140 Co-authored-by: Renovate Bot Co-committed-by: Renovate Bot --- package-lock.json | 23 +++++++---------------- package.json | 2 +- 2 files changed, 8 insertions(+), 17 deletions(-) diff --git a/package-lock.json b/package-lock.json index b2fc8979..dda90639 100644 --- a/package-lock.json +++ b/package-lock.json @@ -10,7 +10,7 @@ "dependencies": { "@docusaurus/core": "^3.4.0", "@docusaurus/preset-classic": "^3.4.0", - "@easyops-cn/docusaurus-search-local": "^0.46.0", + "@easyops-cn/docusaurus-search-local": "^0.47.0", "@emotion/react": "^11.11.3", "@emotion/styled": "^11.11.0", "@mdx-js/react": "^3.0.0", @@ -2776,9 +2776,9 @@ } }, "node_modules/@easyops-cn/docusaurus-search-local": { - "version": "0.46.1", - "resolved": "https://registry.npmjs.org/@easyops-cn/docusaurus-search-local/-/docusaurus-search-local-0.46.1.tgz", - "integrity": "sha512-kgenn5+pctVlJg8s1FOAm9KuZLRZvkBTMMGJvTTcvNTmnFIHVVYzYfA2Eg+yVefzsC8/cSZGKKJ0kLf8I+mQyw==", + "version": "0.47.0", + "resolved": "https://registry.npmjs.org/@easyops-cn/docusaurus-search-local/-/docusaurus-search-local-0.47.0.tgz", + "integrity": "sha512-nzOeVWR2T34Czdjby85VHP0a2AmfE/El56MoXDs3UDOOTCtba+2FVxYDcNMohoGFvfesX6fGsZ3vZuYT4aSqXw==", "license": "MIT", "dependencies": { "@docusaurus/plugin-content-docs": "^2 || ^3", @@ -2789,7 +2789,7 @@ "@easyops-cn/autocomplete.js": "^0.38.1", "@node-rs/jieba": "^1.6.0", "cheerio": "^1.0.0", - "clsx": "^1.1.1", + "clsx": "^2.1.1", "comlink": "^4.4.2", "debug": "^4.2.0", "fs-extra": "^10.0.0", @@ -2804,17 +2804,8 @@ }, "peerDependencies": { "@docusaurus/theme-common": "^2 || ^3", - "react": "^16.14.0 || ^17 || ^18", - "react-dom": "^16.14.0 || 17 || ^18" - } - }, - "node_modules/@easyops-cn/docusaurus-search-local/node_modules/clsx": { - "version": "1.2.1", - "resolved": "https://registry.npmjs.org/clsx/-/clsx-1.2.1.tgz", - "integrity": "sha512-EcR6r5a8bj6pu3ycsa/E/cKVGuTgZJZdsyUYHOksG/UHIiKfjxzRxYJpyVBwYaQeOvghal9fcc4PidlgzugAQg==", - "license": "MIT", - "engines": { - "node": ">=6" + "react": "^16.14.0 || ^17 || ^18 || ^19", + "react-dom": "^16.14.0 || 17 || ^18 || ^19" } }, "node_modules/@easyops-cn/docusaurus-search-local/node_modules/fs-extra": { diff --git a/package.json b/package.json index 52147bb6..97496efe 100644 --- a/package.json +++ b/package.json @@ -18,7 +18,7 @@ "dependencies": { "@docusaurus/core": "^3.4.0", "@docusaurus/preset-classic": "^3.4.0", - "@easyops-cn/docusaurus-search-local": "^0.46.0", + "@easyops-cn/docusaurus-search-local": "^0.47.0", "@emotion/react": "^11.11.3", "@emotion/styled": "^11.11.0", "@mdx-js/react": "^3.0.0",