diff --git a/package-lock.json b/package-lock.json index 34104956..6555582e 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "emeraldjava.github.io", - "version": "2024.10.30", + "version": "2024.11.16", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "emeraldjava.github.io", - "version": "2024.10.30", + "version": "2024.11.16", "dependencies": { "@astrojs/check": "^0.9.3", "@astrojs/rss": "^4.0.7", @@ -37,7 +37,7 @@ "globals": "^15.9.0", "prettier": "^3.3.3", "prettier-plugin-astro": "^0.14.1", - "prettier-plugin-tailwindcss": "^0.6.6", + "prettier-plugin-tailwindcss": "^0.6.10", "react": "^18.3.1", "react-dom": "^18.3.1", "typescript-eslint": "^8.5.0" @@ -6748,11 +6748,10 @@ } }, "node_modules/prettier-plugin-tailwindcss": { - "version": "0.6.8", - "resolved": "https://registry.npmjs.org/prettier-plugin-tailwindcss/-/prettier-plugin-tailwindcss-0.6.8.tgz", - "integrity": "sha512-dGu3kdm7SXPkiW4nzeWKCl3uoImdd5CTZEJGxyypEPL37Wj0HT2pLqjrvSei1nTeuQfO4PUfjeW5cTUNRLZ4sA==", + "version": "0.6.10", + "resolved": "https://registry.npmjs.org/prettier-plugin-tailwindcss/-/prettier-plugin-tailwindcss-0.6.10.tgz", + "integrity": "sha512-ndj2WLDaMzACnr1gAYZiZZLs5ZdOeBYgOsbBmHj3nvW/6q8h8PymsXiEnKvj/9qgCCAoHyvLOisoQdIcsDvIgw==", "dev": true, - "license": "MIT", "engines": { "node": ">=14.21.3" }, @@ -6761,7 +6760,7 @@ "@prettier/plugin-pug": "*", "@shopify/prettier-plugin-liquid": "*", "@trivago/prettier-plugin-sort-imports": "*", - "@zackad/prettier-plugin-twig-melody": "*", + "@zackad/prettier-plugin-twig": "*", "prettier": "^3.0", "prettier-plugin-astro": "*", "prettier-plugin-css-order": "*", @@ -6788,7 +6787,7 @@ "@trivago/prettier-plugin-sort-imports": { "optional": true }, - "@zackad/prettier-plugin-twig-melody": { + "@zackad/prettier-plugin-twig": { "optional": true }, "prettier-plugin-astro": { diff --git a/package.json b/package.json index f71e36a8..2cd87d57 100644 --- a/package.json +++ b/package.json @@ -43,7 +43,7 @@ "globals": "^15.9.0", "prettier": "^3.3.3", "prettier-plugin-astro": "^0.14.1", - "prettier-plugin-tailwindcss": "^0.6.6", + "prettier-plugin-tailwindcss": "^0.6.10", "react": "^18.3.1", "react-dom": "^18.3.1", "typescript-eslint": "^8.5.0"