feat: 添加 systeminformation 依赖以支持系统信息获取

- 添加 systeminformation 依赖并更新其版本至 5.30.5,同时配置其运行时环境和二进制文件路径。
- 添加 systeminformation 依赖以获取系统信息
- 添加 systeminformation 依赖项以支持系统信息获取功能。
This commit is contained in:
2026-01-23 15:54:30 +08:00
parent 104b04064d
commit 0cab61af91
3 changed files with 10 additions and 0 deletions

View File

@@ -73,6 +73,9 @@
"packages/utils": {
"name": "@furtherverse/utils",
"version": "1.0.0",
"dependencies": {
"systeminformation": "catalog:",
},
"devDependencies": {
"@furtherverse/tsconfig": "workspace:*",
"typescript": "catalog:",
@@ -112,6 +115,7 @@
"postgres": "^3.4.8",
"react": "^19.2.3",
"react-dom": "^19.2.3",
"systeminformation": "^5.30.5",
"tailwindcss": "^4.1.18",
"turbo": "^2.7.5",
"typescript": "^5.9.3",
@@ -917,6 +921,8 @@
"srvx": ["srvx@0.10.1", "", { "bin": { "srvx": "bin/srvx.mjs" } }, "sha512-A//xtfak4eESMWWydSRFUVvCTQbSwivnGCEf8YGPe2eHU0+Z6znfUTCPF0a7oV3sObSOcrXHlL6Bs9vVctfXdg=="],
"systeminformation": ["systeminformation@5.30.5", "", { "os": "!aix", "bin": { "systeminformation": "lib/cli.js" } }, "sha512-DpWmpCckhwR3hG+6udb6/aQB7PpiqVnvSljrjbKxNSvTRsGsg7NVE3/vouoYf96xgwMxXFKcS4Ux+cnkFwYM7A=="],
"tagged-tag": ["tagged-tag@1.0.0", "", {}, "sha512-yEFYrVhod+hdNyx7g5Bnkkb0G6si8HJurOoOEgC8B/O0uXLHlaey/65KRv6cuWBNhBgHKAROVpc7QyYqE5gFng=="],
"tailwindcss": ["tailwindcss@4.1.18", "", {}, "sha512-4+Z+0yiYyEtUVCScyfHCxOYP06L5Ne+JiHhY2IjR2KWMIWhJOYZKLSGZaP5HkZ8+bY0cxfzwDE5uOmzFXyIwxw=="],

View File

@@ -56,6 +56,7 @@
"turbo": "^2.7.5",
"typescript": "^5.9.3",
"uuid": "^13.0.0",
"systeminformation": "^5.30.5",
"vite": "^8.0.0-beta.9",
"vite-tsconfig-paths": "^6.0.4",
"zod": "^4.3.6"

View File

@@ -6,6 +6,9 @@
"imports": {
"#*": "./src/*"
},
"dependencies": {
"systeminformation": "catalog:"
},
"devDependencies": {
"@furtherverse/tsconfig": "workspace:*",
"typescript": "catalog:"