mirror of
https://github.com/RooVetGit/Roo-Code.git
synced 2026-09-06 08:18:39 +00:00
fix: update lockfile to resolve dependency mismatch
This commit is contained in:
parent
fdeb8fd819
commit
afae8559e0
1 changed files with 19 additions and 1 deletions
20
pnpm-lock.yaml
generated
20
pnpm-lock.yaml
generated
|
|
@ -955,6 +955,9 @@ importers:
|
|||
fzf:
|
||||
specifier: ^0.5.2
|
||||
version: 0.5.2
|
||||
hast-util-to-jsx-runtime:
|
||||
specifier: ^2.3.6
|
||||
version: 2.3.6
|
||||
i18next:
|
||||
specifier: ^25.0.0
|
||||
version: 25.2.1(typescript@5.8.3)
|
||||
|
|
@ -1030,6 +1033,9 @@ importers:
|
|||
source-map:
|
||||
specifier: ^0.7.4
|
||||
version: 0.7.4
|
||||
stacktrace-js:
|
||||
specifier: ^2.0.2
|
||||
version: 2.0.2
|
||||
styled-components:
|
||||
specifier: ^6.1.13
|
||||
version: 6.1.18(react-dom@18.3.1(react@18.3.1))(react@18.3.1)
|
||||
|
|
@ -1091,6 +1097,9 @@ importers:
|
|||
'@types/shell-quote':
|
||||
specifier: ^1.7.5
|
||||
version: 1.7.5
|
||||
'@types/stacktrace-js':
|
||||
specifier: ^2.0.3
|
||||
version: 2.0.3
|
||||
'@types/vscode-webview':
|
||||
specifier: ^1.57.5
|
||||
version: 1.57.5
|
||||
|
|
@ -3879,6 +3888,10 @@ packages:
|
|||
'@types/stack-utils@2.0.3':
|
||||
resolution: {integrity: sha512-9aEbYZ3TbYMznPdcdr3SmIrLXwC/AKZXQeCf9Pgao5CKb8CyHuEX5jzWPTkvregvhRJHcpRO6BFoGW9ycaOkYw==}
|
||||
|
||||
'@types/stacktrace-js@2.0.3':
|
||||
resolution: {integrity: sha512-B6JnMic4NAZ4mLWmRi4RvayCN2HZQvpcVF0MkoqubtuZx1AQB0/kRlrngGiocEPyO7R+TFocTEoLKQ0HzmEOPw==}
|
||||
deprecated: This is a stub types definition. stacktrace-js provides its own type definitions, so you do not need this installed.
|
||||
|
||||
'@types/string-similarity@4.0.2':
|
||||
resolution: {integrity: sha512-LkJQ/jsXtCVMK+sKYAmX/8zEq+/46f1PTQw7YtmQwb74jemS1SlNLmARM2Zml9DgdDTWKAtc5L13WorpHPDjDA==}
|
||||
|
||||
|
|
@ -13034,6 +13047,7 @@ snapshots:
|
|||
'@types/node@20.19.1':
|
||||
dependencies:
|
||||
undici-types: 6.21.0
|
||||
optional: true
|
||||
|
||||
'@types/node@22.15.29':
|
||||
dependencies:
|
||||
|
|
@ -13060,6 +13074,10 @@ snapshots:
|
|||
|
||||
'@types/stack-utils@2.0.3': {}
|
||||
|
||||
'@types/stacktrace-js@2.0.3':
|
||||
dependencies:
|
||||
stacktrace-js: 2.0.2
|
||||
|
||||
'@types/string-similarity@4.0.2': {}
|
||||
|
||||
'@types/stylis@4.2.5': {}
|
||||
|
|
@ -13083,7 +13101,7 @@ snapshots:
|
|||
|
||||
'@types/ws@8.18.1':
|
||||
dependencies:
|
||||
'@types/node': 20.17.57
|
||||
'@types/node': 20.19.1
|
||||
optional: true
|
||||
|
||||
'@types/yargs-parser@21.0.3': {}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue