chore: fix CI p2

This commit is contained in:
Ralph Khreish
2025-09-11 18:44:40 -07:00
parent 4ab0affba7
commit dd03374496
4 changed files with 3 additions and 2 deletions

2
.nvmrc
View File

@@ -1 +1 @@
22 22

View File

@@ -5,7 +5,6 @@
"description": "Task Master documentation powered by Mintlify", "description": "Task Master documentation powered by Mintlify",
"scripts": { "scripts": {
"dev": "mintlify dev", "dev": "mintlify dev",
"build": "mintlify build",
"preview": "mintlify preview" "preview": "mintlify preview"
}, },
"devDependencies": { "devDependencies": {

1
package-lock.json generated
View File

@@ -29,6 +29,7 @@
"@inquirer/search": "^3.0.15", "@inquirer/search": "^3.0.15",
"@openrouter/ai-sdk-provider": "^0.4.5", "@openrouter/ai-sdk-provider": "^0.4.5",
"@streamparser/json": "^0.0.22", "@streamparser/json": "^0.0.22",
"@tm/cli": "*",
"ai": "^4.3.10", "ai": "^4.3.10",
"ajv": "^8.17.1", "ajv": "^8.17.1",
"ajv-formats": "^3.0.1", "ajv-formats": "^3.0.1",

View File

@@ -62,6 +62,7 @@
"license": "MIT WITH Commons-Clause", "license": "MIT WITH Commons-Clause",
"dependencies": { "dependencies": {
"@ai-sdk/amazon-bedrock": "^2.2.9", "@ai-sdk/amazon-bedrock": "^2.2.9",
"@tm/cli": "*",
"@ai-sdk/anthropic": "^1.2.10", "@ai-sdk/anthropic": "^1.2.10",
"@ai-sdk/azure": "^1.3.17", "@ai-sdk/azure": "^1.3.17",
"@ai-sdk/google": "^1.2.13", "@ai-sdk/google": "^1.2.13",