mirror of
https://github.com/RooVetGit/Roo-Code.git
synced 2026-09-07 08:26:51 +00:00
Upgrade vscrui to 0.2.2 to fix the Dropdown component
This commit is contained in:
parent
2943d655cf
commit
d69b91082b
2 changed files with 6 additions and 6 deletions
10
webview-ui/package-lock.json
generated
10
webview-ui/package-lock.json
generated
|
|
@ -34,7 +34,7 @@
|
|||
"tailwind-merge": "^2.6.0",
|
||||
"tailwindcss": "^4.0.0",
|
||||
"tailwindcss-animate": "^1.0.7",
|
||||
"vscrui": "^0.2.0"
|
||||
"vscrui": "^0.2.2"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@storybook/addon-essentials": "^8.5.2",
|
||||
|
|
@ -16511,9 +16511,9 @@
|
|||
}
|
||||
},
|
||||
"node_modules/vscrui": {
|
||||
"version": "0.2.0",
|
||||
"resolved": "https://registry.npmjs.org/vscrui/-/vscrui-0.2.0.tgz",
|
||||
"integrity": "sha512-fvxZM/uIYOMN3fUbE2In+R1VrNj8PKcfAdh+Us2bJaPGuG9ySkR6xkV2aJVqXxWDX77U3v/UQGc5e7URrB52Gw==",
|
||||
"version": "0.2.2",
|
||||
"resolved": "https://registry.npmjs.org/vscrui/-/vscrui-0.2.2.tgz",
|
||||
"integrity": "sha512-buw2OipqUl7GCBq1mxcAjUwoUsslGzVhdaxDPmEx27xzc3QAJJZHtT30QbakgZVJ1Jb3E6kcsguUIFEGxrgkyQ==",
|
||||
"license": "MIT",
|
||||
"funding": {
|
||||
"type": "github",
|
||||
|
|
@ -16521,7 +16521,7 @@
|
|||
},
|
||||
"peerDependencies": {
|
||||
"@types/react": "*",
|
||||
"react": "^17 || ^18"
|
||||
"react": "^17 || ^18 || ^19"
|
||||
}
|
||||
},
|
||||
"node_modules/w3c-hr-time": {
|
||||
|
|
|
|||
|
|
@ -41,7 +41,7 @@
|
|||
"tailwind-merge": "^2.6.0",
|
||||
"tailwindcss": "^4.0.0",
|
||||
"tailwindcss-animate": "^1.0.7",
|
||||
"vscrui": "^0.2.0"
|
||||
"vscrui": "^0.2.2"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@storybook/addon-essentials": "^8.5.2",
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue