From 51ee934209a7e36fa09c1ae2071e667bd5431dd1 Mon Sep 17 00:00:00 2001 From: Stephen Sorensen Date: Wed, 21 Aug 2024 11:05:22 -0400 Subject: [PATCH] fix: upgrade tailwindcss from 3.4.4 to 3.4.6 (#77) --- package-lock.json | 14 +++++++------- package.json | 2 +- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/package-lock.json b/package-lock.json index 2b703a1..22044c2 100644 --- a/package-lock.json +++ b/package-lock.json @@ -19,7 +19,7 @@ "react-icons": "^5.2.1", "react-is": "^18.3.1", "react-popper": "^2.2.5", - "tailwindcss": "^3.4.4" + "tailwindcss": "^3.4.6" }, "devDependencies": { "@babel/core": "^7.19.6", @@ -17395,9 +17395,9 @@ "dev": 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.6", + "resolved": "https://registry.npmjs.org/tailwindcss/-/tailwindcss-3.4.6.tgz", + "integrity": "sha512-1uRHzPB+Vzu57ocybfZ4jh5Q3SdlH7XW23J5sQoM9LhE9eIOlzxer/3XPSsycvih3rboRsvt0QCmzSrqyOYUIA==", "license": "MIT", "dependencies": { "@alloc/quick-lru": "^5.2.0", @@ -31157,9 +31157,9 @@ "dev": true }, "tailwindcss": { - "version": "3.4.4", - "resolved": "https://registry.npmjs.org/tailwindcss/-/tailwindcss-3.4.4.tgz", - "integrity": "sha512-ZoyXOdJjISB7/BcLTR6SEsLgKtDStYyYZVLsUtWChO4Ps20CBad7lfJKVDiejocV4ME1hLmyY0WJE3hSDcmQ2A==", + "version": "3.4.6", + "resolved": "https://registry.npmjs.org/tailwindcss/-/tailwindcss-3.4.6.tgz", + "integrity": "sha512-1uRHzPB+Vzu57ocybfZ4jh5Q3SdlH7XW23J5sQoM9LhE9eIOlzxer/3XPSsycvih3rboRsvt0QCmzSrqyOYUIA==", "requires": { "@alloc/quick-lru": "^5.2.0", "arg": "^5.0.2", diff --git a/package.json b/package.json index aef9d2d..6d74385 100644 --- a/package.json +++ b/package.json @@ -299,7 +299,7 @@ "react-icons": "^5.2.1", "react-is": "^18.3.1", "react-popper": "^2.2.5", - "tailwindcss": "^3.4.4" + "tailwindcss": "^3.4.6" }, "devDependencies": { "@babel/core": "^7.19.6",