From 5eb83fab869e6b4e47d004e12a4c2e36d075c4f5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 8 Aug 2023 20:57:10 +0200 Subject: [PATCH] chore(deps-dev): bump prettier from 3.0.0 to 3.0.1 in /docs (#325) Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- docs/package.json | 2 +- docs/yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/docs/package.json b/docs/package.json index 026fa312..91a3ccd6 100644 --- a/docs/package.json +++ b/docs/package.json @@ -32,7 +32,7 @@ "@docusaurus/module-type-aliases": "2.4.1", "@tsconfig/docusaurus": "^2.0.0", "eslint": "^8.46.0", - "prettier": "^3.0.0", + "prettier": "^3.0.1", "typescript": "^5.1.6" }, "browserslist": { diff --git a/docs/yarn.lock b/docs/yarn.lock index 9afee385..f781caa8 100644 --- a/docs/yarn.lock +++ b/docs/yarn.lock @@ -6133,10 +6133,10 @@ prepend-http@^2.0.0: resolved "https://registry.yarnpkg.com/prepend-http/-/prepend-http-2.0.0.tgz#e92434bfa5ea8c19f41cdfd401d741a3c819d897" integrity sha512-ravE6m9Atw9Z/jjttRUZ+clIXogdghyZAuWJ3qEzjT+jI/dL1ifAqhZeC5VHzQp1MSt1+jxKkFNemj/iO7tVUA== -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== +prettier@^3.0.1: + version "3.0.1" + resolved "https://registry.yarnpkg.com/prettier/-/prettier-3.0.1.tgz#65271fc9320ce4913c57747a70ce635b30beaa40" + integrity sha512-fcOWSnnpCrovBsmFZIGIy9UqK2FaI7Hqax+DIO0A9UxeVoY4iweyaFjS5TavZN97Hfehph0nhsZnjlVKzEQSrQ== pretty-error@^4.0.0: version "4.0.0"