Upgrade vscrui to 0.2.2 to fix the Dropdown component

This commit is contained in:
System233 2025-02-18 00:46:03 +08:00
parent 2943d655cf
commit d69b91082b
2 changed files with 6 additions and 6 deletions

View file

@ -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": {

View file

@ -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",