From 579b79d4eccee738ec22368242b4b90be50c6cb9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 10 Feb 2026 00:51:21 +0000 Subject: [PATCH] :arrow_up: deps(dev): Bump prettier from 2.7.1 to 3.8.1 Bumps [prettier](https://github.com/prettier/prettier) from 2.7.1 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/2.7.1...3.8.1) --- updated-dependencies: - dependency-name: prettier dependency-version: 3.8.1 dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index 443732c8..d8059e5f 100644 --- a/package.json +++ b/package.json @@ -88,7 +88,7 @@ "jest-environment-jsdom": "^29.2.1", "next-sitemap": "^4.2.3", "postcss": "^8.4.14", - "prettier": "^2.7.1", + "prettier": "^3.8.1", "prettier-plugin-tailwindcss": "^0.1.11", "prisma": "^4.5.0", "tailwindcss": "^3.1.3", diff --git a/yarn.lock b/yarn.lock index 72f63ed5..84c94b9a 100644 --- a/yarn.lock +++ b/yarn.lock @@ -11831,10 +11831,10 @@ prettier-plugin-tailwindcss@^0.1.11: resolved "https://registry.yarnpkg.com/prettier-plugin-tailwindcss/-/prettier-plugin-tailwindcss-0.1.11.tgz#6112da68d9d022b7f896d35c070464931c99c35f" integrity sha512-a28+1jvpIZQdZ/W97wOXb6VqI762MKE/TxMMuibMEHhyYsSxQA8Ek30KObd5kJI2HF1ldtSYprFayXJXi3pz8Q== -prettier@^2.7.1: - version "2.7.1" - resolved "https://registry.yarnpkg.com/prettier/-/prettier-2.7.1.tgz#e235806850d057f97bb08368a4f7d899f7760c64" - integrity sha512-ujppO+MkdPqoVINuDFDRLClm7D78qbDt0/NR+wp5FqEZOoTNAjPHWj17QRhu7geIHJfcNhRk1XVQmF8Bp3ye+g== +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== pretty-format@^29.0.0, pretty-format@^29.2.1: version "29.2.1"