From 70199dd800b3fc1349df6ff17b6daa403f0ce85c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 19 Dec 2023 14:44:30 +0000 Subject: [PATCH] Bump tailwindcss from 2.2.19 to 3.3.7 Bumps [tailwindcss](https://github.com/tailwindlabs/tailwindcss) from 2.2.19 to 3.3.7. - [Release notes](https://github.com/tailwindlabs/tailwindcss/releases) - [Changelog](https://github.com/tailwindlabs/tailwindcss/blob/v3.3.7/CHANGELOG.md) - [Commits](https://github.com/tailwindlabs/tailwindcss/compare/v2.2.19...v3.3.7) --- 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 e6fb1d9..13081d4 100644 --- a/package.json +++ b/package.json @@ -20,7 +20,7 @@ "postcss-import": "^14.0.2", "postcss-nested": "^5.0.5", "resolve-url-loader": "^4.0.0", - "tailwindcss": "^2.1.2", + "tailwindcss": "^3.3.7", "vue-loader": "^16.3.0", "vue-template-compiler": "^2.6.12" },