From fab0059906654261e3c78c2df72d484c3636cd25 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 27 Mar 2023 01:36:59 +0000 Subject: [PATCH] Bump @astrojs/tailwind from 3.0.1 to 3.1.1 Bumps [@astrojs/tailwind](https://github.com/withastro/astro/tree/HEAD/packages/integrations/tailwind) from 3.0.1 to 3.1.1. - [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@3.1.1/packages/integrations/tailwind) --- updated-dependencies: - dependency-name: "@astrojs/tailwind" dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index eb21123..e8db684 100644 --- a/package.json +++ b/package.json @@ -23,7 +23,7 @@ "@astrojs/partytown": "^1.1.1", "@astrojs/prefetch": "^0.2.1", "@astrojs/react": "^2.0.2", - "@astrojs/tailwind": "^3.0.1", + "@astrojs/tailwind": "^3.1.1", "@fortawesome/fontawesome-svg-core": "^6.2.1", "@fortawesome/free-brands-svg-icons": "^6.2.1", "@fortawesome/free-solid-svg-icons": "^6.2.1", diff --git a/yarn.lock b/yarn.lock index cff3d9d..63fc39e 100644 --- a/yarn.lock +++ b/yarn.lock @@ -97,10 +97,10 @@ "@babel/core" ">=7.0.0-0 <8.0.0" "@babel/plugin-transform-react-jsx" "^7.17.12" -"@astrojs/tailwind@^3.0.1": - version "3.0.1" - resolved "https://registry.yarnpkg.com/@astrojs/tailwind/-/tailwind-3.0.1.tgz#81e363b6c59b0d8b36b29818835cf0a6691feb30" - integrity sha512-QSYh/xmz454j1yZU9rjw2J24PpH7j3h2ClesqMaAniOtcuL8RfP7KYCnCrk01xvjwqqO+QBpZNDD/SUhHNtFFg== +"@astrojs/tailwind@^3.1.1": + version "3.1.1" + resolved "https://registry.yarnpkg.com/@astrojs/tailwind/-/tailwind-3.1.1.tgz#8d8c2f875401e8e88692cf2b99b48de9d5d82156" + integrity sha512-Wx/ZtVnmtfqHWGVzvUEYZm8rufVKVgDIef0q6fzwUxoT1EpTTwBkTbpnzooogewMLOh2eTscasGe3Ih2HC1wVA== dependencies: "@proload/core" "^0.3.2" autoprefixer "^10.4.7"