From 0f1df7513d5bda69ba9ac6e8b7079e7a87849e85 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 16 Feb 2026 14:55:50 +0000 Subject: [PATCH] Bump prettier from 3.8.0 to 3.8.1 in /with-tailwindcss-app Bumps [prettier](https://github.com/prettier/prettier) from 3.8.0 to 3.8.1. - [Release notes](https://github.com/prettier/prettier/releases) - [Changelog](https://github.com/prettier/prettier/blob/main/CHANGELOG.md) - [Commits](https://github.com/prettier/prettier/compare/3.8.0...3.8.1) --- updated-dependencies: - dependency-name: prettier dependency-version: 3.8.1 dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- with-tailwindcss-app/package.json | 2 +- with-tailwindcss-app/yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/with-tailwindcss-app/package.json b/with-tailwindcss-app/package.json index d77901b..486a6a2 100644 --- a/with-tailwindcss-app/package.json +++ b/with-tailwindcss-app/package.json @@ -38,7 +38,7 @@ "@types/shortid": "^2.2.0", "dotenv": "^17.2.3", "postcss": "^8.5.6", - "prettier": "3.8.0", + "prettier": "3.8.1", "tailwindcss": "^4.1.17", "typescript": "^5.9.3" } diff --git a/with-tailwindcss-app/yarn.lock b/with-tailwindcss-app/yarn.lock index 06ed237..643c73e 100644 --- a/with-tailwindcss-app/yarn.lock +++ b/with-tailwindcss-app/yarn.lock @@ -4756,10 +4756,10 @@ preact@^10.16.0: resolved "https://registry.yarnpkg.com/preact/-/preact-10.24.3.tgz#086386bd47071e3b45410ef20844c21e23828f64" integrity sha512-Z2dPnBnMUfyQfSQ+GBdsGa16hz35YmLmtTLhM169uW944hYL6xzTYkJjC07j+Wosz733pMWx0fgON3JNw1jJQA== -prettier@3.8.0: - version "3.8.0" - resolved "https://registry.yarnpkg.com/prettier/-/prettier-3.8.0.tgz#f72cf71505133f40cfa2ef77a2668cdc558fcd69" - integrity sha512-yEPsovQfpxYfgWNhCfECjG5AQaO+K3dp6XERmOepyPDVqcJm+bjyCVO3pmU+nAPe0N5dDvekfGezt/EIiRe1TA== +prettier@3.8.1: + version "3.8.1" + resolved "https://registry.yarnpkg.com/prettier/-/prettier-3.8.1.tgz#edf48977cf991558f4fcbd8a3ba6015ba2a3a173" + integrity sha512-UOnG6LftzbdaHZcKoPFtOcCKztrQ57WkHDeRD9t/PTQtmT0NHSeWWepj6pS0z/N7+08BHFDQVUrfmfMRcZwbMg== process-nextick-args@~2.0.0: version "2.0.1"