From ee28564fabb0b81f6a5569967f49390d6a1a2170 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 23 May 2024 14:34:01 +0000 Subject: [PATCH] fix(deps): update dependency eslint-plugin-tailwindcss to v3.17.0 --- package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index 929a0380..e8a90ba3 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.17.0", "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..cefa1fcc 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.17.0: + version "3.17.0" + resolved "https://registry.yarnpkg.com/eslint-plugin-tailwindcss/-/eslint-plugin-tailwindcss-3.17.0.tgz#d2c77a727067fc797c9f67d5df66608b79cd4732" + integrity sha512-Ofl7tNh57a3W8BKHstKZSkD2gSCEkw54ycwZ958IK9zUR8TiNYdp8b0WGoLWLeyOAbeF1VPVJFBnlkJeIM2kVg== dependencies: fast-glob "^3.2.5" postcss "^8.4.4"