From 264d66209a0ce380a5aa35af3ecaccda39a9c215 Mon Sep 17 00:00:00 2001 From: NPM Update Bot Date: Tue, 16 Jul 2024 01:18:34 +0000 Subject: [PATCH] npm: package updates --- src/package-lock.json | 8 ++++---- src/package.json | 2 +- src/www/css/app.css | 18 +----------------- 3 files changed, 6 insertions(+), 22 deletions(-) diff --git a/src/package-lock.json b/src/package-lock.json index fa406416..cb826c8e 100644 --- a/src/package-lock.json +++ b/src/package-lock.json @@ -18,7 +18,7 @@ }, "devDependencies": { "eslint-config-athom": "^3.1.3", - "tailwindcss": "^3.4.4" + "tailwindcss": "^3.4.5" }, "engines": { "node": "18" @@ -4719,9 +4719,9 @@ "peer": true }, "node_modules/tailwindcss": { - "version": "3.4.4", - "resolved": "https://registry.npmjs.org/tailwindcss/-/tailwindcss-3.4.4.tgz", - "integrity": "sha512-ZoyXOdJjISB7/BcLTR6SEsLgKtDStYyYZVLsUtWChO4Ps20CBad7lfJKVDiejocV4ME1hLmyY0WJE3hSDcmQ2A==", + "version": "3.4.5", + "resolved": "https://registry.npmjs.org/tailwindcss/-/tailwindcss-3.4.5.tgz", + "integrity": "sha512-DlTxttYcogpDfx3tf/8jfnma1nfAYi2cBUYV2YNoPPecwmO3YGiFlOX9D8tGAu+EDF38ryBzvrDKU/BLMsUwbw==", "dev": true, "dependencies": { "@alloc/quick-lru": "^5.2.0", diff --git a/src/package.json b/src/package.json index 24887815..435407f2 100644 --- a/src/package.json +++ b/src/package.json @@ -22,7 +22,7 @@ }, "devDependencies": { "eslint-config-athom": "^3.1.3", - "tailwindcss": "^3.4.4" + "tailwindcss": "^3.4.5" }, "nodemonConfig": { "ignore": [ diff --git a/src/www/css/app.css b/src/www/css/app.css index 2bd44261..0bc5ca48 100644 --- a/src/www/css/app.css +++ b/src/www/css/app.css @@ -1,5 +1,5 @@ /* -! tailwindcss v3.4.4 | MIT License | https://tailwindcss.com +! tailwindcss v3.4.5 | MIT License | https://tailwindcss.com */ /* @@ -766,10 +766,6 @@ video { display: none; } -.h-1 { - height: 0.25rem; -} - .h-10 { height: 2.5rem; } @@ -778,10 +774,6 @@ video { height: 3rem; } -.h-14 { - height: 3.5rem; -} - .h-2 { height: 0.5rem; } @@ -794,10 +786,6 @@ video { height: 0.75rem; } -.h-32 { - height: 8rem; -} - .h-4 { height: 1rem; } @@ -911,10 +899,6 @@ video { flex-direction: column; } -.flex-wrap { - flex-wrap: wrap; -} - .items-center { align-items: center; }