diff --git a/package-lock.json b/package-lock.json index 8a79deb..fc2e411 100644 --- a/package-lock.json +++ b/package-lock.json @@ -30,7 +30,7 @@ "eslint-plugin-react-hooks": "4.6.0", "eslint-plugin-simple-import-sort": "10.0.0", "eslint-plugin-storybook": "0.6.12", - "eslint-plugin-tailwindcss": "3.12.1", + "eslint-plugin-tailwindcss": "3.13.0", "read-pkg-up": "7.0.1" }, "devDependencies": { @@ -6153,9 +6153,9 @@ } }, "node_modules/eslint-plugin-tailwindcss": { - "version": "3.12.1", - "resolved": "https://registry.npmjs.org/eslint-plugin-tailwindcss/-/eslint-plugin-tailwindcss-3.12.1.tgz", - "integrity": "sha512-LyIRV0rx6prTpJZsSCXSNJ34Yry3Nj9OJwvzh1xTsiG6+UCnAPW1Bx41s7vZzUDKMlwFgpUN9Me+NK12T4DHYg==", + "version": "3.13.0", + "resolved": "https://registry.npmjs.org/eslint-plugin-tailwindcss/-/eslint-plugin-tailwindcss-3.13.0.tgz", + "integrity": "sha512-Fcep4KDRLWaK3KmkQbdyKHG0P4GdXFmXdDaweTIPcgOP60OOuWFbh1++dufRT28Q4zpKTKaHwTsXPJ4O/EjU2Q==", "dependencies": { "fast-glob": "^3.2.5", "postcss": "^8.4.4" @@ -22474,9 +22474,9 @@ } }, "eslint-plugin-tailwindcss": { - "version": "3.12.1", - "resolved": "https://registry.npmjs.org/eslint-plugin-tailwindcss/-/eslint-plugin-tailwindcss-3.12.1.tgz", - "integrity": "sha512-LyIRV0rx6prTpJZsSCXSNJ34Yry3Nj9OJwvzh1xTsiG6+UCnAPW1Bx41s7vZzUDKMlwFgpUN9Me+NK12T4DHYg==", + "version": "3.13.0", + "resolved": "https://registry.npmjs.org/eslint-plugin-tailwindcss/-/eslint-plugin-tailwindcss-3.13.0.tgz", + "integrity": "sha512-Fcep4KDRLWaK3KmkQbdyKHG0P4GdXFmXdDaweTIPcgOP60OOuWFbh1++dufRT28Q4zpKTKaHwTsXPJ4O/EjU2Q==", "requires": { "fast-glob": "^3.2.5", "postcss": "^8.4.4" diff --git a/package.json b/package.json index bb6899d..a6da345 100644 --- a/package.json +++ b/package.json @@ -69,7 +69,7 @@ "eslint-plugin-react-hooks": "4.6.0", "eslint-plugin-simple-import-sort": "10.0.0", "eslint-plugin-storybook": "0.6.12", - "eslint-plugin-tailwindcss": "3.12.1", + "eslint-plugin-tailwindcss": "3.13.0", "read-pkg-up": "7.0.1" }, "devDependencies": {