From a1c42edb16910bf6df1b18b2b3339d908ef8821b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 27 Jul 2024 12:51:09 +0000 Subject: [PATCH] Bump prettier-plugin-astro from 0.13.0 to 0.14.1 Bumps [prettier-plugin-astro](https://github.com/withastro/prettier-plugin-astro) from 0.13.0 to 0.14.1. - [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.13.0...v0.14.1) --- updated-dependencies: - dependency-name: prettier-plugin-astro dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- package-lock.json | 15 +++++---------- package.json | 2 +- 2 files changed, 6 insertions(+), 11 deletions(-) diff --git a/package-lock.json b/package-lock.json index 8165de2..74b6ab3 100644 --- a/package-lock.json +++ b/package-lock.json @@ -23,7 +23,7 @@ "eslint-plugin-tailwindcss": "3.15.1", "postcss-fluid-sizing-function": "0.0.2", "prettier": "3.2.5", - "prettier-plugin-astro": "0.13.0", + "prettier-plugin-astro": "0.14.1", "prettier-plugin-css-order": "2.1.2", "prettier-plugin-tailwindcss": "0.6.5", "rollup-plugin-visualizer": "5.12.0", @@ -12626,11 +12626,11 @@ } }, "node_modules/prettier-plugin-astro": { - "version": "0.13.0", - "resolved": "https://registry.npmjs.org/prettier-plugin-astro/-/prettier-plugin-astro-0.13.0.tgz", - "integrity": "sha512-5HrJNnPmZqTUNoA97zn4gNQv9BgVhv+et03314WpQ9H9N8m2L9OSV798olwmG2YLXPl1iSstlJCR1zB3x5xG4g==", + "version": "0.14.1", + "resolved": "https://registry.npmjs.org/prettier-plugin-astro/-/prettier-plugin-astro-0.14.1.tgz", + "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" }, @@ -12638,11 +12638,6 @@ "node": "^14.15.0 || >=16.0.0" } }, - "node_modules/prettier-plugin-astro/node_modules/@astrojs/compiler": { - "version": "1.8.2", - "resolved": "https://registry.npmjs.org/@astrojs/compiler/-/compiler-1.8.2.tgz", - "integrity": "sha512-o/ObKgtMzl8SlpIdzaxFnt7SATKPxu4oIP/1NL+HDJRzxfJcAkOTAb/ZKMRyULbz4q+1t2/DAebs2Z1QairkZw==" - }, "node_modules/prettier-plugin-css-order": { "version": "2.1.2", "resolved": "https://registry.npmjs.org/prettier-plugin-css-order/-/prettier-plugin-css-order-2.1.2.tgz", diff --git a/package.json b/package.json index 7f5afcb..ad92678 100644 --- a/package.json +++ b/package.json @@ -36,7 +36,7 @@ "eslint-plugin-tailwindcss": "3.15.1", "postcss-fluid-sizing-function": "0.0.2", "prettier": "3.2.5", - "prettier-plugin-astro": "0.13.0", + "prettier-plugin-astro": "0.14.1", "prettier-plugin-css-order": "2.1.2", "prettier-plugin-tailwindcss": "0.6.5", "rollup-plugin-visualizer": "5.12.0",