diff --git a/package.json b/package.json index aa4c26b..261359e 100644 --- a/package.json +++ b/package.json @@ -33,7 +33,7 @@ "limax": "^4.1.0", "mdast-util-to-string": "^4.0.0", "prettier": "^3.3.1", - "prettier-plugin-astro": "^0.14.0", + "prettier-plugin-astro": "^0.14.1", "reading-time": "^1.5.0", "sharp": "^0.33.4", "subfont": "^7.2.1", diff --git a/yarn.lock b/yarn.lock index 9740e20..b0f7f71 100644 --- a/yarn.lock +++ b/yarn.lock @@ -23,15 +23,10 @@ resolved "https://registry.yarnpkg.com/@antfu/utils/-/utils-0.7.8.tgz#86cb0974bcab7e64e29b57d6d9021102307257de" integrity sha512-rWQkqXRESdjXtc+7NRfK9lASQjpXJu1ayp7qi1d23zZorY+wBHVLHHoVcMsEnkqEBWTFqbztO7/QdJFzyEcLTg== -"@astrojs/compiler@^1.5.5": - version "1.8.2" - resolved "https://registry.yarnpkg.com/@astrojs/compiler/-/compiler-1.8.2.tgz#f305d5724c45a9932a8ef4e87b2e7227d15d1c2b" - integrity sha512-o/ObKgtMzl8SlpIdzaxFnt7SATKPxu4oIP/1NL+HDJRzxfJcAkOTAb/ZKMRyULbz4q+1t2/DAebs2Z1QairkZw== - -"@astrojs/compiler@^2.0.0", "@astrojs/compiler@^2.3.0": - version "2.8.0" - resolved "https://registry.yarnpkg.com/@astrojs/compiler/-/compiler-2.8.0.tgz#acbe2abbf640c238cbfe6c9d886a4d0c6921f172" - integrity sha512-yrpD1WRGqsJwANaDIdtHo+YVjvIOFAjC83lu5qENIgrafwZcJgSXDuwVMXOgok4tFzpeKLsFQ6c3FoUdloLWBQ== +"@astrojs/compiler@^2.0.0", "@astrojs/compiler@^2.3.0", "@astrojs/compiler@^2.9.1": + version "2.9.2" + resolved "https://registry.yarnpkg.com/@astrojs/compiler/-/compiler-2.9.2.tgz#c01dcdb14dc938758e66f9856934b83b6cd986d1" + integrity sha512-Vpu0Ffsj8SoV+N0DFHlxxOMKHwSC9059Xy/OlG1t6uFYSoJXxkBC2WyF6igO7x10V+8uJrhOxaXr3nA90kJXow== "@astrojs/internal-helpers@0.2.1": version "0.2.1" @@ -6195,12 +6190,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.14.0: - version "0.14.0" - resolved "https://registry.yarnpkg.com/prettier-plugin-astro/-/prettier-plugin-astro-0.14.0.tgz#035bb78b7b8a45b4ab7c5b926f73850af9afffb6" - integrity sha512-7jRGJsexaRIyUzTk8uzXlP45cw6DQ5Ci4bTe0xCBCcuO1Fff8jJy9oI+kRCQKSdDFTSAArMSg8GpvzlKBtSaZA== +prettier-plugin-astro@^0.14.1: + version "0.14.1" + resolved "https://registry.yarnpkg.com/prettier-plugin-astro/-/prettier-plugin-astro-0.14.1.tgz#50bff8a659f2a6a4ff3b1d7ea73f2de93c95b213" + integrity sha512-RiBETaaP9veVstE4vUwSIcdATj6dKmXljouXc/DDNwBSPTp8FRkLGDSGFClKsAFeeg+13SB0Z1JZvbD76bigJw== dependencies: - "@astrojs/compiler" "^1.5.5" + "@astrojs/compiler" "^2.9.1" prettier "^3.0.0" sass-formatter "^0.7.6"