From 89e60bfe58a2dec9d8e807a0ccdd047648b1be23 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 8 Aug 2022 10:22:12 +0000 Subject: [PATCH] Bump tailwindcss from 1.9.6 to 3.1.8 Bumps [tailwindcss](https://github.com/tailwindlabs/tailwindcss) from 1.9.6 to 3.1.8. - [Release notes](https://github.com/tailwindlabs/tailwindcss/releases) - [Changelog](https://github.com/tailwindlabs/tailwindcss/blob/master/CHANGELOG.md) - [Commits](https://github.com/tailwindlabs/tailwindcss/compare/v1.9.6...v3.1.8) --- 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 3b692fc..ab188d5 100644 --- a/package.json +++ b/package.json @@ -18,7 +18,7 @@ }, "dependencies": { "axios": "^0.19.0", - "tailwindcss": "^1.1.2", + "tailwindcss": "^3.1.8", "vue": "^2.5.0", "vue-moment": "^4.0.0" }