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" } }