From cd285e8173bf315e0aee91f49c1c99366864a762 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 27 Feb 2026 17:50:47 +0000 Subject: [PATCH] build(deps-dev): bump eslint-plugin-better-tailwindcss Bumps [eslint-plugin-better-tailwindcss](https://github.com/schoero/eslint-plugin-better-tailwindcss) from 4.3.0 to 4.3.1. - [Release notes](https://github.com/schoero/eslint-plugin-better-tailwindcss/releases) - [Changelog](https://github.com/schoero/eslint-plugin-better-tailwindcss/blob/main/CHANGELOG.md) - [Commits](https://github.com/schoero/eslint-plugin-better-tailwindcss/compare/v4.3.0...v4.3.1) --- updated-dependencies: - dependency-name: eslint-plugin-better-tailwindcss dependency-version: 4.3.1 dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- 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 4e930ec..84a71f3 100644 --- a/package-lock.json +++ b/package-lock.json @@ -26,7 +26,7 @@ "@types/react": "^19.2.14", "@types/react-dom": "^19.2.3", "eslint": "^9.39.3", - "eslint-plugin-better-tailwindcss": "^4.3.0", + "eslint-plugin-better-tailwindcss": "^4.3.1", "eslint-plugin-react-hooks": "^7.0.1", "eslint-plugin-react-refresh": "^0.5.2", "husky": "^9.1.7", @@ -8220,13 +8220,13 @@ } }, "node_modules/eslint-plugin-better-tailwindcss": { - "version": "4.3.0", - "resolved": "https://registry.npmjs.org/eslint-plugin-better-tailwindcss/-/eslint-plugin-better-tailwindcss-4.3.0.tgz", - "integrity": "sha512-AYNFAeqExOS/yt1qn7kg1il0VZvAxGwBuW/6xAQtmKDRZXkdkWzwWCYF6Ou2/0tza42K8xh4q420DBq+QvXzjA==", + "version": "4.3.1", + "resolved": "https://registry.npmjs.org/eslint-plugin-better-tailwindcss/-/eslint-plugin-better-tailwindcss-4.3.1.tgz", + "integrity": "sha512-b6xM31GukKz0WlgMD0tQdY/rLjf/9mWIk8EcA45ngOKJPPQf1C482xZtBlT357jyunQE2mOk4NlPcL4i9Pr85A==", "dev": true, "license": "MIT", "dependencies": { - "@eslint/css-tree": "^3.6.8", + "@eslint/css-tree": "^3.6.9", "@valibot/to-json-schema": "^1.5.0", "enhanced-resolve": "^5.19.0", "jiti": "^2.6.1", diff --git a/package.json b/package.json index 69f2556..574e5c2 100644 --- a/package.json +++ b/package.json @@ -38,7 +38,7 @@ "@types/react": "^19.2.14", "@types/react-dom": "^19.2.3", "eslint": "^9.39.3", - "eslint-plugin-better-tailwindcss": "^4.3.0", + "eslint-plugin-better-tailwindcss": "^4.3.1", "eslint-plugin-react-hooks": "^7.0.1", "eslint-plugin-react-refresh": "^0.5.2", "husky": "^9.1.7",