From 5200d61ca402cba6447880e47235fd68d45f6482 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 8 Nov 2021 03:10:22 +0000 Subject: [PATCH] Update @types/tailwindcss requirement from ^2.2.1 to ^2.2.4 Updates the requirements on [@types/tailwindcss](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/tailwindcss) to permit the latest version. - [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 ... 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..b97d1f4 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": "^2.2.4", "@vitejs/plugin-vue": "^1.9.3", "@vue/compiler-sfc": "^3.2.6", "autoprefixer": "^10.3.7",