Browse Source

fix(deps): update dependency tailwind-merge to v3 (#4834)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Matt Rubens <[email protected]>
renovate[bot] 6 months ago
parent
commit
d049634263
2 changed files with 3 additions and 8 deletions
  1. 2 7
      pnpm-lock.yaml
  2. 1 1
      webview-ui/package.json

+ 2 - 7
pnpm-lock.yaml

@@ -1028,8 +1028,8 @@ importers:
         specifier: ^6.1.13
         version: 6.1.18([email protected]([email protected]))([email protected])
       tailwind-merge:
-        specifier: ^2.6.0
-        version: 2.6.0
+        specifier: ^3.0.0
+        version: 3.3.0
       tailwindcss:
         specifier: ^4.0.0
         version: 4.1.6
@@ -8800,9 +8800,6 @@ packages:
   [email protected]:
     resolution: {integrity: sha512-QD9qKY3StfbZqWOPLp0++pOrAVb/HbUi5xCc8cUo4XjP19808oaMiDzn0leBY5mCespIBM0CIZePzZjgzR83kA==}
 
-  [email protected]:
-    resolution: {integrity: sha512-P+Vu1qXfzediirmHOC3xKGAYeZtPcV9g76X+xg2FD4tYgR71ewMA35Y3sCz3zhiN/dwefRpJX0yBcgwi1fXNQA==}
-
   [email protected]:
     resolution: {integrity: sha512-fyW/pEfcQSiigd5SNn0nApUOxx0zB/dm6UDU/rEwc2c3sX2smWUNbapHv+QRqLGVp9GWX3THIa7MUGPo+YkDzQ==}
 
@@ -18844,8 +18841,6 @@ snapshots:
 
   [email protected]: {}
 
-  [email protected]: {}
-
   [email protected]: {}
 
   [email protected]([email protected]):

+ 1 - 1
webview-ui/package.json

@@ -68,7 +68,7 @@
 		"shiki": "^3.2.1",
 		"source-map": "^0.7.4",
 		"styled-components": "^6.1.13",
-		"tailwind-merge": "^2.6.0",
+		"tailwind-merge": "^3.0.0",
 		"tailwindcss": "^4.0.0",
 		"tailwindcss-animate": "^1.0.7",
 		"unist-util-visit": "^5.0.0",