From fca6a73d34f4f403c5a0fff2856d4ce1cbbc05b4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 26 May 2026 01:36:35 +0000 Subject: [PATCH] chore(deps-dev): bump tailwindcss from 4.2.4 to 4.3.0 Bumps [tailwindcss](https://github.com/tailwindlabs/tailwindcss/tree/HEAD/packages/tailwindcss) from 4.2.4 to 4.3.0. - [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.0/packages/tailwindcss) --- updated-dependencies: - dependency-name: tailwindcss dependency-version: 4.3.0 dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- package-lock.json | 9 ++++++++- web/package.json | 2 +- 2 files changed, 9 insertions(+), 2 deletions(-) diff --git a/package-lock.json b/package-lock.json index 1533b67..ad4e90f 100644 --- a/package-lock.json +++ b/package-lock.json @@ -2692,7 +2692,7 @@ }, "devDependencies": { "@tailwindcss/vite": "^4.2.4", - "tailwindcss": "^4.2.4", + "tailwindcss": "^4.3.0", "vue-tsc": "^3.2.7" } }, @@ -2920,6 +2920,13 @@ "node": ">=16.20.1" } }, + "web/node_modules/tailwindcss": { + "version": "4.3.0", + "resolved": "https://registry.npmjs.org/tailwindcss/-/tailwindcss-4.3.0.tgz", + "integrity": "sha512-y6nxMGB1nMW9R6k96e5gdIFzcfL/gTJRNaqGes1YvkLnPVXzWgbqFF2yLC0T8G774n24cx3Pe8XrKoniCOAH+Q==", + "dev": true, + "license": "MIT" + }, "web/node_modules/unplugin": { "version": "3.0.0", "license": "MIT", diff --git a/web/package.json b/web/package.json index 11fa7af..eb2bcd5 100644 --- a/web/package.json +++ b/web/package.json @@ -15,7 +15,7 @@ }, "devDependencies": { "@tailwindcss/vite": "^4.2.4", - "tailwindcss": "^4.2.4", + "tailwindcss": "^4.3.0", "vue-tsc": "^3.2.7" } }