From 3581d7bca0a91c232a6f4798215b5206e93fd5f3 Mon Sep 17 00:00:00 2001 From: "depfu[bot]" <23717796+depfu[bot]@users.noreply.github.com> Date: Wed, 9 Mar 2022 11:10:49 +0000 Subject: [PATCH] Update prettier-plugin-tailwindcss to version 0.1.8 --- package-lock.json | 14 +++++++------- package.json | 2 +- 2 files changed, 8 insertions(+), 8 deletions(-) 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" },