From a391e2fb226476d398c1b996cd336d48ab36f500 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 16 Oct 2024 17:22:08 +0000 Subject: [PATCH] chore(deps): update dependency prettier-plugin-astro to v0.14.1 --- package-lock.json | 16 +++++----------- package.json | 2 +- 2 files changed, 6 insertions(+), 12 deletions(-) diff --git a/package-lock.json b/package-lock.json index ec709b88..21892056 100644 --- a/package-lock.json +++ b/package-lock.json @@ -76,7 +76,7 @@ "jsonc-eslint-parser": "2.4.0", "postcss": "8.4.47", "prettier": "3.2.5", - "prettier-plugin-astro": "0.13.0", + "prettier-plugin-astro": "0.14.1", "prettier-plugin-tailwindcss": "0.5.14", "tailwindcss": "3.4.14", "typescript": "5.4.5", @@ -13194,12 +13194,12 @@ } }, "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==", "dev": true, "dependencies": { - "@astrojs/compiler": "^1.5.5", + "@astrojs/compiler": "^2.9.1", "prettier": "^3.0.0", "sass-formatter": "^0.7.6" }, @@ -13207,12 +13207,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==", - "dev": true - }, "node_modules/prettier-plugin-tailwindcss": { "version": "0.5.14", "resolved": "https://registry.npmjs.org/prettier-plugin-tailwindcss/-/prettier-plugin-tailwindcss-0.5.14.tgz", diff --git a/package.json b/package.json index 94fa4f1c..ff9c4e5a 100644 --- a/package.json +++ b/package.json @@ -89,7 +89,7 @@ "jsonc-eslint-parser": "2.4.0", "postcss": "8.4.47", "prettier": "3.2.5", - "prettier-plugin-astro": "0.13.0", + "prettier-plugin-astro": "0.14.1", "prettier-plugin-tailwindcss": "0.5.14", "tailwindcss": "3.4.14", "typescript": "5.4.5",