From e85ea490003870c5a6c004bb2e6bd6d76769a2ce Mon Sep 17 00:00:00 2001
From: KylinDC <solder-hulls.06@icloud.com>
Date: Mon, 19 Feb 2024 18:31:09 +0000
Subject: [PATCH] feat(i18n): add Simplified Chinese (#896)
---
package.json | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/package.json b/package.json
index 3235b5f..f89bb2a 100644
--- a/package.json
+++ b/package.json
@@ -35,7 +35,7 @@
},
"dependencies": {
"@clack/prompts": "^0.7.0",
- "@floating-ui/dom": "^1.6.1",
+ "@floating-ui/dom": "^1.6.3",
"@napi-rs/simple-git": "0.1.16",
"async-mutex": "^0.4.1",
"chalk": "^5.3.0",
@@ -57,7 +57,7 @@
"mdast-util-to-hast": "^13.1.0",
"mdast-util-to-string": "^4.0.0",
"micromorph": "^0.4.5",
- "preact": "^10.19.3",
+ "preact": "^10.19.4",
"preact-render-to-string": "^6.3.1",
"pretty-bytes": "^6.1.1",
"pretty-time": "^1.1.0",
@@ -102,7 +102,7 @@
"@types/yargs": "^17.0.32",
"esbuild": "^0.19.9",
"prettier": "^3.2.4",
- "tsx": "^4.7.0",
+ "tsx": "^4.7.1",
"typescript": "^5.3.3"
}
}
--
Gitblit v1.10.0