From 8d39223850fb044908a497070d7e924b8b8715a5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 1 Jun 2024 16:41:59 +0000 Subject: [PATCH] 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:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- package-lock.json | 16 ++++++++-------- package.json | 2 +- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/package-lock.json b/package-lock.json index df90088..b69c62c 100644 --- a/package-lock.json +++ b/package-lock.json @@ -49,7 +49,7 @@ "svelte-awesome-color-picker": "^3.0.4", "svelte-check": "^3.6.4", "svelte-dnd-action": "^0.9.38", - "tailwind-merge": "^2.2.1", + "tailwind-merge": "^2.3.0", "tailwind-plugin-realtime-colors": "^1.2.0", "tailwindcss": "^3.4.1", "tslib": "^2.6.2", @@ -121,9 +121,9 @@ } }, "node_modules/@babel/runtime": { - "version": "7.23.9", - "resolved": "https://registry.npmjs.org/@babel/runtime/-/runtime-7.23.9.tgz", - "integrity": "sha512-0CX6F+BI2s9dkUqr08KFrAIZgNFj75rdBU/DjCyYLIaV/quFjkk6T+EJ2LkZHyZTbEV4L5p97mNkUsHl2wLFAw==", + "version": "7.24.6", + "resolved": "https://registry.npmjs.org/@babel/runtime/-/runtime-7.24.6.tgz", + "integrity": "sha512-Ja18XcETdEl5mzzACGd+DKgaGJzPTCow7EglgwTmHdwokzDFYh/MHua6lU6DV/hjF2IaOJ4oX2nqnjG7RElKOw==", "dev": true, "dependencies": { "regenerator-runtime": "^0.14.0" @@ -5912,12 +5912,12 @@ } }, "node_modules/tailwind-merge": { - "version": "2.2.1", - "resolved": "https://registry.npmjs.org/tailwind-merge/-/tailwind-merge-2.2.1.tgz", - "integrity": "sha512-o+2GTLkthfa5YUt4JxPfzMIpQzZ3adD1vLVkvKE1Twl9UAhGsEbIZhHHZVRttyW177S8PDJI3bTQNaebyofK3Q==", + "version": "2.3.0", + "resolved": "https://registry.npmjs.org/tailwind-merge/-/tailwind-merge-2.3.0.tgz", + "integrity": "sha512-vkYrLpIP+lgR0tQCG6AP7zZXCTLc1Lnv/CCRT3BqJ9CZ3ui2++GPaGb1x/ILsINIMSYqqvrpqjUFsMNLlW99EA==", "dev": true, "dependencies": { - "@babel/runtime": "^7.23.7" + "@babel/runtime": "^7.24.1" }, "funding": { "type": "github", diff --git a/package.json b/package.json index 5c02192..135ed02 100644 --- a/package.json +++ b/package.json @@ -33,7 +33,7 @@ "svelte-awesome-color-picker": "^3.0.4", "svelte-check": "^3.6.4", "svelte-dnd-action": "^0.9.38", - "tailwind-merge": "^2.2.1", + "tailwind-merge": "^2.3.0", "tailwind-plugin-realtime-colors": "^1.2.0", "tailwindcss": "^3.4.1", "tslib": "^2.6.2",