From 519915336e0c773a21a2817c66f2b9925f969d74 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 10 Dec 2025 05:01:55 +0000 Subject: [PATCH] =?UTF-8?q?=F0=9F=93=8C=20bump=20@awmottaz/prettier-plugin?= =?UTF-8?q?-void-html=20from=201.9.0=20to=202.0.0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Bumps [@awmottaz/prettier-plugin-void-html](https://github.com/awmottaz/prettier-plugin-void-html) from 1.9.0 to 2.0.0. - [Release notes](https://github.com/awmottaz/prettier-plugin-void-html/releases) - [Changelog](https://github.com/awmottaz/prettier-plugin-void-html/blob/main/CHANGELOG.md) - [Commits](https://github.com/awmottaz/prettier-plugin-void-html/compare/v1.9.0...v2.0.0) --- updated-dependencies: - dependency-name: "@awmottaz/prettier-plugin-void-html" dependency-version: 2.0.0 dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- package-lock.json | 10 +++++----- package.json | 2 +- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/package-lock.json b/package-lock.json index 7567d82c..d8d90fa2 100644 --- a/package-lock.json +++ b/package-lock.json @@ -17,7 +17,7 @@ "commander": "^14.0.2" }, "devDependencies": { - "@awmottaz/prettier-plugin-void-html": "^1.9.0", + "@awmottaz/prettier-plugin-void-html": "^2.0.0", "@tailwindcss/cli": "^4.1.17", "@tailwindcss/typography": "^0.5.19", "chart.js": "^4.5.1", @@ -64,13 +64,13 @@ } }, "node_modules/@awmottaz/prettier-plugin-void-html": { - "version": "1.9.0", - "resolved": "https://registry.npmjs.org/@awmottaz/prettier-plugin-void-html/-/prettier-plugin-void-html-1.9.0.tgz", - "integrity": "sha512-NMwspO5GtUU9PESivdrx86z7XTm0lM5DDoMMVtYUp7nBQXak23j9/aB9tNR9XuVyoXYhdvxhEjXal9DfUqZnNg==", + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/@awmottaz/prettier-plugin-void-html/-/prettier-plugin-void-html-2.0.0.tgz", + "integrity": "sha512-5EHM/j8D44ZJwy5Z3iwdbxuehMwDUTQhm7j5Gv2cYDEJbDkwnH6u++19E+49CFqGuimTO1lHmf/xCA+/LQE7vw==", "dev": true, "license": "MIT", "peerDependencies": { - "prettier": "3.0.0 - 3.6.x" + "prettier": "3.0.0 - 3.7.x" } }, "node_modules/@babel/code-frame": { diff --git a/package.json b/package.json index 0bbf8e29..7cb403bd 100644 --- a/package.json +++ b/package.json @@ -36,7 +36,7 @@ }, "homepage": "https://github.com/nunocoracao/blowfish#readme", "devDependencies": { - "@awmottaz/prettier-plugin-void-html": "^1.9.0", + "@awmottaz/prettier-plugin-void-html": "^2.0.0", "@tailwindcss/cli": "^4.1.17", "@tailwindcss/typography": "^0.5.19", "chart.js": "^4.5.1",