From 1884657f77c925a561e4a0e9cacccdbe5ebff498 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 20 Aug 2024 10:51:10 +0200 Subject: [PATCH] chore(deps): update dependency tailwindcss to v3.4.10 (#10582) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- package-lock.json | 8 ++++---- package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package-lock.json b/package-lock.json index e2dcd80d3ae..63aeac2c48b 100644 --- a/package-lock.json +++ b/package-lock.json @@ -216,7 +216,7 @@ "shx": "^0.3.4", "storybook": "7.6.20", "styled-jsx": "^5.1.6", - "tailwindcss": "3.4.6", + "tailwindcss": "3.4.10", "tailwindcss-animate": "1.0.7", "ts-unused-exports": "^10.1.0", "tsx": "^4.11.2", @@ -36191,9 +36191,9 @@ } }, "node_modules/tailwindcss": { - "version": "3.4.6", - "resolved": "https://registry.npmjs.org/tailwindcss/-/tailwindcss-3.4.6.tgz", - "integrity": "sha512-1uRHzPB+Vzu57ocybfZ4jh5Q3SdlH7XW23J5sQoM9LhE9eIOlzxer/3XPSsycvih3rboRsvt0QCmzSrqyOYUIA==", + "version": "3.4.10", + "resolved": "https://registry.npmjs.org/tailwindcss/-/tailwindcss-3.4.10.tgz", + "integrity": "sha512-KWZkVPm7yJRhdu4SRSl9d4AK2wM3a50UsvgHZO7xY77NQr2V+fIrEuoDGQcbvswWvFGbS2f6e+jC/6WJm1Dl0w==", "dev": true, "license": "MIT", "dependencies": { diff --git a/package.json b/package.json index c828cbe73c4..64c87a8a12a 100644 --- a/package.json +++ b/package.json @@ -281,7 +281,7 @@ "shx": "^0.3.4", "storybook": "7.6.20", "styled-jsx": "^5.1.6", - "tailwindcss": "3.4.6", + "tailwindcss": "3.4.10", "tailwindcss-animate": "1.0.7", "ts-unused-exports": "^10.1.0", "tsx": "^4.11.2",