From 8216859994c5767b2133f77a0af9857e9516b6c9 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 13 May 2026 15:48:09 +0000 Subject: [PATCH] chore(deps): update tailwindcss monorepo to ^4.3.0 --- examples/nextjs/package-lock.json | 4 ++-- examples/nextjs/package.json | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/examples/nextjs/package-lock.json b/examples/nextjs/package-lock.json index 493c1f8d3..4a171b763 100644 --- a/examples/nextjs/package-lock.json +++ b/examples/nextjs/package-lock.json @@ -13,9 +13,9 @@ "react-dom": "^19.2.4" }, "devDependencies": { - "@tailwindcss/postcss": "^4.2.4", + "@tailwindcss/postcss": "^4.3.0", "cypress": "15.15.0", - "tailwindcss": "^4.2.4" + "tailwindcss": "^4.3.0" } }, "node_modules/@alloc/quick-lru": { diff --git a/examples/nextjs/package.json b/examples/nextjs/package.json index c5e7d4747..549da6ff1 100644 --- a/examples/nextjs/package.json +++ b/examples/nextjs/package.json @@ -16,8 +16,8 @@ "react-dom": "^19.2.4" }, "devDependencies": { - "@tailwindcss/postcss": "^4.2.4", + "@tailwindcss/postcss": "^4.3.0", "cypress": "15.15.0", - "tailwindcss": "^4.2.4" + "tailwindcss": "^4.3.0" } }