diff --git a/package.json b/package.json index 4ed88acef..cf4caaabe 100644 --- a/package.json +++ b/package.json @@ -55,7 +55,7 @@ "postcss-import": "^14.0.2", "postcss-prefixer": "^2.1.3", "postcss-preset-env": "^6.7.0", - "prettier": "^2.7.1" + "prettier": "^3.3.1" }, "lint-staged": { "*.{mjs,js,json,md,css}": "prettier --write" diff --git a/yarn.lock b/yarn.lock index 613cfa40d..440d87933 100644 --- a/yarn.lock +++ b/yarn.lock @@ -2284,10 +2284,10 @@ prelude-ls@^1.2.1: resolved "https://registry.yarnpkg.com/prelude-ls/-/prelude-ls-1.2.1.tgz#debc6489d7a6e6b0e7611888cec880337d316396" integrity sha512-vkcDPrRZo1QZLbn5RLGPpg/WmIQ65qoWWhcGKf/b5eplkkarX0m9z8ppCat4mlOqUsWpyNuYgO3VRyrYHSzX5g== -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.3.1: + version "3.3.1" + resolved "https://registry.yarnpkg.com/prettier/-/prettier-3.3.1.tgz#e68935518dd90bb7ec4821ba970e68f8de16e1ac" + integrity sha512-7CAwy5dRsxs8PHXT3twixW9/OEll8MLE0VRPCJyl7CkS6VHGPSlsVaWTiASPTyGyYRyApxlaWTzwUxVNrhcwDg== pretty-hrtime@^1.0.3: version "1.0.3"