From 2bf5a5ffb88de4dd1bcc4e787101a56d40348caf Mon Sep 17 00:00:00 2001 From: "depfu[bot]" <23717796+depfu[bot]@users.noreply.github.com> Date: Tue, 26 Apr 2022 19:40:33 +0000 Subject: [PATCH] Update prettier-plugin-tailwindcss to version 0.1.10 --- 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 04086cc79..311d0486e 100644 --- a/package-lock.json +++ b/package-lock.json @@ -49,7 +49,7 @@ "jest": "^27.5.1", "jest-diff": "^27.5.1", "prettier": "^2.6.0", - "prettier-plugin-tailwindcss": "^0.1.8", + "prettier-plugin-tailwindcss": "^0.1.10", "rimraf": "^3.0.0", "source-map-js": "^1.0.2" }, @@ -5707,9 +5707,9 @@ } }, "node_modules/prettier-plugin-tailwindcss": { - "version": "0.1.8", - "resolved": "https://registry.npmjs.org/prettier-plugin-tailwindcss/-/prettier-plugin-tailwindcss-0.1.8.tgz", - "integrity": "sha512-hwarSBCswAXa+kqYtaAkFr3Vop9o04WOyZs0qo3NyvW8L7f1rif61wRyq0+ArmVThOuRBcJF5hjGXYk86cwemg==", + "version": "0.1.10", + "resolved": "https://registry.npmjs.org/prettier-plugin-tailwindcss/-/prettier-plugin-tailwindcss-0.1.10.tgz", + "integrity": "sha512-ooDGNuXUjgCXfShliVYQ6+0iXqUFXn+zdNInPe0WZN9qINt9srbLGFGY5jeVL4MXtY20/4S8JaBcd8l6N6NfCQ==", "dev": true, "engines": { "node": ">=12.17.0" @@ -10633,9 +10633,9 @@ } }, "prettier-plugin-tailwindcss": { - "version": "0.1.8", - "resolved": "https://registry.npmjs.org/prettier-plugin-tailwindcss/-/prettier-plugin-tailwindcss-0.1.8.tgz", - "integrity": "sha512-hwarSBCswAXa+kqYtaAkFr3Vop9o04WOyZs0qo3NyvW8L7f1rif61wRyq0+ArmVThOuRBcJF5hjGXYk86cwemg==", + "version": "0.1.10", + "resolved": "https://registry.npmjs.org/prettier-plugin-tailwindcss/-/prettier-plugin-tailwindcss-0.1.10.tgz", + "integrity": "sha512-ooDGNuXUjgCXfShliVYQ6+0iXqUFXn+zdNInPe0WZN9qINt9srbLGFGY5jeVL4MXtY20/4S8JaBcd8l6N6NfCQ==", "dev": true, "requires": {} }, diff --git a/package.json b/package.json index b762779c0..7092c0d8f 100644 --- a/package.json +++ b/package.json @@ -55,7 +55,7 @@ "jest": "^27.5.1", "jest-diff": "^27.5.1", "prettier": "^2.6.0", - "prettier-plugin-tailwindcss": "^0.1.8", + "prettier-plugin-tailwindcss": "^0.1.10", "rimraf": "^3.0.0", "source-map-js": "^1.0.2" },