From e7abcf5350987340223ce58dc035f2b186c65b59 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 31 Jan 2025 05:22:47 +0000 Subject: [PATCH] chore(deps): bump tailwind-merge from 2.5.4 to 3.0.1 in /frontend Bumps [tailwind-merge](https://github.com/dcastil/tailwind-merge) from 2.5.4 to 3.0.1. - [Release notes](https://github.com/dcastil/tailwind-merge/releases) - [Commits](https://github.com/dcastil/tailwind-merge/compare/v2.5.4...v3.0.1) --- updated-dependencies: - dependency-name: tailwind-merge dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- frontend/package-lock.json | 9 +++++---- frontend/package.json | 2 +- 2 files changed, 6 insertions(+), 5 deletions(-) diff --git a/frontend/package-lock.json b/frontend/package-lock.json index 9f8176b5..c341b58e 100644 --- a/frontend/package-lock.json +++ b/frontend/package-lock.json @@ -39,7 +39,7 @@ "react-syntax-highlighter": "^15.6.1", "remark-gfm": "^4.0.0", "sirv-cli": "^3.0.0", - "tailwind-merge": "^2.5.4", + "tailwind-merge": "^3.0.1", "vite": "^5.4.9", "web-vitals": "^3.5.2", "ws": "^8.18.0" @@ -23017,9 +23017,10 @@ } }, "node_modules/tailwind-merge": { - "version": "2.5.4", - "resolved": "https://registry.npmjs.org/tailwind-merge/-/tailwind-merge-2.5.4.tgz", - "integrity": "sha512-0q8cfZHMu9nuYP/b5Shb7Y7Sh1B7Nnl5GqNr1U+n2p6+mybvRtayrQ+0042Z5byvTA8ihjlP8Odo8/VnHbZu4Q==", + "version": "3.0.1", + "resolved": "https://registry.npmjs.org/tailwind-merge/-/tailwind-merge-3.0.1.tgz", + "integrity": "sha512-AvzE8FmSoXC7nC+oU5GlQJbip2UO7tmOhOfQyOmPhrStOGXHU08j8mZEHZ4BmCqY5dWTCo4ClWkNyRNx1wpT0g==", + "license": "MIT", "funding": { "type": "github", "url": "https://github.com/sponsors/dcastil" diff --git a/frontend/package.json b/frontend/package.json index 51ff6768..0f505736 100644 --- a/frontend/package.json +++ b/frontend/package.json @@ -38,7 +38,7 @@ "react-syntax-highlighter": "^15.6.1", "remark-gfm": "^4.0.0", "sirv-cli": "^3.0.0", - "tailwind-merge": "^2.5.4", + "tailwind-merge": "^3.0.1", "vite": "^5.4.9", "web-vitals": "^3.5.2", "ws": "^8.18.0"