From 959e2c6fef36ddbcfe8026501c134cad945c4ea5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 22 Jan 2024 22:43:40 +0000 Subject: [PATCH] Bump tailwind-merge from 2.2.0 to 2.2.1 Bumps [tailwind-merge](https://github.com/dcastil/tailwind-merge) from 2.2.0 to 2.2.1. - [Release notes](https://github.com/dcastil/tailwind-merge/releases) - [Commits](https://github.com/dcastil/tailwind-merge/compare/v2.2.0...v2.2.1) --- updated-dependencies: - dependency-name: tailwind-merge dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- package-lock.json | 10 +++++----- package.json | 2 +- yarn.lock | 12 ++++++------ 3 files changed, 12 insertions(+), 12 deletions(-) diff --git a/package-lock.json b/package-lock.json index 9a16cff..a975471 100644 --- a/package-lock.json +++ b/package-lock.json @@ -21,7 +21,7 @@ "react-tilt": "^1.0.2", "react-vertical-timeline-component": "^3.6.0", "sonner": "^1.3.1", - "tailwind-merge": "^2.2.0", + "tailwind-merge": "^2.2.1", "three": "^0.160.0" }, "devDependencies": { @@ -3209,11 +3209,11 @@ } }, "node_modules/tailwind-merge": { - "version": "2.2.0", - "resolved": "https://registry.npmjs.org/tailwind-merge/-/tailwind-merge-2.2.0.tgz", - "integrity": "sha512-SqqhhaL0T06SW59+JVNfAqKdqLs0497esifRrZ7jOaefP3o64fdFNDMrAQWZFMxTLJPiHVjRLUywT8uFz1xNWQ==", + "version": "2.2.1", + "resolved": "https://registry.npmjs.org/tailwind-merge/-/tailwind-merge-2.2.1.tgz", + "integrity": "sha512-o+2GTLkthfa5YUt4JxPfzMIpQzZ3adD1vLVkvKE1Twl9UAhGsEbIZhHHZVRttyW177S8PDJI3bTQNaebyofK3Q==", "dependencies": { - "@babel/runtime": "^7.23.5" + "@babel/runtime": "^7.23.7" }, "funding": { "type": "github", diff --git a/package.json b/package.json index e252f03..a9de98f 100644 --- a/package.json +++ b/package.json @@ -36,7 +36,7 @@ "react-tilt": "^1.0.2", "react-vertical-timeline-component": "^3.6.0", "sonner": "^1.3.1", - "tailwind-merge": "^2.2.0", + "tailwind-merge": "^2.2.1", "three": "^0.160.0" }, "devDependencies": { diff --git a/yarn.lock b/yarn.lock index fe2b882..f861687 100644 --- a/yarn.lock +++ b/yarn.lock @@ -179,7 +179,7 @@ dependencies: "@babel/helper-plugin-utils" "^7.22.5" -"@babel/runtime@^7.11.2", "@babel/runtime@^7.17.8", "@babel/runtime@^7.23.5": +"@babel/runtime@^7.11.2", "@babel/runtime@^7.17.8", "@babel/runtime@^7.23.7": version "7.23.8" resolved "https://registry.npmjs.org/@babel/runtime/-/runtime-7.23.8.tgz" integrity sha512-Y7KbAP984rn1VGMbGqKmBLio9V7y5Je9GvU4rQPCPinCyNfUcToxIXl06d59URp/F3LwinvODxab5N/G6qggkw== @@ -1728,12 +1728,12 @@ suspend-react@^0.1.3: resolved "https://registry.npmjs.org/suspend-react/-/suspend-react-0.1.3.tgz" integrity sha512-aqldKgX9aZqpoDp3e8/BZ8Dm7x1pJl+qI3ZKxDN0i/IQTWUwBx/ManmlVJ3wowqbno6c2bmiIfs+Um6LbsjJyQ== -tailwind-merge@^2.2.0: - version "2.2.0" - resolved "https://registry.npmjs.org/tailwind-merge/-/tailwind-merge-2.2.0.tgz" - integrity sha512-SqqhhaL0T06SW59+JVNfAqKdqLs0497esifRrZ7jOaefP3o64fdFNDMrAQWZFMxTLJPiHVjRLUywT8uFz1xNWQ== +tailwind-merge@^2.2.1: + version "2.2.1" + resolved "https://registry.yarnpkg.com/tailwind-merge/-/tailwind-merge-2.2.1.tgz#3f10f296a2dba1d88769de8244fafd95c3324aeb" + integrity sha512-o+2GTLkthfa5YUt4JxPfzMIpQzZ3adD1vLVkvKE1Twl9UAhGsEbIZhHHZVRttyW177S8PDJI3bTQNaebyofK3Q== dependencies: - "@babel/runtime" "^7.23.5" + "@babel/runtime" "^7.23.7" tailwindcss@^3.3.3: version "3.4.1"