From eba03849617e8966c822f94681e4b62568120e28 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 22 Feb 2024 14:28:25 +0000 Subject: [PATCH] chore(deps-dev): bump prettier-plugin-astro-organize-imports Bumps [prettier-plugin-astro-organize-imports](https://github.com/neokidev/prettier-plugin-astro-organize-imports) from 0.3.3 to 0.4.1. - [Release notes](https://github.com/neokidev/prettier-plugin-astro-organize-imports/releases) - [Commits](https://github.com/neokidev/prettier-plugin-astro-organize-imports/compare/v0.3.3...v0.4.1) --- updated-dependencies: - dependency-name: prettier-plugin-astro-organize-imports dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- package-lock.json | 11 ++++++----- package.json | 2 +- 2 files changed, 7 insertions(+), 6 deletions(-) diff --git a/package-lock.json b/package-lock.json index e1a6a56..f8aa14b 100644 --- a/package-lock.json +++ b/package-lock.json @@ -33,7 +33,7 @@ "postcss-preset-env": "^9.4.0", "prettier": "^3.2.5", "prettier-plugin-astro": "^0.13.0", - "prettier-plugin-astro-organize-imports": "^0.3.3" + "prettier-plugin-astro-organize-imports": "^0.4.1" } }, "node_modules/@aashutoshrathi/word-wrap": { @@ -8442,12 +8442,13 @@ } }, "node_modules/prettier-plugin-astro-organize-imports": { - "version": "0.3.3", - "resolved": "https://registry.npmjs.org/prettier-plugin-astro-organize-imports/-/prettier-plugin-astro-organize-imports-0.3.3.tgz", - "integrity": "sha512-2m2xl+yzX0igysXPqBn7C2stBGTn/pP2XAEBkhk3D4kcldmIY5JG4lKsNwKoVIbMWAi+3hxtAZVhtz4OpPd4fQ==", + "version": "0.4.1", + "resolved": "https://registry.npmjs.org/prettier-plugin-astro-organize-imports/-/prettier-plugin-astro-organize-imports-0.4.1.tgz", + "integrity": "sha512-+FNWVIg4of3sOSjTuqfYIors40MZEQfBJmlqbXKAQaR5qPgPghr/qWFE6uHJLaynkzGQwDVR6DYSI+Ocu4R9Qw==", "dev": true, "dependencies": { - "typescript": "^5.2.2" + "@astrojs/compiler": "^2.5.1", + "typescript": "^5.3.3" }, "engines": { "node": ">=16.0.0", diff --git a/package.json b/package.json index 8451b38..5641725 100644 --- a/package.json +++ b/package.json @@ -53,6 +53,6 @@ "postcss-preset-env": "^9.4.0", "prettier": "^3.2.5", "prettier-plugin-astro": "^0.13.0", - "prettier-plugin-astro-organize-imports": "^0.3.3" + "prettier-plugin-astro-organize-imports": "^0.4.1" } }