From dbe3c7b49fcc200ad791e0c0eaddf940818934bc Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 9 Jul 2023 07:37:23 +0000 Subject: [PATCH] chore(deps-dev): bump prettier from 2.8.7 to 3.0.0 Bumps [prettier](https://github.com/prettier/prettier) from 2.8.7 to 3.0.0. - [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.8.7...3.0.0) --- updated-dependencies: - dependency-name: prettier 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 f08cc2e..f396268 100644 --- a/package.json +++ b/package.json @@ -57,7 +57,7 @@ "postcss-cli": "^10.1.0", "postcss-import": "^15.1.0", "postcss-preset-env": "^8.3.1", - "prettier": "^2.8.7", + "prettier": "^3.0.0", "prettier-plugin-tailwindcss": "^0.2.7", "tailwindcss": "^3.3.1", "typescript": "^5.0.4", diff --git a/yarn.lock b/yarn.lock index ef0c5df..e44d7ab 100644 --- a/yarn.lock +++ b/yarn.lock @@ -7713,10 +7713,10 @@ prettier@2.7.1: resolved "https://registry.yarnpkg.com/prettier/-/prettier-2.7.1.tgz#e235806850d057f97bb08368a4f7d899f7760c64" integrity sha512-ujppO+MkdPqoVINuDFDRLClm7D78qbDt0/NR+wp5FqEZOoTNAjPHWj17QRhu7geIHJfcNhRk1XVQmF8Bp3ye+g== -prettier@^2.8.7: - version "2.8.7" - resolved "https://registry.yarnpkg.com/prettier/-/prettier-2.8.7.tgz#bb79fc8729308549d28fe3a98fce73d2c0656450" - integrity sha512-yPngTo3aXUUmyuTjeTUT75txrf+aMh9FiD7q9ZE/i6r0bPb22g4FsE6Y338PQX1bmfy08i9QQCB7/rcUAVntfw== +prettier@^3.0.0: + version "3.0.0" + resolved "https://registry.yarnpkg.com/prettier/-/prettier-3.0.0.tgz#e7b19f691245a21d618c68bc54dc06122f6105ae" + integrity sha512-zBf5eHpwHOGPC47h0zrPyNn+eAEIdEzfywMoYn2XPi0P44Zp0tSq64rq0xAREh4auw2cJZHo9QUob+NqCQky4g== pretty-format@^27.0.2, pretty-format@^27.5.1: version "27.5.1"