From 343267b2d8b5900c20cfc7d70e68a2db0e874dbf Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 12 Oct 2025 21:05:51 +0000 Subject: [PATCH] Bump tailwind-merge from 2.0.0 to 3.3.1 Bumps [tailwind-merge](https://github.com/dcastil/tailwind-merge) from 2.0.0 to 3.3.1. - [Release notes](https://github.com/dcastil/tailwind-merge/releases) - [Commits](https://github.com/dcastil/tailwind-merge/compare/v2.0.0...v3.3.1) --- updated-dependencies: - dependency-name: tailwind-merge dependency-version: 3.3.1 dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- package-lock.json | 11 ++++------- package.json | 2 +- 2 files changed, 5 insertions(+), 8 deletions(-) diff --git a/package-lock.json b/package-lock.json index 4507e46..23196df 100644 --- a/package-lock.json +++ b/package-lock.json @@ -39,7 +39,7 @@ "prettier-plugin-astro": "^0.12.0", "reading-time": "^1.5.0", "slugify": "^1.6.6", - "tailwind-merge": "2.0.0", + "tailwind-merge": "3.3.1", "tailwindcss": "3.3.5", "tinacms": "^2.9.0", "typescript": "^5.2.2" @@ -25885,14 +25885,11 @@ "license": "MIT" }, "node_modules/tailwind-merge": { - "version": "2.0.0", - "resolved": "https://registry.npmjs.org/tailwind-merge/-/tailwind-merge-2.0.0.tgz", - "integrity": "sha512-WO8qghn9yhsldLSg80au+3/gY9E4hFxIvQ3qOmlpXnqpDKoMruKfi/56BbbMg6fHTQJ9QD3cc79PoWqlaQE4rw==", + "version": "3.3.1", + "resolved": "https://registry.npmjs.org/tailwind-merge/-/tailwind-merge-3.3.1.tgz", + "integrity": "sha512-gBXpgUm/3rp1lMZZrM/w7D8GKqshif0zAymAhbCyIt8KMe+0v9DQ7cdYLR4FHH/cKpdTXb+A/tKKU3eolfsI+g==", "dev": true, "license": "MIT", - "dependencies": { - "@babel/runtime": "^7.23.1" - }, "funding": { "type": "github", "url": "https://github.com/sponsors/dcastil" diff --git a/package.json b/package.json index 9ac69be..1aae08f 100644 --- a/package.json +++ b/package.json @@ -66,7 +66,7 @@ "prettier-plugin-astro": "^0.12.0", "reading-time": "^1.5.0", "slugify": "^1.6.6", - "tailwind-merge": "2.0.0", + "tailwind-merge": "3.3.1", "tailwindcss": "3.3.5", "tinacms": "^2.9.0", "typescript": "^5.2.2"