From 2dc39238ede1788d9f7c38e3ff1244925f3453f6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 25 Mar 2024 12:56:57 +0000 Subject: [PATCH] Bump prettier-plugin-astro from 0.12.0 to 0.13.0 Bumps [prettier-plugin-astro](https://github.com/withastro/prettier-plugin-astro) from 0.12.0 to 0.13.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.12.0...v0.13.0) --- updated-dependencies: - dependency-name: prettier-plugin-astro dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- package-lock.json | 8 ++++---- package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package-lock.json b/package-lock.json index f9b9f38..1cf0119 100644 --- a/package-lock.json +++ b/package-lock.json @@ -17,7 +17,7 @@ }, "devDependencies": { "prettier": "^3.2.5", - "prettier-plugin-astro": "^0.12.0" + "prettier-plugin-astro": "^0.13.0" } }, "node_modules/@alloc/quick-lru": { @@ -4839,9 +4839,9 @@ } }, "node_modules/prettier-plugin-astro": { - "version": "0.12.0", - "resolved": "https://registry.npmjs.org/prettier-plugin-astro/-/prettier-plugin-astro-0.12.0.tgz", - "integrity": "sha512-8E+9YQR6/5CPZJs8XsfBw579zrwZkc0Wb7x0fRVm/51JC8Iys4lBw4ecV8fHwpbQnzve86TUa4fJ08BJzqfWnA==", + "version": "0.13.0", + "resolved": "https://registry.npmjs.org/prettier-plugin-astro/-/prettier-plugin-astro-0.13.0.tgz", + "integrity": "sha512-5HrJNnPmZqTUNoA97zn4gNQv9BgVhv+et03314WpQ9H9N8m2L9OSV798olwmG2YLXPl1iSstlJCR1zB3x5xG4g==", "dev": true, "dependencies": { "@astrojs/compiler": "^1.5.5", diff --git a/package.json b/package.json index 2a22481..f58f12c 100644 --- a/package.json +++ b/package.json @@ -20,6 +20,6 @@ }, "devDependencies": { "prettier": "^3.2.5", - "prettier-plugin-astro": "^0.12.0" + "prettier-plugin-astro": "^0.13.0" } }