From 5e490237f9527ef70e691d0735309b1d1151ae69 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 9 Jan 2023 11:14:20 +0000 Subject: [PATCH] Bump prettier-plugin-astro from 0.7.0 to 0.7.2 Bumps [prettier-plugin-astro](https://github.com/withastro/prettier-plugin-astro) from 0.7.0 to 0.7.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.7.0...v0.7.2) --- updated-dependencies: - dependency-name: prettier-plugin-astro dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- package.json | 2 +- yarn.lock | 20 ++++++++++---------- 2 files changed, 11 insertions(+), 11 deletions(-) diff --git a/package.json b/package.json index 4a2ba40..6dc180e 100644 --- a/package.json +++ b/package.json @@ -34,7 +34,7 @@ "limax": "^3.0.0", "mdast-util-to-string": "^3.1.0", "prettier": "^2.8.1", - "prettier-plugin-astro": "^0.7.0", + "prettier-plugin-astro": "^0.7.2", "reading-time": "^1.5.0", "sharp": "^0.31.2", "subfont": "^6.12.2", diff --git a/yarn.lock b/yarn.lock index cb2ed44..5da020e 100644 --- a/yarn.lock +++ b/yarn.lock @@ -20,15 +20,15 @@ resolved "https://registry.yarnpkg.com/@antfu/utils/-/utils-0.5.2.tgz#8c2d931ff927be0ebe740169874a3d4004ab414b" integrity sha512-CQkeV+oJxUazwjlHD0/3ZD08QWKuGQkhnrKo3e6ly5pd48VUpXbb77q0xMU4+vc2CkJnDS02Eq/M9ugyX20XZA== -"@astrojs/compiler@^0.27.0 || ^0.28.0 || ^0.29.0", "@astrojs/compiler@^0.29.3": +"@astrojs/compiler@^0.27.0 || ^0.28.0 || ^0.29.0": version "0.29.13" resolved "https://registry.yarnpkg.com/@astrojs/compiler/-/compiler-0.29.13.tgz#86910920301f90bc9eadaae65a88e2903e575fa1" integrity sha512-C9+91vsWiJspj/VkVp6UtSIrJGuj/Aia1KCEDzg2Ge27uSDCOl1QlUQuAAnAbGpFBF71uaYOUZOPCbptQeGbdQ== -"@astrojs/compiler@^0.31.0": - version "0.31.3" - resolved "https://registry.yarnpkg.com/@astrojs/compiler/-/compiler-0.31.3.tgz#31fbc91119e939c26d51ab92e7bc0af5c8f801cb" - integrity sha512-WbA05QH5xkdaJ3XtzDuYOjtqsip2InW5rk156sSdaHs5qN2NroUHbzWZthHJwmNAAjQSGXVIj+O6jQj81zzX/Q== +"@astrojs/compiler@^0.31.0", "@astrojs/compiler@^0.31.3": + version "0.31.4" + resolved "https://registry.yarnpkg.com/@astrojs/compiler/-/compiler-0.31.4.tgz#fa5aaeb3e6f3640f6f7625849b724a4d28d662e4" + integrity sha512-6bBFeDTtPOn4jZaiD3p0f05MEGQL9pw2Zbfj546oFETNmjJFWO3nzHz6/m+P53calknCvyVzZ5YhoBLIvzn5iw== "@astrojs/image@^0.12.1": version "0.12.1" @@ -5614,12 +5614,12 @@ prelude-ls@~1.1.2: resolved "https://registry.yarnpkg.com/prelude-ls/-/prelude-ls-1.1.2.tgz#21932a549f5e52ffd9a827f570e04be62a97da54" integrity sha512-ESF23V4SKG6lVSGZgYNpbsiaAkdab6ZgOxe52p7+Kid3W3u3bxR4Vfd/o21dmN7jSt0IwgZ4v5MUd26FEtXE9w== -prettier-plugin-astro@^0.7.0: - version "0.7.0" - resolved "https://registry.yarnpkg.com/prettier-plugin-astro/-/prettier-plugin-astro-0.7.0.tgz#e6dcd5fe1750bd87343123d86ea5f1dcd5038426" - integrity sha512-ehCUx7MqHWvkHwUmxxAWLsL35pFaCTM5YXQ8xjG/1W6dY2yBhvEks+2aCfjeI5zmMrZNCXkiMQtpznSlLSLrxw== +prettier-plugin-astro@^0.7.0, prettier-plugin-astro@^0.7.2: + version "0.7.2" + resolved "https://registry.yarnpkg.com/prettier-plugin-astro/-/prettier-plugin-astro-0.7.2.tgz#d761cde54714c6871c731bec179d4cf75e2d86d6" + integrity sha512-mmifnkG160BtC727gqoimoxnZT/dwr8ASxpoGGl6EHevhfblSOeu+pwH1LAm5Qu1MynizktztFujHHaijLCkww== dependencies: - "@astrojs/compiler" "^0.29.3" + "@astrojs/compiler" "^0.31.3" prettier "^2.7.1" sass-formatter "^0.7.5" synckit "^0.8.4"