diff --git a/package-lock.json b/package-lock.json index c905294..9ff9930 100644 --- a/package-lock.json +++ b/package-lock.json @@ -25,7 +25,7 @@ "react-dom": "18.3.1", "react-hook-form": "^7.53.1", "react-markdown": "^9.0.1", - "tailwind-merge": "^2.5.4", + "tailwind-merge": "^3.5.0", "tailwindcss-animate": "^1.0.7", "zod": "^3.23.8", "zustand": "^5.0.1" @@ -8470,9 +8470,9 @@ } }, "node_modules/tailwind-merge": { - "version": "2.6.1", - "resolved": "https://registry.npmjs.org/tailwind-merge/-/tailwind-merge-2.6.1.tgz", - "integrity": "sha512-Oo6tHdpZsGpkKG88HJ8RR1rg/RdnEkQEfMoEk2x1XRI3F1AxeU+ijRXpiVUF4UbLfcxxRGw6TbUINKYdWVsQTQ==", + "version": "3.5.0", + "resolved": "https://registry.npmjs.org/tailwind-merge/-/tailwind-merge-3.5.0.tgz", + "integrity": "sha512-I8K9wewnVDkL1NTGoqWmVEIlUcB9gFriAEkXkfCjX5ib8ezGxtR3xD7iZIxrfArjEsH7F1CHD4RFUtxefdqV/A==", "license": "MIT", "funding": { "type": "github", diff --git a/package.json b/package.json index 22d167b..928de39 100644 --- a/package.json +++ b/package.json @@ -29,7 +29,7 @@ "react-dom": "18.3.1", "react-hook-form": "^7.53.1", "react-markdown": "^9.0.1", - "tailwind-merge": "^2.5.4", + "tailwind-merge": "^3.5.0", "tailwindcss-animate": "^1.0.7", "zod": "^3.23.8", "zustand": "^5.0.1"