From 1bf2c8f1816ffaec8de6d216a86394d76b978a26 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 7 Mar 2025 22:34:34 +0000 Subject: [PATCH] chore(deps-dev): Bump tailwindcss from 3.4.17 to 4.0.12 Bumps [tailwindcss](https://github.com/tailwindlabs/tailwindcss/tree/HEAD/packages/tailwindcss) from 3.4.17 to 4.0.12. - [Release notes](https://github.com/tailwindlabs/tailwindcss/releases) - [Changelog](https://github.com/tailwindlabs/tailwindcss/blob/main/CHANGELOG.md) - [Commits](https://github.com/tailwindlabs/tailwindcss/commits/v4.0.12/packages/tailwindcss) --- updated-dependencies: - dependency-name: 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 32b34b1..49aa306 100644 --- a/package.json +++ b/package.json @@ -36,7 +36,7 @@ "eslint": "^8.57.1", "eslint-plugin-vue": "^9.29.1", "postcss": "^8.4.47", - "tailwindcss": "^3.4.1", + "tailwindcss": "^4.0.12", "terser-webpack-plugin": "^5.3.10", "vue": "^2.7.16", "vue-template-compiler": "^2.7.16"