From 9534de06d454fb6e695d8ec7c0f23261c1adfe33 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 12 Dec 2022 03:07:11 +0000 Subject: [PATCH] build(deps-dev): bump prettier-plugin-tailwindcss from 0.1.12 to 0.2.1 Bumps [prettier-plugin-tailwindcss](https://github.com/tailwindlabs/prettier-plugin-tailwindcss) from 0.1.12 to 0.2.1. - [Release notes](https://github.com/tailwindlabs/prettier-plugin-tailwindcss/releases) - [Changelog](https://github.com/tailwindlabs/prettier-plugin-tailwindcss/blob/main/CHANGELOG.md) - [Commits](https://github.com/tailwindlabs/prettier-plugin-tailwindcss/compare/v0.1.12...v0.2.1) --- updated-dependencies: - dependency-name: prettier-plugin-tailwindcss dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- 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 400d18c..6a614ef 100644 --- a/package-lock.json +++ b/package-lock.json @@ -20,7 +20,7 @@ "@tailwindcss/typography": "^0.5.4", "@vitejs/plugin-vue": "^2.3.3", "autoprefixer": "^10.4.7", - "prettier-plugin-tailwindcss": "^0.1.12", + "prettier-plugin-tailwindcss": "^0.2.1", "tailwindcss": "^3.1.6", "vite": "^2.9.14" } @@ -1335,9 +1335,9 @@ } }, "node_modules/prettier-plugin-tailwindcss": { - "version": "0.1.12", - "resolved": "https://registry.npmjs.org/prettier-plugin-tailwindcss/-/prettier-plugin-tailwindcss-0.1.12.tgz", - "integrity": "sha512-pEZ6tppwknCeq3ObR9g8t61AhWtVRRR3I0EQNeiRrrJ3D42FJGeUDxiFc/LJRYEeAx5JOxagsF0MICwuWOJa+w==", + "version": "0.2.1", + "resolved": "https://registry.npmjs.org/prettier-plugin-tailwindcss/-/prettier-plugin-tailwindcss-0.2.1.tgz", + "integrity": "sha512-aIO8IguumORyRsmT+E7JfJ3A9FEoyhqZR7Au7TBOege3VZkgMvHJMkufeYp4zjnDK2iq4ktkvGMNOQR9T8lisQ==", "dev": true, "engines": { "node": ">=12.17.0" @@ -2482,9 +2482,9 @@ "peer": true }, "prettier-plugin-tailwindcss": { - "version": "0.1.12", - "resolved": "https://registry.npmjs.org/prettier-plugin-tailwindcss/-/prettier-plugin-tailwindcss-0.1.12.tgz", - "integrity": "sha512-pEZ6tppwknCeq3ObR9g8t61AhWtVRRR3I0EQNeiRrrJ3D42FJGeUDxiFc/LJRYEeAx5JOxagsF0MICwuWOJa+w==", + "version": "0.2.1", + "resolved": "https://registry.npmjs.org/prettier-plugin-tailwindcss/-/prettier-plugin-tailwindcss-0.2.1.tgz", + "integrity": "sha512-aIO8IguumORyRsmT+E7JfJ3A9FEoyhqZR7Au7TBOege3VZkgMvHJMkufeYp4zjnDK2iq4ktkvGMNOQR9T8lisQ==", "dev": true, "requires": {} }, diff --git a/package.json b/package.json index 4f7fcba..05b552e 100644 --- a/package.json +++ b/package.json @@ -19,7 +19,7 @@ "@tailwindcss/typography": "^0.5.4", "@vitejs/plugin-vue": "^2.3.3", "autoprefixer": "^10.4.7", - "prettier-plugin-tailwindcss": "^0.1.12", + "prettier-plugin-tailwindcss": "^0.2.1", "tailwindcss": "^3.1.6", "vite": "^2.9.14" }