From 0845fe2172d232d055944013d3da438ab6483dba Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 5 Apr 2025 19:32:17 +0000 Subject: [PATCH] chore(deps): bump @astrojs/tailwind from 6.0.1 to 6.0.2 Bumps [@astrojs/tailwind](https://github.com/withastro/astro/tree/HEAD/packages/integrations/tailwind) from 6.0.1 to 6.0.2. - [Release notes](https://github.com/withastro/astro/releases) - [Changelog](https://github.com/withastro/astro/blob/@astrojs/tailwind@6.0.2/packages/integrations/tailwind/CHANGELOG.md) - [Commits](https://github.com/withastro/astro/commits/@astrojs/tailwind@6.0.2/packages/integrations/tailwind) --- updated-dependencies: - dependency-name: "@astrojs/tailwind" dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- package-lock.json | 10 +++++----- package.json | 2 +- src/docs/package.json | 2 +- 3 files changed, 7 insertions(+), 7 deletions(-) diff --git a/package-lock.json b/package-lock.json index b583fa5a..e503c775 100644 --- a/package-lock.json +++ b/package-lock.json @@ -13,7 +13,7 @@ ], "dependencies": { "@ai-sdk/provider-utils": "^2.1.13", - "@astrojs/tailwind": "^6.0.0", + "@astrojs/tailwind": "^6.0.2", "@total-typescript/tsconfig": "^1.0.4", "@types/react": "^19.0.10", "ai": "^4.1.61", @@ -267,9 +267,9 @@ } }, "node_modules/@astrojs/tailwind": { - "version": "6.0.1", - "resolved": "https://registry.npmjs.org/@astrojs/tailwind/-/tailwind-6.0.1.tgz", - "integrity": "sha512-jYrqG6dXwRnS3xUcRIoeYGFB2L2SISuTNaqMMFp0otW55HQ4fhiz941VaE9EVbs49tF2+1aAZCT3xgt2l/j5tQ==", + "version": "6.0.2", + "resolved": "https://registry.npmjs.org/@astrojs/tailwind/-/tailwind-6.0.2.tgz", + "integrity": "sha512-j3mhLNeugZq6A8dMNXVarUa8K6X9AW+QHU9u3lKNrPLMHhOQ0S7VeWhHwEeJFpEK1BTKEUY1U78VQv2gN6hNGg==", "license": "MIT", "dependencies": { "autoprefixer": "^10.4.21", @@ -20471,7 +20471,7 @@ "name": "@ax-llm/ax-docs", "dependencies": { "@astrojs/check": "^0.9.4", - "@astrojs/tailwind": "^6.0.1", + "@astrojs/tailwind": "^6.0.2", "@tailwindcss/typography": "^0.5.16", "astro": "^5.5.4" } diff --git a/package.json b/package.json index d67340fc..595b7b9a 100644 --- a/package.json +++ b/package.json @@ -82,7 +82,7 @@ "version": "11.0.34", "dependencies": { "@ai-sdk/provider-utils": "^2.1.13", - "@astrojs/tailwind": "^6.0.0", + "@astrojs/tailwind": "^6.0.2", "@total-typescript/tsconfig": "^1.0.4", "@types/react": "^19.0.10", "ai": "^4.1.61", diff --git a/src/docs/package.json b/src/docs/package.json index ab78b9ae..253de3a3 100644 --- a/src/docs/package.json +++ b/src/docs/package.json @@ -10,7 +10,7 @@ }, "dependencies": { "@astrojs/check": "^0.9.4", - "@astrojs/tailwind": "^6.0.1", + "@astrojs/tailwind": "^6.0.2", "@tailwindcss/typography": "^0.5.16", "astro": "^5.5.4" },