From 8875f36d36aa5eb56c6dc49a8ebe1790226a13dc Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 4 Jul 2022 03:25:36 +0000 Subject: [PATCH] Bump @types/tailwindcss from 2.2.4 to 3.0.11 Bumps [@types/tailwindcss](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/tailwindcss) from 2.2.4 to 3.0.11. - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases) - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/tailwindcss) --- updated-dependencies: - dependency-name: "@types/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..42d13f4 100644 --- a/package.json +++ b/package.json @@ -21,7 +21,7 @@ "@tailwindcss/forms": "^0.3.4", "@tailwindcss/line-clamp": "^0.2.2", "@tailwindcss/typography": "^0.4.1", - "@types/tailwindcss": "^2.2.1", + "@types/tailwindcss": "^3.0.11", "@vitejs/plugin-vue": "^1.9.3", "@vue/compiler-sfc": "^3.2.6", "autoprefixer": "^10.3.7",