From 854c0d2faa6bbd4f1072051df9eca7f07d72bc7e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 23 Aug 2023 14:29:24 +0530 Subject: [PATCH] chore(deps-dev): bump prettier-plugin-astro from 0.11.0 to 0.12.0 (#5297) Bumps [prettier-plugin-astro](https://github.com/withastro/prettier-plugin-astro) from 0.11.0 to 0.12.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.11.0...v0.12.0) --- updated-dependencies: - dependency-name: prettier-plugin-astro dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- package-lock.json | 17 ++++++++--------- package.json | 2 +- 2 files changed, 9 insertions(+), 10 deletions(-) diff --git a/package-lock.json b/package-lock.json index 07b85c1d6..1a9a19f64 100644 --- a/package-lock.json +++ b/package-lock.json @@ -34,7 +34,7 @@ "postcss": "^8.4.28", "postcss-cli": "^10.1.0", "prettier": "^3.0.1", - "prettier-plugin-astro": "^0.11.0", + "prettier-plugin-astro": "^0.12.0", "rollup": "^3.28.0", "rtlcss": "^4.1.0", "sass": "^1.66.1", @@ -8676,9 +8676,9 @@ } }, "node_modules/prettier-plugin-astro": { - "version": "0.11.0", - "resolved": "https://registry.npmjs.org/prettier-plugin-astro/-/prettier-plugin-astro-0.11.0.tgz", - "integrity": "sha512-rl2hJ4Kty/aEfGjk3i4JS+bpng9MjgvwqLRNzeb9NqYhqKoWNwOR39cIJXFjU1vR3zYOPnwWNRMelKb0orunYA==", + "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==", "dev": true, "dependencies": { "@astrojs/compiler": "^1.5.5", @@ -8686,8 +8686,7 @@ "sass-formatter": "^0.7.6" }, "engines": { - "node": "^14.15.0 || >=16.0.0", - "pnpm": ">=7.14.0" + "node": "^14.15.0 || >=16.0.0" } }, "node_modules/pretty-hrtime": { @@ -17890,9 +17889,9 @@ "dev": true }, "prettier-plugin-astro": { - "version": "0.11.0", - "resolved": "https://registry.npmjs.org/prettier-plugin-astro/-/prettier-plugin-astro-0.11.0.tgz", - "integrity": "sha512-rl2hJ4Kty/aEfGjk3i4JS+bpng9MjgvwqLRNzeb9NqYhqKoWNwOR39cIJXFjU1vR3zYOPnwWNRMelKb0orunYA==", + "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==", "dev": true, "requires": { "@astrojs/compiler": "^1.5.5", diff --git a/package.json b/package.json index 4bb3b9eb6..ca232467d 100644 --- a/package.json +++ b/package.json @@ -82,7 +82,7 @@ "postcss": "^8.4.28", "postcss-cli": "^10.1.0", "prettier": "^3.0.1", - "prettier-plugin-astro": "^0.11.0", + "prettier-plugin-astro": "^0.12.0", "rollup": "^3.28.0", "rtlcss": "^4.1.0", "sass": "^1.66.1",