This is an automated email from the ASF dual-hosted git repository.
tison pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/pulsar-site.git
The following commit(s) were added to refs/heads/main by this push:
new 07ca421a5ac Upgrade types depedencies
07ca421a5ac is described below
commit 07ca421a5aca6aaeee440a083ad5eb8cb345a9fb
Author: tison <[email protected]>
AuthorDate: Tue Nov 15 21:27:25 2022 +0800
Upgrade types depedencies
Signed-off-by: tison <[email protected]>
---
site2/website-next/package.json | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/site2/website-next/package.json b/site2/website-next/package.json
index d5650db76f7..5dd4fc39e3f 100644
--- a/site2/website-next/package.json
+++ b/site2/website-next/package.json
@@ -68,7 +68,8 @@
]
},
"devDependencies": {
- "@docusaurus/module-type-aliases": "^2.2.0",
+ "@docusaurus/module-type-aliases": "2.2.0",
+ "@docusaurus/types": "2.2.0",
"@tsconfig/docusaurus": "^1.0.6",
"@types/lodash": "^4.14.188",
"autoprefixer": "^10.4.0",