From d6531cadc70e2f17dd7a3a4daee99eef208abe65 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 1 Dec 2023 01:50:54 +0000 Subject: [PATCH] build(deps-dev): bump prettier-plugin-astro from 0.12.1 to 0.12.2 Bumps [prettier-plugin-astro](https://github.com/withastro/prettier-plugin-astro) from 0.12.1 to 0.12.2. - [Release notes](https://github.com/withastro/prettier-plugin-astro/releases) - [Changelog](https://github.com/withastro/prettier-plugin-astro/blob/main/CHANGELOG.md) - [Commits](https://github.com/withastro/prettier-plugin-astro/compare/v0.12.1...v0.12.2) --- updated-dependencies: - dependency-name: prettier-plugin-astro dependency-type: direct:development update-type: version-update:semver-patch ... 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 1df6a86f..0a4978ee 100644 --- a/package-lock.json +++ b/package-lock.json @@ -35,7 +35,7 @@ "husky": "^8.0.3", "lint-staged": "^15.0.2", "prettier": "^3.1.0", - "prettier-plugin-astro": "^0.12.1", + "prettier-plugin-astro": "^0.12.2", "prettier-plugin-tailwindcss": "^0.5.6", "react": "^18.2.0", "react-dom": "^18.2.0" @@ -7459,9 +7459,9 @@ } }, "node_modules/prettier-plugin-astro": { - "version": "0.12.1", - "resolved": "https://registry.npmjs.org/prettier-plugin-astro/-/prettier-plugin-astro-0.12.1.tgz", - "integrity": "sha512-1mlNIU/cV+25oB4z5wXzOz2fSDcawG3MsVUwgw2i8VSy7voLSENMSpR1juu3U5MAVUo3owuyax11QuylbpuqOQ==", + "version": "0.12.2", + "resolved": "https://registry.npmjs.org/prettier-plugin-astro/-/prettier-plugin-astro-0.12.2.tgz", + "integrity": "sha512-1OXSEht27zrnX7rCa0bEpLdspeumFW4hnj4+JzPuG5bRlSOAhD0rbXBNZfRD9q0Qbr00EcCcnjd6k6M8q+GfTA==", "dev": true, "dependencies": { "@astrojs/compiler": "^1.5.5", @@ -15395,9 +15395,9 @@ "dev": true }, "prettier-plugin-astro": { - "version": "0.12.1", - "resolved": "https://registry.npmjs.org/prettier-plugin-astro/-/prettier-plugin-astro-0.12.1.tgz", - "integrity": "sha512-1mlNIU/cV+25oB4z5wXzOz2fSDcawG3MsVUwgw2i8VSy7voLSENMSpR1juu3U5MAVUo3owuyax11QuylbpuqOQ==", + "version": "0.12.2", + "resolved": "https://registry.npmjs.org/prettier-plugin-astro/-/prettier-plugin-astro-0.12.2.tgz", + "integrity": "sha512-1OXSEht27zrnX7rCa0bEpLdspeumFW4hnj4+JzPuG5bRlSOAhD0rbXBNZfRD9q0Qbr00EcCcnjd6k6M8q+GfTA==", "dev": true, "requires": { "@astrojs/compiler": "^1.5.5", diff --git a/package.json b/package.json index 1614d7c5..c99dc6f6 100644 --- a/package.json +++ b/package.json @@ -46,7 +46,7 @@ "husky": "^8.0.3", "lint-staged": "^15.0.2", "prettier": "^3.1.0", - "prettier-plugin-astro": "^0.12.1", + "prettier-plugin-astro": "^0.12.2", "prettier-plugin-tailwindcss": "^0.5.6", "react": "^18.2.0", "react-dom": "^18.2.0"