From 8b8b6d05c796d78ad57da0df5978aec4226b36a7 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 18 Jul 2024 01:35:25 +0000 Subject: [PATCH] chore: update dependency prettier to ^3.3.3 --- package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index ea53fb6..e1fe243 100644 --- a/package.json +++ b/package.json @@ -42,7 +42,7 @@ "eslint": "^9.0.0", "eslint-config-smarthr": "^6.29.0", "npm-run-all": "^4.1.5", - "prettier": "^3.3.1", + "prettier": "^3.3.3", "prettier-config-smarthr": "^1.0.0", "rimraf": "^6.0.1", "standard-version": "^9.5.0", diff --git a/yarn.lock b/yarn.lock index 6f9aa43..96b8876 100644 --- a/yarn.lock +++ b/yarn.lock @@ -2798,10 +2798,10 @@ prettier-config-smarthr@^1.0.0: resolved "https://registry.yarnpkg.com/prettier-config-smarthr/-/prettier-config-smarthr-1.0.0.tgz#1d9ca4c9601db481b3bae701d13107ac868c28d0" integrity sha512-4sCh8QhwdDn46O+zEi83PXIVcpLIYHp5FPKCQ19VUJuhvkotDJd0mHlevlNIZ2OW8v+mK7HMZpAeaPiGhvjG4Q== -prettier@^3.3.1: - version "3.3.1" - resolved "https://registry.yarnpkg.com/prettier/-/prettier-3.3.1.tgz#e68935518dd90bb7ec4821ba970e68f8de16e1ac" - integrity sha512-7CAwy5dRsxs8PHXT3twixW9/OEll8MLE0VRPCJyl7CkS6VHGPSlsVaWTiASPTyGyYRyApxlaWTzwUxVNrhcwDg== +prettier@^3.3.3: + version "3.3.3" + resolved "https://registry.yarnpkg.com/prettier/-/prettier-3.3.3.tgz#30c54fe0be0d8d12e6ae61dbb10109ea00d53105" + integrity sha512-i2tDNA0O5IrMO757lfrdQZCc2jPNDVntV0m/+4whiDfWaTKfMNgR7Qz0NAeGz/nRqF4m5/6CLzbP4/liHt12Ew== process-nextick-args@~2.0.0: version "2.0.1"