From 6a0deb06854ac2623369e85614915b603430355d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 11 Jul 2022 03:16:46 +0000 Subject: [PATCH] Bump @types/tailwindcss from 2.2.4 to 3.1.0 Bumps [@types/tailwindcss](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/tailwindcss) from 2.2.4 to 3.1.0. - [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..e23bbe1 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.1.0", "@vitejs/plugin-vue": "^1.9.3", "@vue/compiler-sfc": "^3.2.6", "autoprefixer": "^10.3.7",