From 08c2f69f0f3dbf4881d3c1cef543d10d0a6bc3b1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 3 Sep 2026 08:59:18 +0000 Subject: [PATCH] chore(deps): bump tailwindcss from 4.3.2 to 4.3.3 Bumps [tailwindcss](https://github.com/tailwindlabs/tailwindcss/tree/HEAD/packages/tailwindcss) from 4.3.2 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:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- examples/angular/package.json | 2 +- examples/nextjs-ssr/package.json | 2 +- examples/nextjs/package.json | 2 +- pnpm-lock.yaml | 12 ++++++------ pnpm-workspace.yaml | 2 +- 5 files changed, 10 insertions(+), 10 deletions(-) diff --git a/examples/angular/package.json b/examples/angular/package.json index e6d5d465..71dad81a 100644 --- a/examples/angular/package.json +++ b/examples/angular/package.json @@ -41,7 +41,7 @@ "express": "^5.2.1", "postcss": "catalog:", "rxjs": "~7.8.2", - "tailwindcss": "^4.3.2", + "tailwindcss": "^4.3.3", "tslib": "^2.8.1", "zone.js": "~0.16.2" }, diff --git a/examples/nextjs-ssr/package.json b/examples/nextjs-ssr/package.json index 376d2c10..7647532c 100644 --- a/examples/nextjs-ssr/package.json +++ b/examples/nextjs-ssr/package.json @@ -31,7 +31,7 @@ "vite": "catalog:", "postcss": "catalog:", "postcss-load-config": "^6.0.1", - "tailwindcss": "^4.3.2", + "tailwindcss": "^4.3.3", "typescript": "catalog:" } } diff --git a/examples/nextjs/package.json b/examples/nextjs/package.json index 0227d446..7c6dd490 100644 --- a/examples/nextjs/package.json +++ b/examples/nextjs/package.json @@ -30,7 +30,7 @@ "@types/react-dom": "catalog:", "postcss": "catalog:", "postcss-load-config": "^6.0.1", - "tailwindcss": "^4.3.2", + "tailwindcss": "^4.3.3", "typescript": "catalog:" } } diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 8b339011..01835570 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -127,8 +127,8 @@ catalogs: specifier: ^7.8.2 version: 7.8.2 tailwindcss: - specifier: ^4.3.2 - version: 4.3.2 + specifier: ^4.3.3 + version: 4.3.3 tsup: specifier: 8.5.1 version: 8.5.1 @@ -549,7 +549,7 @@ importers: version: 3.9.4 tailwindcss: specifier: 'catalog:' - version: 4.3.2 + version: 4.3.3 vite: specifier: 'catalog:' version: 8.2.1(@types/node@26.2.0)(esbuild@0.28.1)(jiti@2.7.0)(less@4.6.4)(sass@1.99.0)(terser@5.46.2)(tsx@4.23.0)(yaml@2.9.0) @@ -733,7 +733,7 @@ importers: version: 6.0.3(vite@8.2.1(@types/node@26.1.0)(esbuild@0.28.1)(jiti@2.7.0)(less@4.6.4)(sass@1.99.0)(terser@5.46.2)(tsx@4.23.0)(yaml@2.9.0)) tailwindcss: specifier: 'catalog:' - version: 4.3.2 + version: 4.3.3 tsx: specifier: ^4.23.0 version: 4.23.0 @@ -1070,7 +1070,7 @@ importers: version: 4.13.0(typescript@6.0.3) tailwindcss: specifier: 'catalog:' - version: 4.3.2 + version: 4.3.3 tsup: specifier: 'catalog:' version: 8.5.1(jiti@2.7.0)(postcss@8.5.26)(tsx@4.23.0)(typescript@6.0.3)(yaml@2.9.0) @@ -1107,7 +1107,7 @@ importers: version: 6.1.3 tailwindcss: specifier: 'catalog:' - version: 4.3.2 + version: 4.3.3 tsup: specifier: 'catalog:' version: 8.5.1(jiti@2.7.0)(postcss@8.5.26)(tsx@4.23.0)(typescript@6.0.3)(yaml@2.9.0) diff --git a/pnpm-workspace.yaml b/pnpm-workspace.yaml index 2d7329e5..41a7614d 100644 --- a/pnpm-workspace.yaml +++ b/pnpm-workspace.yaml @@ -46,7 +46,7 @@ catalog: react-router: ^8.1.0 rimraf: ^6.1.3 rxjs: ^7.8.2 - tailwindcss: ^4.3.2 + tailwindcss: ^4.3.3 tsup: 8.5.1 typescript: ^6.0.3 vite: ^8.2.1