chore(patch): 更新固件信息获取依赖版本

This commit is contained in:
Del Wang
2025-08-15 12:43:06 +08:00
parent affd94d1cf
commit 43e6739726
4 changed files with 38 additions and 51 deletions
+3 -3
View File
@@ -11,11 +11,11 @@
"build": "sh src/build.sh"
},
"dependencies": {
"@mi-gpt/miot": "^1.0.0"
"@mi-gpt/miot": "^1.2.1"
},
"devDependencies": {
"@mi-gpt/config": "1.0.0",
"@types/node": "^22.13.11",
"@mi-gpt/config": "1.1.0",
"@types/node": "^24.2.1",
"tsx": "^4.19.3",
"typescript": "^5.8.2"
}