From c50e9c043bbf0009ad4464d71eb0245cdb73c629 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 25 May 2026 15:49:34 +0000 Subject: [PATCH] deps(seaop-frontend)(deps-dev): bump tailwindcss Bumps [tailwindcss](https://github.com/tailwindlabs/tailwindcss/tree/HEAD/packages/tailwindcss) from 3.4.19 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-major ... Signed-off-by: dependabot[bot] --- SEAOP_REACT/frontend/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/SEAOP_REACT/frontend/package.json b/SEAOP_REACT/frontend/package.json index 7dfdd38..bf2bd18 100644 --- a/SEAOP_REACT/frontend/package.json +++ b/SEAOP_REACT/frontend/package.json @@ -25,7 +25,7 @@ "@vitejs/plugin-react": "^4.3.4", "autoprefixer": "^10.4.20", "postcss": "^8.4.49", - "tailwindcss": "^3.4.17", + "tailwindcss": "^4.3.0", "typescript": "^5.6.3", "vite": "^6.0.7" }