From 80906486ed1c550a12b8d8402e5b24ff0ab5ebca Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 27 Jan 2025 22:46:22 +0000 Subject: [PATCH] Bump prettier-plugin-tailwindcss from 0.6.10 to 0.6.11 Bumps [prettier-plugin-tailwindcss](https://github.com/tailwindlabs/prettier-plugin-tailwindcss) from 0.6.10 to 0.6.11. - [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.6.10...v0.6.11) --- updated-dependencies: - dependency-name: prettier-plugin-tailwindcss dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- package-lock.json | 17 +++++++++-------- package.json | 2 +- 2 files changed, 10 insertions(+), 9 deletions(-) diff --git a/package-lock.json b/package-lock.json index 3966caf38..b6c3e9bc7 100644 --- a/package-lock.json +++ b/package-lock.json @@ -66,7 +66,7 @@ "jose": "5.3.0", "postcss": "8.5.1", "prettier": "3.4.2", - "prettier-plugin-tailwindcss": "0.6.10", + "prettier-plugin-tailwindcss": "0.6.11", "release-it": "18.1.2", "swagger-jsdoc": "6.2.8", "tailwindcss": "3.4.17", @@ -101,7 +101,7 @@ "vite": "6.0.11" }, "optionalDependencies": { - "@rollup/rollup-linux-x64-gnu": "4.31.0" + "@rollup/rollup-linux-x64-gnu": "4.32.0" }, "peerDependencies": { "@boxyhq/react-ui": ">=3.3.42", @@ -129,9 +129,9 @@ } }, "internal-ui/node_modules/@rollup/rollup-linux-x64-gnu": { - "version": "4.31.0", - "resolved": "https://registry.npmjs.org/@rollup/rollup-linux-x64-gnu/-/rollup-linux-x64-gnu-4.31.0.tgz", - "integrity": "sha512-zSoHl356vKnNxwOWnLd60ixHNPRBglxpv2g7q0Cd3Pmr561gf0HiAcUBRL3S1vPqRC17Zo2CX/9cPkqTIiai1g==", + "version": "4.32.0", + "resolved": "https://registry.npmjs.org/@rollup/rollup-linux-x64-gnu/-/rollup-linux-x64-gnu-4.32.0.tgz", + "integrity": "sha512-VDzNHtLLI5s7xd/VubyS10mq6TxvZBp+4NRWoW+Hi3tgV05RtVm4qK99+dClwTN1McA6PHwob6DEJ6PlXbY83A==", "cpu": [ "x64" ], @@ -19451,10 +19451,11 @@ } }, "node_modules/prettier-plugin-tailwindcss": { - "version": "0.6.10", - "resolved": "https://registry.npmjs.org/prettier-plugin-tailwindcss/-/prettier-plugin-tailwindcss-0.6.10.tgz", - "integrity": "sha512-ndj2WLDaMzACnr1gAYZiZZLs5ZdOeBYgOsbBmHj3nvW/6q8h8PymsXiEnKvj/9qgCCAoHyvLOisoQdIcsDvIgw==", + "version": "0.6.11", + "resolved": "https://registry.npmjs.org/prettier-plugin-tailwindcss/-/prettier-plugin-tailwindcss-0.6.11.tgz", + "integrity": "sha512-YxaYSIvZPAqhrrEpRtonnrXdghZg1irNg4qrjboCXrpybLWVs55cW2N3juhspVJiO0JBvYJT8SYsJpc8OQSnsA==", "dev": true, + "license": "MIT", "engines": { "node": ">=14.21.3" }, diff --git a/package.json b/package.json index db8108f44..9a65eb4e8 100644 --- a/package.json +++ b/package.json @@ -117,7 +117,7 @@ "jose": "5.3.0", "postcss": "8.5.1", "prettier": "3.4.2", - "prettier-plugin-tailwindcss": "0.6.10", + "prettier-plugin-tailwindcss": "0.6.11", "release-it": "18.1.2", "swagger-jsdoc": "6.2.8", "tailwindcss": "3.4.17",