diff --git a/package-lock.json b/package-lock.json index 7d62907..59413a1 100644 --- a/package-lock.json +++ b/package-lock.json @@ -30,7 +30,7 @@ "postcss": "8.4.32", "prettier": "3.1.1", "prettier-plugin-tailwindcss": "0.5.9", - "tailwindcss": "3.3.6", + "tailwindcss": "3.4.0", "typescript": "5.3.3" }, "engines": { @@ -4152,9 +4152,9 @@ } }, "node_modules/tailwindcss": { - "version": "3.3.6", - "resolved": "https://registry.npmjs.org/tailwindcss/-/tailwindcss-3.3.6.tgz", - "integrity": "sha512-AKjF7qbbLvLaPieoKeTjG1+FyNZT6KaJMJPFeQyLfIp7l82ggH1fbHJSsYIvnbTFQOlkh+gBYpyby5GT1LIdLw==", + "version": "3.4.0", + "resolved": "https://registry.npmjs.org/tailwindcss/-/tailwindcss-3.4.0.tgz", + "integrity": "sha512-VigzymniH77knD1dryXbyxR+ePHihHociZbXnLZHUyzf2MMs2ZVqlUrZ3FvpXP8pno9JzmILt1sZPD19M3IxtA==", "dev": true, "dependencies": { "@alloc/quick-lru": "^5.2.0", diff --git a/package.json b/package.json index 5908ec8..ffc3ab8 100644 --- a/package.json +++ b/package.json @@ -32,7 +32,7 @@ "postcss": "8.4.32", "prettier": "3.1.1", "prettier-plugin-tailwindcss": "0.5.9", - "tailwindcss": "3.3.6", + "tailwindcss": "3.4.0", "typescript": "5.3.3" }, "engines": {