From 5207ecc46d0ca99f389b974c5920c60d84451f1c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 2 Oct 2024 17:26:16 +0000 Subject: [PATCH] Bump prettier-plugin-tailwindcss from 0.5.11 to 0.6.8 Bumps [prettier-plugin-tailwindcss](https://github.com/tailwindlabs/prettier-plugin-tailwindcss) from 0.5.11 to 0.6.8. - [Release notes](https://github.com/tailwindlabs/prettier-plugin-tailwindcss/releases) - [Changelog](https://github.com/tailwindlabs/prettier-plugin-tailwindcss/blob/main/CHANGELOG.md) - [Commits](https://github.com/tailwindlabs/prettier-plugin-tailwindcss/compare/v0.5.11...v0.6.8) --- updated-dependencies: - dependency-name: prettier-plugin-tailwindcss dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- package-lock.json | 28 +++++++++++++++++++--------- package.json | 2 +- 2 files changed, 20 insertions(+), 10 deletions(-) diff --git a/package-lock.json b/package-lock.json index cf3b2f9..2278e37 100644 --- a/package-lock.json +++ b/package-lock.json @@ -12,7 +12,6 @@ "@heroicons/vue": "~2.0.18", "@pinia-plugin-persistedstate/nuxt": "^1.1.1", "@pinia/nuxt": "^0.5.0", - "@types/ldapjs": "^3.0.6", "adm-zip": "~0.5.10", "bcryptjs": "^2.4.3", "exceljs": "~4.3.0", @@ -35,7 +34,7 @@ "xml2js": "~0.6.2" }, "devDependencies": { - "@nuxt/devtools": "latest", + "@nuxt/devtools": "*", "@nuxt/eslint-config": "~0.2.0", "@nuxtjs/color-mode": "~3.3.2", "@nuxtjs/eslint-config-typescript": "~12.1.0", @@ -46,6 +45,7 @@ "@types/bcryptjs": "^2.4.6", "@types/formidable": "~3.4.5", "@types/jsonwebtoken": "~9.0.3", + "@types/ldapjs": "^3.0.6", "@types/libxmljs": "^0.18.12", "@types/luxon": "~3.3.4", "@types/node": "~18.17.3", @@ -59,7 +59,7 @@ "nuxt": "^3.6.5", "nuxt-headlessui": "~1.1.4", "prettier": "~3.1.0", - "prettier-plugin-tailwindcss": "~0.5.7", + "prettier-plugin-tailwindcss": "~0.6.8", "typescript": "~5.2.2" } }, @@ -3488,6 +3488,7 @@ "version": "3.0.6", "resolved": "https://registry.npmjs.org/@types/ldapjs/-/ldapjs-3.0.6.tgz", "integrity": "sha512-E2Tn1ltJDYBsidOT9QG4engaQeQzRQ9aYNxVmjCkD33F7cIeLPgrRDXAYs0O35mK2YDU20c/+ZkNjeAPRGLM0Q==", + "dev": true, "dependencies": { "@types/node": "*" } @@ -13175,9 +13176,9 @@ } }, "node_modules/prettier-plugin-tailwindcss": { - "version": "0.5.11", - "resolved": "https://registry.npmjs.org/prettier-plugin-tailwindcss/-/prettier-plugin-tailwindcss-0.5.11.tgz", - "integrity": "sha512-AvI/DNyMctyyxGOjyePgi/gqj5hJYClZ1avtQvLlqMT3uDZkRbi4HhGUpok3DRzv9z7Lti85Kdj3s3/1CeNI0w==", + "version": "0.6.8", + "resolved": "https://registry.npmjs.org/prettier-plugin-tailwindcss/-/prettier-plugin-tailwindcss-0.6.8.tgz", + "integrity": "sha512-dGu3kdm7SXPkiW4nzeWKCl3uoImdd5CTZEJGxyypEPL37Wj0HT2pLqjrvSei1nTeuQfO4PUfjeW5cTUNRLZ4sA==", "dev": true, "engines": { "node": ">=14.21.3" @@ -13187,14 +13188,17 @@ "@prettier/plugin-pug": "*", "@shopify/prettier-plugin-liquid": "*", "@trivago/prettier-plugin-sort-imports": "*", + "@zackad/prettier-plugin-twig-melody": "*", "prettier": "^3.0", "prettier-plugin-astro": "*", "prettier-plugin-css-order": "*", "prettier-plugin-import-sort": "*", "prettier-plugin-jsdoc": "*", "prettier-plugin-marko": "*", + "prettier-plugin-multiline-arrays": "*", "prettier-plugin-organize-attributes": "*", "prettier-plugin-organize-imports": "*", + "prettier-plugin-sort-imports": "*", "prettier-plugin-style-order": "*", "prettier-plugin-svelte": "*" }, @@ -13211,6 +13215,9 @@ "@trivago/prettier-plugin-sort-imports": { "optional": true }, + "@zackad/prettier-plugin-twig-melody": { + "optional": true + }, "prettier-plugin-astro": { "optional": true }, @@ -13226,19 +13233,22 @@ "prettier-plugin-marko": { "optional": true }, + "prettier-plugin-multiline-arrays": { + "optional": true + }, "prettier-plugin-organize-attributes": { "optional": true }, "prettier-plugin-organize-imports": { "optional": true }, - "prettier-plugin-style-order": { + "prettier-plugin-sort-imports": { "optional": true }, - "prettier-plugin-svelte": { + "prettier-plugin-style-order": { "optional": true }, - "prettier-plugin-twig-melody": { + "prettier-plugin-svelte": { "optional": true } } diff --git a/package.json b/package.json index bed3378..c59aa8c 100644 --- a/package.json +++ b/package.json @@ -37,7 +37,7 @@ "nuxt": "^3.6.5", "nuxt-headlessui": "~1.1.4", "prettier": "~3.1.0", - "prettier-plugin-tailwindcss": "~0.5.7", + "prettier-plugin-tailwindcss": "~0.6.8", "typescript": "~5.2.2" }, "dependencies": {