413.diff (2631B)
1 diff --git a/package-lock.json b/package-lock.json 2 index 9f8e6a0..f00334e 100644 3 --- a/package-lock.json 4 +++ b/package-lock.json 5 @@ -37,7 +37,7 @@ 6 "@vitest/ui": "^0.27.3", 7 "autoprefixer": "^10.4.13", 8 "eslint": "^8.32.0", 9 - "eslint-plugin-tailwindcss": "^3.8.0", 10 + "eslint-plugin-tailwindcss": "^3.10.3", 11 "eslint-plugin-unicorn": "^45.0.2", 12 "jsdom": "^21.1.0", 13 "postcss": "^8.4.21", 14 @@ -2905,17 +2905,19 @@ 15 } 16 }, 17 "node_modules/eslint-plugin-tailwindcss": { 18 - "version": "3.8.0", 19 - "resolved": "https://registry.npmjs.org/eslint-plugin-tailwindcss/-/eslint-plugin-tailwindcss-3.8.0.tgz", 20 - "integrity": "sha512-Lsyncgp/eXZriAEUK9zfGHOH+9iQplygHiOuGY8SFFHKIeT0BYjyST/ownHF8UPa1TEh+jJPkdE2vlV3778C3w==", 21 + "version": "3.10.3", 22 + "resolved": "https://registry.npmjs.org/eslint-plugin-tailwindcss/-/eslint-plugin-tailwindcss-3.10.3.tgz", 23 + "integrity": "sha512-yDJDs0R6AHT1quc9cCB5mpg5s5hBH0yE5L57GYWfRQWidF3HVEVrRF+Hg/4metBJzKikTD9QPIFd6CZANarWOQ==", 24 "dev": true, 25 "dependencies": { 26 "fast-glob": "^3.2.5", 27 - "postcss": "^8.4.4", 28 - "tailwindcss": "^3.2.2" 29 + "postcss": "^8.4.4" 30 }, 31 "engines": { 32 "node": ">=12.13.0" 33 + }, 34 + "peerDependencies": { 35 + "tailwindcss": "^3.2.2" 36 } 37 }, 38 "node_modules/eslint-plugin-unicorn": { 39 @@ -9081,14 +9083,13 @@ 40 } 41 }, 42 "eslint-plugin-tailwindcss": { 43 - "version": "3.8.0", 44 - "resolved": "https://registry.npmjs.org/eslint-plugin-tailwindcss/-/eslint-plugin-tailwindcss-3.8.0.tgz", 45 - "integrity": "sha512-Lsyncgp/eXZriAEUK9zfGHOH+9iQplygHiOuGY8SFFHKIeT0BYjyST/ownHF8UPa1TEh+jJPkdE2vlV3778C3w==", 46 + "version": "3.10.3", 47 + "resolved": "https://registry.npmjs.org/eslint-plugin-tailwindcss/-/eslint-plugin-tailwindcss-3.10.3.tgz", 48 + "integrity": "sha512-yDJDs0R6AHT1quc9cCB5mpg5s5hBH0yE5L57GYWfRQWidF3HVEVrRF+Hg/4metBJzKikTD9QPIFd6CZANarWOQ==", 49 "dev": true, 50 "requires": { 51 "fast-glob": "^3.2.5", 52 - "postcss": "^8.4.4", 53 - "tailwindcss": "^3.2.2" 54 + "postcss": "^8.4.4" 55 } 56 }, 57 "eslint-plugin-unicorn": { 58 diff --git a/package.json b/package.json 59 index da65691..c4f320b 100644 60 --- a/package.json 61 +++ b/package.json 62 @@ -42,7 +42,7 @@ 63 "@vitest/ui": "^0.27.3", 64 "autoprefixer": "^10.4.13", 65 "eslint": "^8.32.0", 66 - "eslint-plugin-tailwindcss": "^3.8.0", 67 + "eslint-plugin-tailwindcss": "^3.10.3", 68 "eslint-plugin-unicorn": "^45.0.2", 69 "jsdom": "^21.1.0", 70 "postcss": "^8.4.21",