mirror of
https://github.com/RooVetGit/Roo-Code.git
synced 2026-08-28 05:27:24 +00:00
fix(deps): update dependency @google/genai to v1 (#4354)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
parent
64dbcc8221
commit
cca80b23d7
2 changed files with 16 additions and 9 deletions
23
pnpm-lock.yaml
generated
23
pnpm-lock.yaml
generated
|
|
@ -583,8 +583,8 @@ importers:
|
|||
specifier: ^3.806.0
|
||||
version: 3.817.0
|
||||
'@google/genai':
|
||||
specifier: ^0.13.0
|
||||
version: 0.13.0
|
||||
specifier: ^1.0.0
|
||||
version: 1.3.0(@modelcontextprotocol/sdk@1.12.0)
|
||||
'@mistralai/mistralai':
|
||||
specifier: ^1.3.6
|
||||
version: 1.6.1(zod@3.24.4)
|
||||
|
|
@ -2142,9 +2142,11 @@ packages:
|
|||
'@floating-ui/utils@0.2.9':
|
||||
resolution: {integrity: sha512-MDWhGtE+eHw5JW7lq4qhc5yRLS11ERl1c7Z6Xd0a58DozHES6EnNNwUWbMiG4J9Cgj053Bhk8zvlhFYKVhULwg==}
|
||||
|
||||
'@google/genai@0.13.0':
|
||||
resolution: {integrity: sha512-eaEncWt875H7046T04mOpxpHJUM+jLIljEf+5QctRyOeChylE/nhpwm1bZWTRWoOu/t46R9r+PmgsJFhTpE7tQ==}
|
||||
engines: {node: '>=18.0.0'}
|
||||
'@google/genai@1.3.0':
|
||||
resolution: {integrity: sha512-rrMzAELX4P902FUpuWy/W3NcQ7L3q/qtCzfCmGVqIce8yWpptTF9hkKsw744tvZpwqhuzD0URibcJA95wd8QFA==}
|
||||
engines: {node: '>=20.0.0'}
|
||||
peerDependencies:
|
||||
'@modelcontextprotocol/sdk': ^1.11.0
|
||||
|
||||
'@hookform/resolvers@4.1.3':
|
||||
resolution: {integrity: sha512-Jsv6UOWYTrEFJ/01ZrnwVXs7KDvP8XIo115i++5PWvNkNvkrsTfGiLS6w+eJ57CYtUtDQalUWovCZDHFJ8u1VQ==}
|
||||
|
|
@ -12158,12 +12160,13 @@ snapshots:
|
|||
|
||||
'@floating-ui/utils@0.2.9': {}
|
||||
|
||||
'@google/genai@0.13.0':
|
||||
'@google/genai@1.3.0(@modelcontextprotocol/sdk@1.12.0)':
|
||||
dependencies:
|
||||
'@modelcontextprotocol/sdk': 1.12.0
|
||||
google-auth-library: 9.15.1
|
||||
ws: 8.18.2
|
||||
zod: 3.25.49
|
||||
zod-to-json-schema: 3.24.5(zod@3.25.49)
|
||||
zod: 3.25.51
|
||||
zod-to-json-schema: 3.24.5(zod@3.25.51)
|
||||
transitivePeerDependencies:
|
||||
- bufferutil
|
||||
- encoding
|
||||
|
|
@ -22402,6 +22405,10 @@ snapshots:
|
|||
dependencies:
|
||||
zod: 3.25.49
|
||||
|
||||
zod-to-json-schema@3.24.5(zod@3.25.51):
|
||||
dependencies:
|
||||
zod: 3.25.51
|
||||
|
||||
zod-to-ts@1.2.0(typescript@5.8.3)(zod@3.24.4):
|
||||
dependencies:
|
||||
typescript: 5.8.3
|
||||
|
|
|
|||
|
|
@ -358,7 +358,7 @@
|
|||
"@anthropic-ai/vertex-sdk": "^0.7.0",
|
||||
"@aws-sdk/client-bedrock-runtime": "^3.779.0",
|
||||
"@aws-sdk/credential-providers": "^3.806.0",
|
||||
"@google/genai": "^0.13.0",
|
||||
"@google/genai": "^1.0.0",
|
||||
"@mistralai/mistralai": "^1.3.6",
|
||||
"@modelcontextprotocol/sdk": "^1.9.0",
|
||||
"@roo-code/cloud": "workspace:^",
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue