From daa501542a001079f1ba3eae53969c63056705e1 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sun, 9 Nov 2025 04:47:57 +0000 Subject: [PATCH] feat: upgrade tailwindcss from 3.3.6 to 4.1.14 Snyk has created this PR to upgrade tailwindcss from 3.3.6 to 4.1.14. See this package in npm: tailwindcss See this project in Snyk: https://app.snyk.io/org/nerds-github/project/ee36eb20-a1af-42a9-95ba-e0bf3ed8d1c7?utm_source=github&utm_medium=referral&page=upgrade-pr --- examples/caching/with-react-query-nextjs-14/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/caching/with-react-query-nextjs-14/package.json b/examples/caching/with-react-query-nextjs-14/package.json index f3f0bfc140979..88b2d9cf1eb37 100644 --- a/examples/caching/with-react-query-nextjs-14/package.json +++ b/examples/caching/with-react-query-nextjs-14/package.json @@ -25,7 +25,7 @@ "eslint": "^8", "eslint-config-next": "14.0.3", "postcss": "^8", - "tailwindcss": "^3.3.0", + "tailwindcss": "^4.1.14", "typescript": "^5" } }