From 49062ce3a4b229a9fe4efe1ed1d358c5d3894bfe Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 Feb 2023 04:01:53 +0000 Subject: [PATCH] Bump tailwindcss from 2.2.19 to 3.2.6 Bumps [tailwindcss](https://github.com/tailwindlabs/tailwindcss) from 2.2.19 to 3.2.6. - [Release notes](https://github.com/tailwindlabs/tailwindcss/releases) - [Changelog](https://github.com/tailwindlabs/tailwindcss/blob/master/CHANGELOG.md) - [Commits](https://github.com/tailwindlabs/tailwindcss/compare/v2.2.19...v3.2.6) --- updated-dependencies: - dependency-name: tailwindcss dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index b844368..2e73a77 100644 --- a/package.json +++ b/package.json @@ -26,7 +26,7 @@ "@vue/compiler-sfc": "^3.2.6", "autoprefixer": "^10.3.7", "netlify-cli": "^6.10.4", - "tailwindcss": "^2.2.16", + "tailwindcss": "^3.2.6", "unplugin-icons": "^0.12.14", "unplugin-vue-components": "^0.15.6", "vite": "^2.6.5",