From 6355a5f621f41e8891d9803675e0135104a540c4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 1 Aug 2025 18:42:40 +0000 Subject: [PATCH] fix(deps): bump eslint-plugin-tailwindcss Bumps [eslint-plugin-tailwindcss](https://github.com/francoismassart/eslint-plugin-tailwindcss) from 3.17.5 to 3.18.2. - [Release notes](https://github.com/francoismassart/eslint-plugin-tailwindcss/releases) - [Commits](https://github.com/francoismassart/eslint-plugin-tailwindcss/compare/v3.17.5...v3.18.2) --- updated-dependencies: - dependency-name: eslint-plugin-tailwindcss dependency-version: 3.18.2 dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- templates/ords-remix-jwt-sample/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/ords-remix-jwt-sample/package.json b/templates/ords-remix-jwt-sample/package.json index 7fa36c7..87fd6d9 100644 --- a/templates/ords-remix-jwt-sample/package.json +++ b/templates/ords-remix-jwt-sample/package.json @@ -76,7 +76,7 @@ "eslint-plugin-jsx-a11y": "6.10.2", "eslint-plugin-react": "7.34.3", "eslint-plugin-react-hooks": "4.6.2", - "eslint-plugin-tailwindcss": "3.17.5", + "eslint-plugin-tailwindcss": "3.18.2", "eslint-plugin-tsdoc": "0.4.0", "postcss": "8.4.47", "tailwindcss": "3.4.3",