From 7f6fbe99842041198d647824f038bd165ebae75f Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 27 Feb 2024 16:05:53 +0000 Subject: [PATCH] [deps] SM: Update eslint-plugin-tailwindcss to v3.14.3 --- package-lock.json | 10 +++++----- package.json | 2 +- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/package-lock.json b/package-lock.json index 5b33b19540b0..d44d3ac7de41 100644 --- a/package-lock.json +++ b/package-lock.json @@ -141,7 +141,7 @@ "eslint-plugin-rxjs": "5.0.3", "eslint-plugin-rxjs-angular": "2.0.1", "eslint-plugin-storybook": "0.8.0", - "eslint-plugin-tailwindcss": "3.13.1", + "eslint-plugin-tailwindcss": "3.14.3", "gulp": "4.0.2", "gulp-filter": "9.0.1", "gulp-if": "3.0.0", @@ -18636,9 +18636,9 @@ } }, "node_modules/eslint-plugin-tailwindcss": { - "version": "3.13.1", - "resolved": "https://registry.npmjs.org/eslint-plugin-tailwindcss/-/eslint-plugin-tailwindcss-3.13.1.tgz", - "integrity": "sha512-2Nlgr9doO6vFAG9w4iGU0sspWXuzypfng10HTF+dFS2NterhweWtgdRvf/f7aaoOUUxVZM8wMIXzazrZ7CxyeA==", + "version": "3.14.3", + "resolved": "https://registry.npmjs.org/eslint-plugin-tailwindcss/-/eslint-plugin-tailwindcss-3.14.3.tgz", + "integrity": "sha512-1MKT8CrVuqVJleHxb7ICHsF2QwO0G+VJ28athTtlcOkccp0qmwK7nCUa1C9paCZ+VVgQU4fonsjLz/wUxoMHJQ==", "dev": true, "dependencies": { "fast-glob": "^3.2.5", @@ -18648,7 +18648,7 @@ "node": ">=12.13.0" }, "peerDependencies": { - "tailwindcss": "^3.3.2" + "tailwindcss": "^3.4.0" } }, "node_modules/eslint-scope": { diff --git a/package.json b/package.json index 4ca7cbf83959..d792888ad1fc 100644 --- a/package.json +++ b/package.json @@ -102,7 +102,7 @@ "eslint-plugin-rxjs": "5.0.3", "eslint-plugin-rxjs-angular": "2.0.1", "eslint-plugin-storybook": "0.8.0", - "eslint-plugin-tailwindcss": "3.13.1", + "eslint-plugin-tailwindcss": "3.14.3", "gulp": "4.0.2", "gulp-filter": "9.0.1", "gulp-if": "3.0.0",