From 575671c7e4523f3900f7ca6d8b18b2766448eab9 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 7 Jul 2024 18:58:57 +0000 Subject: [PATCH] chore(deps): update dependency tailwind-merge to v2.4.0 --- package-lock.json | 30 +++++------------------------- package.json | 2 +- 2 files changed, 6 insertions(+), 26 deletions(-) diff --git a/package-lock.json b/package-lock.json index 5825e25..382288d 100644 --- a/package-lock.json +++ b/package-lock.json @@ -33,7 +33,7 @@ "prettier-plugin-astro": "0.14.0", "prettier-plugin-tailwindcss": "0.6.5", "simple-git-hooks": "2.11.1", - "tailwind-merge": "2.3.0", + "tailwind-merge": "2.4.0", "tailwindcss": "3.4.4", "typescript": "5.5.3" } @@ -550,18 +550,6 @@ "@babel/core": "^7.0.0-0" } }, - "node_modules/@babel/runtime": { - "version": "7.24.7", - "resolved": "https://registry.npmjs.org/@babel/runtime/-/runtime-7.24.7.tgz", - "integrity": "sha512-UwgBRMjJP+xv857DCngvqXI3Iq6J4v0wXmwc6sapg+zyhbwmQX67LUEFrkK5tbyJ30jGuG3ZvWpBiB9LCy1kWw==", - "dev": true, - "dependencies": { - "regenerator-runtime": "^0.14.0" - }, - "engines": { - "node": ">=6.9.0" - } - }, "node_modules/@babel/template": { "version": "7.24.7", "resolved": "https://registry.npmjs.org/@babel/template/-/template-7.24.7.tgz", @@ -9070,12 +9058,6 @@ "url": "https://github.com/sponsors/ljharb" } }, - "node_modules/regenerator-runtime": { - "version": "0.14.1", - "resolved": "https://registry.npmjs.org/regenerator-runtime/-/regenerator-runtime-0.14.1.tgz", - "integrity": "sha512-dYnhHh0nJoMfnkZs6GmmhFknAGRrLznOu5nc9ML+EJxGvrx6H7teuevqVqCuPcPK//3eDrrjQhehXVx9cnkGdw==", - "dev": true - }, "node_modules/regexp.prototype.flags": { "version": "1.5.2", "resolved": "https://registry.npmjs.org/regexp.prototype.flags/-/regexp.prototype.flags-1.5.2.tgz", @@ -10176,13 +10158,11 @@ } }, "node_modules/tailwind-merge": { - "version": "2.3.0", - "resolved": "https://registry.npmjs.org/tailwind-merge/-/tailwind-merge-2.3.0.tgz", - "integrity": "sha512-vkYrLpIP+lgR0tQCG6AP7zZXCTLc1Lnv/CCRT3BqJ9CZ3ui2++GPaGb1x/ILsINIMSYqqvrpqjUFsMNLlW99EA==", + "version": "2.4.0", + "resolved": "https://registry.npmjs.org/tailwind-merge/-/tailwind-merge-2.4.0.tgz", + "integrity": "sha512-49AwoOQNKdqKPd9CViyH5wJoSKsCDjUlzL8DxuGp3P1FsGY36NJDAa18jLZcaHAUUuTj+JB8IAo8zWgBNvBF7A==", "dev": true, - "dependencies": { - "@babel/runtime": "^7.24.1" - }, + "license": "MIT", "funding": { "type": "github", "url": "https://github.com/sponsors/dcastil" diff --git a/package.json b/package.json index 2f7b623..7612064 100644 --- a/package.json +++ b/package.json @@ -42,7 +42,7 @@ "prettier-plugin-astro": "0.14.0", "prettier-plugin-tailwindcss": "0.6.5", "simple-git-hooks": "2.11.1", - "tailwind-merge": "2.3.0", + "tailwind-merge": "2.4.0", "tailwindcss": "3.4.4", "typescript": "5.5.3" },