This is an automated email from the ASF dual-hosted git repository. critas pushed a commit to branch wx_fix_search in repository https://gitbox.apache.org/repos/asf/iotdb-docs.git
commit 531a33e485f691a4b03046e6acad89f61ac42d7e Author: CritasWang <cri...@outlook.com> AuthorDate: Wed Nov 20 16:31:17 2024 +0800 update docsearch version for IME --- package.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/package.json b/package.json index 8d582258..445a7e5f 100644 --- a/package.json +++ b/package.json @@ -14,9 +14,9 @@ "lint": "eslint . --ext .vue,.js,.jsx,.cjs,.mjs,.ts,.tsx,.cts,.mts --fix" }, "devDependencies": { - "@docsearch/css": "3.6.1", - "@docsearch/js": "3.6.1", - "@docsearch/react": "3.6.1", + "@docsearch/css": "3.8.0", + "@docsearch/js": "3.8.0", + "@docsearch/react": "3.8.0", "@rushstack/eslint-patch": "1.6.0", "@vue/eslint-config-airbnb-with-typescript": "^7.0.1", "@vue/repl": "4.1.1",