Просмотр исходного кода

Upgrade vscrui to 0.2.2 to fix the Dropdown component

System233 10 месяцев назад
Родитель
Сommit
d69b91082b
2 измененных файлов с 6 добавлено и 6 удалено
  1. 5 5
      webview-ui/package-lock.json
  2. 1 1
      webview-ui/package.json

+ 5 - 5
webview-ui/package-lock.json

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

+ 1 - 1
webview-ui/package.json

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