From 576be442483bce1efdfb675ddec6fc1c3e12dc85 Mon Sep 17 00:00:00 2001 From: steve02081504 Date: Sat, 22 Jun 2024 10:37:28 +0800 Subject: [PATCH] update typedoc to `0.26.0` --- .github/workflows/static-page.yml | 1 + package.json | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/static-page.yml b/.github/workflows/static-page.yml index 8691d4e..43d88ac 100644 --- a/.github/workflows/static-page.yml +++ b/.github/workflows/static-page.yml @@ -10,6 +10,7 @@ on: - "dist/**" - "docs/**" - ".github/pages/**" + - "package.json" - "README.md" # 省略掉src目录,因为src目录下的文件会触发build,进而更新dist目录 diff --git a/package.json b/package.json index 867accd..e956c78 100644 --- a/package.json +++ b/package.json @@ -92,7 +92,7 @@ "rollup": "^4.18.0", "rollup-plugin-dts": "^6.1.1", "terser": "^5.31.1", - "typedoc": "^0.26.0-beta.4", + "typedoc": "^0.26.0", "typedoc-plugin-missing-exports": "^2.3.0", "uglify-js": "^3.18.0" },