diff --git a/package.json b/package.json index caba278b..de1aef36 100644 --- a/package.json +++ b/package.json @@ -35,7 +35,7 @@ "postcss-html": "^1.5.0", "postcss-preset-env": "^9.3.0", "prettier": "^3.2.2", - "prettier-plugin-astro": "^0.12.0", + "prettier-plugin-astro": "^0.13.0", "stylelint": "^15.11.0", "stylelint-config-prettier": "^9.0.5", "stylelint-config-standard": "^36.0.0", diff --git a/yarn.lock b/yarn.lock index 43525de9..7e1552af 100644 --- a/yarn.lock +++ b/yarn.lock @@ -4399,10 +4399,10 @@ prettier-linter-helpers@^1.0.0: dependencies: fast-diff "^1.1.2" -prettier-plugin-astro@^0.12.0: - version "0.12.2" - resolved "https://registry.yarnpkg.com/prettier-plugin-astro/-/prettier-plugin-astro-0.12.2.tgz#e52d62989cbeb0373714f49debf7f35c21070a39" - integrity sha512-1OXSEht27zrnX7rCa0bEpLdspeumFW4hnj4+JzPuG5bRlSOAhD0rbXBNZfRD9q0Qbr00EcCcnjd6k6M8q+GfTA== +prettier-plugin-astro@^0.13.0: + version "0.13.0" + resolved "https://registry.yarnpkg.com/prettier-plugin-astro/-/prettier-plugin-astro-0.13.0.tgz#0e1ff91caae17cad5b9493eb55bbd7114515bc5b" + integrity sha512-5HrJNnPmZqTUNoA97zn4gNQv9BgVhv+et03314WpQ9H9N8m2L9OSV798olwmG2YLXPl1iSstlJCR1zB3x5xG4g== dependencies: "@astrojs/compiler" "^1.5.5" prettier "^3.0.0"