From b8f915fdfbb8700c97c940beb1d30dc0c020993e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 23 May 2022 10:22:53 +0000 Subject: [PATCH] chore(deps-dev): bump prettier-plugin-tailwindcss from 0.1.8 to 0.1.11 Bumps [prettier-plugin-tailwindcss](https://github.com/tailwindlabs/prettier-plugin-tailwindcss) from 0.1.8 to 0.1.11. - [Release notes](https://github.com/tailwindlabs/prettier-plugin-tailwindcss/releases) - [Commits](https://github.com/tailwindlabs/prettier-plugin-tailwindcss/compare/v0.1.8...v0.1.11) --- updated-dependencies: - dependency-name: prettier-plugin-tailwindcss dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index 7d7c7d4..4885c79 100644 --- a/package.json +++ b/package.json @@ -109,7 +109,7 @@ "postcss": "8.4.12", "postcss-loader": "6.2.1", "prettier": "2.6.2", - "prettier-plugin-tailwindcss": "0.1.8", + "prettier-plugin-tailwindcss": "0.1.11", "tailwindcss": "3.0.23", "terser-webpack-plugin": "5.3.1", "ts-loader": "9.2.8", diff --git a/yarn.lock b/yarn.lock index 71f3855..ab025a9 100644 --- a/yarn.lock +++ b/yarn.lock @@ -6966,10 +6966,10 @@ precond@0.2: resolved "https://registry.yarnpkg.com/precond/-/precond-0.2.3.tgz#aa9591bcaa24923f1e0f4849d240f47efc1075ac" integrity sha1-qpWRvKokkj8eD0hJ0kD0fvwQdaw= -prettier-plugin-tailwindcss@0.1.8: - version "0.1.8" - resolved "https://registry.yarnpkg.com/prettier-plugin-tailwindcss/-/prettier-plugin-tailwindcss-0.1.8.tgz#ba0f606ed91959ede670303d905b99106e9e6293" - integrity sha512-hwarSBCswAXa+kqYtaAkFr3Vop9o04WOyZs0qo3NyvW8L7f1rif61wRyq0+ArmVThOuRBcJF5hjGXYk86cwemg== +prettier-plugin-tailwindcss@0.1.11: + version "0.1.11" + resolved "https://registry.yarnpkg.com/prettier-plugin-tailwindcss/-/prettier-plugin-tailwindcss-0.1.11.tgz#6112da68d9d022b7f896d35c070464931c99c35f" + integrity sha512-a28+1jvpIZQdZ/W97wOXb6VqI762MKE/TxMMuibMEHhyYsSxQA8Ek30KObd5kJI2HF1ldtSYprFayXJXi3pz8Q== prettier@2.6.2: version "2.6.2"