From f34b2894c98f5dbae42856aa7590465d2d91e7c2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 3 Jul 2023 07:35:40 +0000 Subject: [PATCH] chore(deps): bump tailwind-merge from 1.12.0 to 1.13.2 in /frontend (#1766) Bumps [tailwind-merge](https://github.com/dcastil/tailwind-merge) from 1.12.0 to 1.13.2. - [Release notes](https://github.com/dcastil/tailwind-merge/releases) - [Commits](https://github.com/dcastil/tailwind-merge/compare/v1.12.0...v1.13.2) --- updated-dependencies: - dependency-name: tailwind-merge dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- frontend/package-lock.json | 14 +++++++------- frontend/package.json | 2 +- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/frontend/package-lock.json b/frontend/package-lock.json index 347949a550..bd827f5e8f 100644 --- a/frontend/package-lock.json +++ b/frontend/package-lock.json @@ -35,7 +35,7 @@ "svelte-dnd-action": "^0.9.22", "svelte-portal": "^2.2.0", "svelte-timezone-picker": "^2.0.3", - "tailwind-merge": "^1.12.0", + "tailwind-merge": "^1.13.2", "vscode-ws-jsonrpc": "3.0.0", "windmill-parser-wasm": "^1.120.0", "y-monaco": "^0.1.4", @@ -7409,9 +7409,9 @@ "peer": true }, "node_modules/tailwind-merge": { - "version": "1.12.0", - "resolved": "https://registry.npmjs.org/tailwind-merge/-/tailwind-merge-1.12.0.tgz", - "integrity": "sha512-Y17eDp7FtN1+JJ4OY0Bqv9OA41O+MS8c1Iyr3T6JFLnOgLg3EvcyMKZAnQ8AGyvB5Nxm3t9Xb5Mhe139m8QT/g==", + "version": "1.13.2", + "resolved": "https://registry.npmjs.org/tailwind-merge/-/tailwind-merge-1.13.2.tgz", + "integrity": "sha512-R2/nULkdg1VR/EL4RXg4dEohdoxNUJGLMnWIQnPKL+O9Twu7Cn3Rxi4dlXkDzZrEGtR+G+psSXFouWlpTyLhCQ==", "funding": { "type": "github", "url": "https://github.com/sponsors/dcastil" @@ -13425,9 +13425,9 @@ } }, "tailwind-merge": { - "version": "1.12.0", - "resolved": "https://registry.npmjs.org/tailwind-merge/-/tailwind-merge-1.12.0.tgz", - "integrity": "sha512-Y17eDp7FtN1+JJ4OY0Bqv9OA41O+MS8c1Iyr3T6JFLnOgLg3EvcyMKZAnQ8AGyvB5Nxm3t9Xb5Mhe139m8QT/g==" + "version": "1.13.2", + "resolved": "https://registry.npmjs.org/tailwind-merge/-/tailwind-merge-1.13.2.tgz", + "integrity": "sha512-R2/nULkdg1VR/EL4RXg4dEohdoxNUJGLMnWIQnPKL+O9Twu7Cn3Rxi4dlXkDzZrEGtR+G+psSXFouWlpTyLhCQ==" }, "tailwindcss": { "version": "3.3.2", diff --git a/frontend/package.json b/frontend/package.json index 2e68ad3f7b..7b8a957c2d 100644 --- a/frontend/package.json +++ b/frontend/package.json @@ -97,7 +97,7 @@ "svelte-dnd-action": "^0.9.22", "svelte-portal": "^2.2.0", "svelte-timezone-picker": "^2.0.3", - "tailwind-merge": "^1.12.0", + "tailwind-merge": "^1.13.2", "vscode-ws-jsonrpc": "3.0.0", "windmill-parser-wasm": "^1.120.0", "y-monaco": "^0.1.4",