From 0dce75e1c2be4c9261889d18a949a3b1e147a88e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 26 Apr 2023 08:58:37 +0000 Subject: [PATCH] Bump tailwindcss from 2.2.19 to 3.3.2 Bumps [tailwindcss](https://github.com/tailwindlabs/tailwindcss) from 2.2.19 to 3.3.2. - [Release notes](https://github.com/tailwindlabs/tailwindcss/releases) - [Changelog](https://github.com/tailwindlabs/tailwindcss/blob/v3.3.2/CHANGELOG.md) - [Commits](https://github.com/tailwindlabs/tailwindcss/compare/v2.2.19...v3.3.2) --- updated-dependencies: - dependency-name: tailwindcss dependency-type: direct:production 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 6a4c7c0..9ce314d 100644 --- a/package.json +++ b/package.json @@ -34,7 +34,7 @@ "flat": "^5.0.2", "lodash": "^4.17.15", "postcss": "^8.3.0", - "tailwindcss": "^2.1.4" + "tailwindcss": "^3.3.2" }, "devDependencies": { "@babel/cli": "^7.6.4",