From c04e45e9644a1e2dc5acc554480c76f706b35d5f Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 22 Jun 2026 16:04:20 +0000 Subject: [PATCH] chore(deps): update tailwindcss monorepo to ^4.3.1 --- 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 39c52cb77..d9bef9f75 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.3.0", + "@tailwindcss/postcss": "^4.3.1", "cypress": "15.17.0", - "tailwindcss": "^4.3.0" + "tailwindcss": "^4.3.1" } }, "node_modules/@alloc/quick-lru": { diff --git a/examples/nextjs/package.json b/examples/nextjs/package.json index 34c9b845c..ee91380c7 100644 --- a/examples/nextjs/package.json +++ b/examples/nextjs/package.json @@ -16,9 +16,9 @@ "react-dom": "^19.2.4" }, "devDependencies": { - "@tailwindcss/postcss": "^4.3.0", + "@tailwindcss/postcss": "^4.3.1", "cypress": "15.17.0", - "tailwindcss": "^4.3.0" + "tailwindcss": "^4.3.1" }, "allowScripts": { "cypress": true,