chore(deps): bump dependencies

Co-authored-by: 藍+85CD <50108258+kwaa@users.noreply.github.com>
This commit is contained in:
Neko Ayaka
2025-03-07 23:33:23 +08:00
co-authored by 藍+85CD
parent ffa195841d
commit 15f1ff6e23
23 changed files with 1140 additions and 1024 deletions
+2 -2
View File
@@ -19,9 +19,9 @@
},
"dependencies": {
"@discordjs/voice": "^0.18.0",
"@dotenvx/dotenvx": "^1.38.3",
"@dotenvx/dotenvx": "^1.38.4",
"@guiiai/logg": "^1.0.7",
"@huggingface/transformers": "^3.3.3",
"@huggingface/transformers": "^3.4.0",
"@proj-airi/server-sdk": "workspace:^",
"@proj-airi/server-shared": "workspace:^",
"@xsai-ext/providers-cloud": "catalog:",
+2 -2
View File
@@ -25,7 +25,7 @@
"mineflayer-pathfinder": "^2.4.5",
"mineflayer-pvp": "^1.3.2",
"mineflayer-tool": "^1.2.0",
"neuri": "^0.0.22",
"neuri": "^0.1.0",
"prismarine-block": "^1.21.0",
"prismarine-entity": "^2.5.0",
"prismarine-item": "^1.16.0",
@@ -38,7 +38,7 @@
"zod-to-json-schema": "^3.24.3"
},
"devDependencies": {
"@dotenvx/dotenvx": "^1.38.3",
"@dotenvx/dotenvx": "^1.38.4",
"dotenv": "^16.4.7"
}
}
+1 -1
View File
@@ -20,7 +20,7 @@
"db:push": "drizzle-kit push"
},
"dependencies": {
"@dotenvx/dotenvx": "^1.38.3",
"@dotenvx/dotenvx": "^1.38.4",
"@grammyjs/files": "^1.1.1",
"@guiiai/logg": "^1.0.7",
"@xsai-ext/providers-cloud": "catalog:",
+10 -10
View File
@@ -11,21 +11,21 @@
"postinstall": "playwright install chromium"
},
"dependencies": {
"@browserbasehq/stagehand": "^1.13.1",
"@guiiai/logg": "^1.0.0",
"@browserbasehq/stagehand": "^1.14.0",
"@guiiai/logg": "^1.0.7",
"@modelcontextprotocol/sdk": "^1.6.1",
"@proj-airi/server-sdk": "^0.1.0",
"@proj-airi/server-sdk": "^0.1.4",
"defu": "^6.1.4",
"dotenv": "^16.4.7",
"h3": "^1.11.0",
"listhen": "^1.6.0",
"ofetch": "^1.3.3",
"playwright": "^1.50.1",
"h3": "^1.15.1",
"listhen": "^1.9.0",
"ofetch": "^1.4.1",
"playwright": "^1.51.0",
"zod": "^3.24.2"
},
"devDependencies": {
"@types/node": "^18.16.3",
"tsx": "^4.19.0",
"typescript": "^5.0.4"
"@types/node": "^18.19.79",
"tsx": "^4.19.3",
"typescript": "^5.8.2"
}
}