Skip to content

Commit

Permalink
chore(deps): update node deps
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot committed Nov 13, 2024
1 parent a585389 commit 31bd0f3
Show file tree
Hide file tree
Showing 4 changed files with 1,141 additions and 2,245 deletions.
20 changes: 10 additions & 10 deletions drivers/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -55,26 +55,26 @@
"vitest": "^1.6.0"
},
"dependencies": {
"@aws-sdk/client-bedrock": "3.635.0",
"@aws-sdk/client-bedrock-runtime": "3.635.0",
"@aws-sdk/client-s3": "3.635.0",
"@aws-sdk/credential-providers": "3.635.0",
"@aws-sdk/lib-storage": "3.635.0",
"@aws-sdk/client-bedrock": "3.687.0",
"@aws-sdk/client-bedrock-runtime": "3.687.0",
"@aws-sdk/client-s3": "3.689.0",
"@aws-sdk/credential-providers": "3.687.0",
"@aws-sdk/lib-storage": "3.689.0",
"@azure/identity": "^4.4.1",
"@azure/openai": "2.0.0-beta.2",
"@azure/openai": "2.0.0-beta.3",
"@google-cloud/vertexai": "^1.7.0",
"@huggingface/inference": "2.6.7",
"@huggingface/inference": "2.8.1",
"@llumiverse/core": "workspace:*",
"@smithy/types": "^3.4.2",
"api-fetch-client": "^0.13.0",
"eventsource": "^2.0.2",
"google-auth-library": "^9.14.0",
"groq-sdk": "^0.3.3",
"groq-sdk": "^0.8.0",
"json-schema": "^0.4.0",
"mnemonist": "^0.39.8",
"node-web-stream-adapters": "^0.1.0",
"node-web-stream-adapters": "^0.2.0",
"openai": "^4.61.1",
"replicate": "^0.33.0"
"replicate": "^0.34.0"
},
"ts_dual_module": {
"outDir": "lib"
Expand Down
2 changes: 1 addition & 1 deletion examples/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,5 +29,5 @@
"@llumiverse/drivers": "workspace:*",
"dotenv": "^16.4.5"
},
"packageManager": "pnpm@9.7.1"
"packageManager": "pnpm@9.12.3"
}
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,5 +13,5 @@
"typescript": "^5.6.2",
"vitest": "^2.1.1"
},
"packageManager": "pnpm@9.7.1"
"packageManager": "pnpm@9.12.3"
}
Loading

0 comments on commit 31bd0f3

Please sign in to comment.