From 1bc0c7c982818f1a044ae568c1f7485173f8579c Mon Sep 17 00:00:00 2001 From: Kasper Juul Hermansen Date: Tue, 11 Feb 2025 02:20:47 +0000 Subject: [PATCH] chore(deps): update all dependencies --- src/client/package.json | 4 ++-- src/client/yarn.lock | 16 ++++++++-------- 2 files changed, 10 insertions(+), 10 deletions(-) diff --git a/src/client/package.json b/src/client/package.json index 2cfeb0d..54a9f53 100644 --- a/src/client/package.json +++ b/src/client/package.json @@ -18,7 +18,7 @@ "react-dom": "19.0.0", "react-redux": "9.2.0", "react-textarea-autosize": "8.5.7", - "tailwindcss": "4.0.5" + "tailwindcss": "4.0.6" }, "devDependencies": { "@types/react": "19.0.8", @@ -27,7 +27,7 @@ "cssnano": "7.0.6", "eslint": "9.20.0", "eslint-config-next": "15.1.6", - "postcss": "8.5.1", + "postcss": "8.5.2", "postcss-import": "16.1.0", "prettier": "3.5.0", "typescript": "5.7.3" diff --git a/src/client/yarn.lock b/src/client/yarn.lock index 49cda7c..ec459e0 100644 --- a/src/client/yarn.lock +++ b/src/client/yarn.lock @@ -4726,10 +4726,10 @@ postcss@8.4.31: picocolors "^1.0.0" source-map-js "^1.0.2" -postcss@8.5.1: - version "8.5.1" - resolved "https://registry.yarnpkg.com/postcss/-/postcss-8.5.1.tgz#e2272a1f8a807fafa413218245630b5db10a3214" - integrity sha512-6oz2beyjc5VMn/KV1pPw8fliQkhBXrVn1Z3TVyqZxU8kZpzEKhBdmCFqI6ZbmGtamQvQGuU1sgPTk8ZrXDD7jQ== +postcss@8.5.2: + version "8.5.2" + resolved "https://registry.yarnpkg.com/postcss/-/postcss-8.5.2.tgz#e7b99cb9d2ec3e8dd424002e7c16517cb2b846bd" + integrity sha512-MjOadfU3Ys9KYoX0AdkBlFEF1Vx37uCCeN4ZHnmwm9FfpbsGWMZeBLMmmpY+6Ocqod7mkdZ0DT31OlbsFrLlkA== dependencies: nanoid "^3.3.8" picocolors "^1.1.1" @@ -5502,10 +5502,10 @@ synckit@^0.8.4: "@pkgr/utils" "^2.3.1" tslib "^2.4.0" -tailwindcss@4.0.5: - version "4.0.5" - resolved "https://registry.yarnpkg.com/tailwindcss/-/tailwindcss-4.0.5.tgz#725c1b8589707e6d079b9940978d761be4a99b6b" - integrity sha512-DZZIKX3tA23LGTjHdnwlJOTxfICD1cPeykLLsYF1RQBI9QsCR3i0szohJfJDVjr6aNRAIio5WVO7FGB77fRHwg== +tailwindcss@4.0.6: + version "4.0.6" + resolved "https://registry.yarnpkg.com/tailwindcss/-/tailwindcss-4.0.6.tgz#c033bfba94d6e3bf70650a2f9fe949f39d3bb191" + integrity sha512-mysewHYJKaXgNOW6pp5xon/emCsfAMnO8WMaGKZZ35fomnR/T5gYnRg2/yRTTrtXiEl1tiVkeRt0eMO6HxEZqw== tapable@^2.2.0: version "2.2.1"