From a847ec25f62fb4c4568370f6a89153447e960d38 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 21 Feb 2024 12:39:56 +0000 Subject: [PATCH] fix(deps): update dependency eslint-plugin-tailwindcss to v3.14.3 --- package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index 929a0380..84e13bb0 100644 --- a/package.json +++ b/package.json @@ -113,7 +113,7 @@ "eslint-plugin-simple-import-sort": "10.0.0", "eslint-plugin-sonarjs": "0.19.0", "eslint-plugin-storybook": "0.6.11", - "eslint-plugin-tailwindcss": "3.10.3", + "eslint-plugin-tailwindcss": "3.14.3", "eslint-plugin-testing-library": "5.10.2", "eslint-plugin-unicorn": "46.0.0", "lodash.merge": "4.6.2", diff --git a/yarn.lock b/yarn.lock index 510e62a4..0134e1fc 100644 --- a/yarn.lock +++ b/yarn.lock @@ -2847,10 +2847,10 @@ eslint-plugin-storybook@0.6.11: requireindex "^1.1.0" ts-dedent "^2.2.0" -eslint-plugin-tailwindcss@3.10.3: - version "3.10.3" - resolved "https://registry.yarnpkg.com/eslint-plugin-tailwindcss/-/eslint-plugin-tailwindcss-3.10.3.tgz#35aa1896d48e9a54d8e9dfd026d99fb394105b17" - integrity sha512-yDJDs0R6AHT1quc9cCB5mpg5s5hBH0yE5L57GYWfRQWidF3HVEVrRF+Hg/4metBJzKikTD9QPIFd6CZANarWOQ== +eslint-plugin-tailwindcss@3.14.3: + version "3.14.3" + resolved "https://registry.yarnpkg.com/eslint-plugin-tailwindcss/-/eslint-plugin-tailwindcss-3.14.3.tgz#7d845869da1485e7f74226ccbc2c05e278f2a48e" + integrity sha512-1MKT8CrVuqVJleHxb7ICHsF2QwO0G+VJ28athTtlcOkccp0qmwK7nCUa1C9paCZ+VVgQU4fonsjLz/wUxoMHJQ== dependencies: fast-glob "^3.2.5" postcss "^8.4.4"