From 057bdecaa4c42c13e3f4c0e6dffb975401c15880 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 6 Jun 2024 09:23:44 +0000 Subject: [PATCH] chore(deps-dev): bump tailwindcss from 3.4.3 to 3.4.4 Bumps [tailwindcss](https://github.com/tailwindlabs/tailwindcss) from 3.4.3 to 3.4.4. - [Release notes](https://github.com/tailwindlabs/tailwindcss/releases) - [Changelog](https://github.com/tailwindlabs/tailwindcss/blob/v3.4.4/CHANGELOG.md) - [Commits](https://github.com/tailwindlabs/tailwindcss/compare/v3.4.3...v3.4.4) --- updated-dependencies: - dependency-name: tailwindcss dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- packages/renderer/package.json | 2 +- packages/ui/package.json | 2 +- storybook/package.json | 2 +- website/package.json | 2 +- yarn.lock | 8 ++++---- 5 files changed, 8 insertions(+), 8 deletions(-) diff --git a/packages/renderer/package.json b/packages/renderer/package.json index 717f5518ad4..2596751206a 100644 --- a/packages/renderer/package.json +++ b/packages/renderer/package.json @@ -40,7 +40,7 @@ "svelte-fa": "^4.0.2", "svelte-preprocess": "^5.1.4", "svelte-steps": "2.4.1", - "tailwindcss": "^3.4.3", + "tailwindcss": "^3.4.4", "tslib": "^2.6.3", "typescript": "^5.4.5", "vite": "^5.2.12", diff --git a/packages/ui/package.json b/packages/ui/package.json index 991d85c1bae..e4f935de2a5 100644 --- a/packages/ui/package.json +++ b/packages/ui/package.json @@ -136,7 +136,7 @@ "svelte-check": "^3.8.0", "svelte-eslint-parser": "^0.36.0", "svelte-preprocess": "^5.1.4", - "tailwindcss": "^3.4.3", + "tailwindcss": "^3.4.4", "tslib": "^2.6.3", "typescript": "^5.4.5", "vite": "^5.2.12", diff --git a/storybook/package.json b/storybook/package.json index b44919dc4e7..a447b04a28c 100644 --- a/storybook/package.json +++ b/storybook/package.json @@ -44,7 +44,7 @@ "svelte": "4.2.17", "svelte-check": "^3.6.6", "svelte-preprocess": "^5.1.3", - "tailwindcss": "^3.4.1", + "tailwindcss": "^3.4.4", "typescript": "^5.3.3", "vite": "^5.2.11", "vitest": "^1.6.0" diff --git a/website/package.json b/website/package.json index ca1d40efb08..d3260cc2fb8 100644 --- a/website/package.json +++ b/website/package.json @@ -47,7 +47,7 @@ "markdownlint": "^0.34.0", "markdownlint-cli2": "^0.13.0", "postcss": "^8.4.38", - "tailwindcss": "^3.4.3", + "tailwindcss": "^3.4.4", "typedoc": "^0.25.13", "typedoc-plugin-markdown": "4.0.3", "typescript": "^5.4.5" diff --git a/yarn.lock b/yarn.lock index dc3d44109d3..6348371640f 100644 --- a/yarn.lock +++ b/yarn.lock @@ -18843,10 +18843,10 @@ symbol-tree@^3.2.4: resolved "https://registry.yarnpkg.com/symbol-tree/-/symbol-tree-3.2.4.tgz#430637d248ba77e078883951fb9aa0eed7c63fa2" integrity sha512-9QNk5KwDF+Bvz+PyObkmSYjI5ksVUYtjW7AU22r2NKcfLJcXp96hkDWU3+XndOsUb+AQ9QhfzfCT2O+CNWT5Tw== -tailwindcss@^3.4.1, tailwindcss@^3.4.3: - version "3.4.3" - resolved "https://registry.yarnpkg.com/tailwindcss/-/tailwindcss-3.4.3.tgz#be48f5283df77dfced705451319a5dffb8621519" - integrity sha512-U7sxQk/n397Bmx4JHbJx/iSOOv5G+II3f1kpLpY2QeUv5DcPdcTsYLlusZfq1NthHS1c1cZoyFmmkex1rzke0A== +tailwindcss@^3.4.4: + version "3.4.4" + resolved "https://registry.yarnpkg.com/tailwindcss/-/tailwindcss-3.4.4.tgz#351d932273e6abfa75ce7d226b5bf3a6cb257c05" + integrity sha512-ZoyXOdJjISB7/BcLTR6SEsLgKtDStYyYZVLsUtWChO4Ps20CBad7lfJKVDiejocV4ME1hLmyY0WJE3hSDcmQ2A== dependencies: "@alloc/quick-lru" "^5.2.0" arg "^5.0.2"