From b798c1d7bae09bdc61aa96e37a9fae1f3247a80c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 5 Jun 2023 09:07:29 +0000 Subject: [PATCH] Bump prettier-plugin-astro from 0.9.1 to 0.10.0 Bumps [prettier-plugin-astro](https://github.com/withastro/prettier-plugin-astro) from 0.9.1 to 0.10.0. - [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.9.1...v0.10.0) --- updated-dependencies: - dependency-name: prettier-plugin-astro dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 4ede4bb..8547c37 100644 --- a/package.json +++ b/package.json @@ -50,7 +50,7 @@ "postcss-jit-props": "^1.0.13", "postcss-preset-env": "^8.4.1", "prettier": "^2.8.8", - "prettier-plugin-astro": "^0.9.0", + "prettier-plugin-astro": "^0.10.0", "stylelint": "^15.6.2", "typescript": "^5.0.4", "yaml-eslint-parser": "^1.2.2"