From 252c0dde8314127cd3378f6ec74066028e92a9e7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 30 Sep 2024 04:13:02 +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 244f4f3..eb73e34 100644 --- a/package-lock.json +++ b/package-lock.json @@ -27,7 +27,7 @@ "leva": "0.9.35", "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", "react": "18.3.1", @@ -13348,11 +13348,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" }, @@ -13360,11 +13360,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 5537c32..7019af3 100644 --- a/package.json +++ b/package.json @@ -40,7 +40,7 @@ "leva": "0.9.35", "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", "react": "18.3.1",