From ae5ffe34f6e5dd3b67fd6aad1a2baa688c13816c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 16 Dec 2024 17:39:46 +0000 Subject: [PATCH] chore(deps): bump @astrojs/tailwind from 5.1.2 to 5.1.3 Bumps [@astrojs/tailwind](https://github.com/withastro/astro/tree/HEAD/packages/integrations/tailwind) from 5.1.2 to 5.1.3. - [Release notes](https://github.com/withastro/astro/releases) - [Changelog](https://github.com/withastro/astro/blob/main/packages/integrations/tailwind/CHANGELOG.md) - [Commits](https://github.com/withastro/astro/commits/@astrojs/tailwind@5.1.3/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 | 12 ++++++------ package.json | 2 +- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/package-lock.json b/package-lock.json index 38764e1..72fa35f 100644 --- a/package-lock.json +++ b/package-lock.json @@ -11,7 +11,7 @@ "@astrojs/sitemap": "^3.2.1", "@astrojs/starlight": "^0.29.2", "@astrojs/starlight-tailwind": "^2.0.3", - "@astrojs/tailwind": "^5.1.2", + "@astrojs/tailwind": "^5.1.3", "@preline/accordion": "^2.5.0", "@preline/collapse": "^2.6.0", "@preline/dropdown": "^2.5.0", @@ -246,16 +246,16 @@ } }, "node_modules/@astrojs/tailwind": { - "version": "5.1.2", - "resolved": "https://registry.npmjs.org/@astrojs/tailwind/-/tailwind-5.1.2.tgz", - "integrity": "sha512-IvOF0W/dtHElcXvhrPR35nHmhyV3cfz1EzPitMGtU7sYy9Hci3BNK1To6FWmVuuNKPxza1IgCGetSynJZL7fOg==", + "version": "5.1.3", + "resolved": "https://registry.npmjs.org/@astrojs/tailwind/-/tailwind-5.1.3.tgz", + "integrity": "sha512-XF7WhXRhqEHGvADqc0kDtF7Yv/g4wAWTaj91jBBTBaYnc4+MQLH94duFfFa4NlTkRG40VQd012eF3MhO3Kk+bg==", "dependencies": { "autoprefixer": "^10.4.20", - "postcss": "^8.4.47", + "postcss": "^8.4.49", "postcss-load-config": "^4.0.2" }, "peerDependencies": { - "astro": "^3.0.0 || ^4.0.0 || ^5.0.0-beta.0", + "astro": "^3.0.0 || ^4.0.0 || ^5.0.0", "tailwindcss": "^3.0.24" } }, diff --git a/package.json b/package.json index 132c923..4990c1a 100644 --- a/package.json +++ b/package.json @@ -14,7 +14,7 @@ "@astrojs/sitemap": "^3.2.1", "@astrojs/starlight": "^0.29.2", "@astrojs/starlight-tailwind": "^2.0.3", - "@astrojs/tailwind": "^5.1.2", + "@astrojs/tailwind": "^5.1.3", "@preline/accordion": "^2.5.0", "@preline/collapse": "^2.6.0", "@preline/dropdown": "^2.5.0",