From afc2e9acc97075280082e817b6125eacaf61846b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 15 Aug 2026 09:45:47 +0000 Subject: [PATCH] chore(deps-dev): bump tailwindcss from 3.4.19 to 4.3.3 Bumps [tailwindcss](https://github.com/tailwindlabs/tailwindcss/tree/HEAD/packages/tailwindcss) from 3.4.19 to 4.3.3. - [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.3.3/packages/tailwindcss) --- updated-dependencies: - dependency-name: tailwindcss dependency-version: 4.3.3 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 d7e9a30..1a14a43 100644 --- a/package.json +++ b/package.json @@ -38,7 +38,7 @@ "eslint": "^9.18.0", "markdownlint-cli": "^0.49.1", "prettier": "^3.9.6", - "tailwindcss": "^3.4.19", + "tailwindcss": "^4.3.3", "typescript": "^5.7.0", "vitepress": "^1.6.4", "vue-router": "^5.2.0",