From db9f69a5085894b691439c8210e48f4c4ba7b4cd Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 6 Jun 2024 11:03:03 +0000 Subject: [PATCH] chore(deps): bump tailwind-merge from 2.2.1 to 2.3.0 Bumps [tailwind-merge](https://github.com/dcastil/tailwind-merge) from 2.2.1 to 2.3.0. - [Release notes](https://github.com/dcastil/tailwind-merge/releases) - [Commits](https://github.com/dcastil/tailwind-merge/compare/v2.2.1...v2.3.0) --- updated-dependencies: - dependency-name: tailwind-merge dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- docs/package.json | 2 +- package-lock.json | 25 +++++++++++++------------ 2 files changed, 14 insertions(+), 13 deletions(-) diff --git a/docs/package.json b/docs/package.json index ff202bf..213797c 100644 --- a/docs/package.json +++ b/docs/package.json @@ -20,7 +20,7 @@ "react": "^18", "react-dom": "^18", "react-type-animation": "^3.2.0", - "tailwind-merge": "^2.2.1" + "tailwind-merge": "^2.3.0" }, "devDependencies": { "@types/node": "^20", diff --git a/package-lock.json b/package-lock.json index 74c8338..74dd27a 100644 --- a/package-lock.json +++ b/package-lock.json @@ -24,7 +24,7 @@ "react": "^18", "react-dom": "^18", "react-type-animation": "^3.2.0", - "tailwind-merge": "^2.2.1" + "tailwind-merge": "^2.3.0" }, "devDependencies": { "@types/node": "^20", @@ -2915,17 +2915,6 @@ "url": "https://opencollective.com/unts" } }, - "docs/node_modules/tailwind-merge": { - "version": "2.2.1", - "license": "MIT", - "dependencies": { - "@babel/runtime": "^7.23.7" - }, - "funding": { - "type": "github", - "url": "https://github.com/sponsors/dcastil" - } - }, "docs/node_modules/tailwindcss": { "version": "3.3.6", "dev": true, @@ -11532,6 +11521,18 @@ "url": "https://github.com/sponsors/ljharb" } }, + "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==", + "dependencies": { + "@babel/runtime": "^7.24.1" + }, + "funding": { + "type": "github", + "url": "https://github.com/sponsors/dcastil" + } + }, "node_modules/tapable": { "version": "2.2.1", "resolved": "https://registry.npmjs.org/tapable/-/tapable-2.2.1.tgz",