From 35d6862321e614080711a61c2898e1b8a26207ea Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 24 May 2026 22:23:39 +0000 Subject: [PATCH] build(deps-dev): bump tailwindcss from 4.2.2 to 4.3.0 Bumps [tailwindcss](https://github.com/tailwindlabs/tailwindcss/tree/HEAD/packages/tailwindcss) from 4.2.2 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] --- client/package.json | 2 +- package-lock.json | 9 ++++++++- 2 files changed, 9 insertions(+), 2 deletions(-) diff --git a/client/package.json b/client/package.json index bf25088..7e979f4 100644 --- a/client/package.json +++ b/client/package.json @@ -29,7 +29,7 @@ "@types/react": "^18.3.28", "@types/react-dom": "^18.3.7", "@vitejs/plugin-react": "^6.0.1", - "tailwindcss": "^4.2.2", + "tailwindcss": "^4.3.0", "typescript": "^6.0.2", "vite": "^8.0.10" } diff --git a/package-lock.json b/package-lock.json index 9b1b90e..306e269 100644 --- a/package-lock.json +++ b/package-lock.json @@ -56,7 +56,7 @@ "@types/react": "^18.3.28", "@types/react-dom": "^18.3.7", "@vitejs/plugin-react": "^6.0.1", - "tailwindcss": "^4.2.2", + "tailwindcss": "^4.3.0", "typescript": "^6.0.2", "vite": "^8.0.10" } @@ -497,6 +497,13 @@ "@rolldown/binding-win32-x64-msvc": "1.0.2" } }, + "client/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" + }, "client/node_modules/tinyglobby": { "version": "0.2.16", "resolved": "https://registry.npmjs.org/tinyglobby/-/tinyglobby-0.2.16.tgz",