diff --git a/package-lock.json b/package-lock.json index 5131d85cc..5de1c29d7 100644 --- a/package-lock.json +++ b/package-lock.json @@ -49,7 +49,7 @@ "jest": "^27.5.1", "jest-diff": "^27.5.1", "prettier": "^2.5.1", - "prettier-plugin-tailwindcss": "^0.1.7", + "prettier-plugin-tailwindcss": "^0.1.8", "rimraf": "^3.0.0", "source-map-js": "^1.0.2" }, @@ -5687,9 +5687,9 @@ } }, "node_modules/prettier-plugin-tailwindcss": { - "version": "0.1.7", - "resolved": "https://registry.npmjs.org/prettier-plugin-tailwindcss/-/prettier-plugin-tailwindcss-0.1.7.tgz", - "integrity": "sha512-tmBr45hCLuit2Cz9Pwow0/Jl1bGivYGsfcF29O+3sKcE++ybjz9dfie565S3ZsvAeV8uYer9SRMBWDsHPly2Lg==", + "version": "0.1.8", + "resolved": "https://registry.npmjs.org/prettier-plugin-tailwindcss/-/prettier-plugin-tailwindcss-0.1.8.tgz", + "integrity": "sha512-hwarSBCswAXa+kqYtaAkFr3Vop9o04WOyZs0qo3NyvW8L7f1rif61wRyq0+ArmVThOuRBcJF5hjGXYk86cwemg==", "dev": true, "engines": { "node": ">=12.17.0" @@ -10635,9 +10635,9 @@ } }, "prettier-plugin-tailwindcss": { - "version": "0.1.7", - "resolved": "https://registry.npmjs.org/prettier-plugin-tailwindcss/-/prettier-plugin-tailwindcss-0.1.7.tgz", - "integrity": "sha512-tmBr45hCLuit2Cz9Pwow0/Jl1bGivYGsfcF29O+3sKcE++ybjz9dfie565S3ZsvAeV8uYer9SRMBWDsHPly2Lg==", + "version": "0.1.8", + "resolved": "https://registry.npmjs.org/prettier-plugin-tailwindcss/-/prettier-plugin-tailwindcss-0.1.8.tgz", + "integrity": "sha512-hwarSBCswAXa+kqYtaAkFr3Vop9o04WOyZs0qo3NyvW8L7f1rif61wRyq0+ArmVThOuRBcJF5hjGXYk86cwemg==", "dev": true, "requires": {} }, diff --git a/package.json b/package.json index dd5dce9be..1ed2ab345 100644 --- a/package.json +++ b/package.json @@ -51,7 +51,7 @@ "jest": "^27.5.1", "jest-diff": "^27.5.1", "prettier": "^2.5.1", - "prettier-plugin-tailwindcss": "^0.1.7", + "prettier-plugin-tailwindcss": "^0.1.8", "rimraf": "^3.0.0", "source-map-js": "^1.0.2" },