diff --git a/.pre-commit-config.yaml.sample b/.pre-commit-config.yaml.sample index 8de06e00314..a57b84a0633 100644 --- a/.pre-commit-config.yaml.sample +++ b/.pre-commit-config.yaml.sample @@ -14,7 +14,7 @@ repos: types: [file] types_or: [javascript, jsx, ts, tsx, vue] additional_dependencies: - - prettier@2.8.3 # Workaround. See https://github.com/pre-commit/mirrors-prettier/issues/29 + - prettier@2.8.8 # Workaround. See https://github.com/pre-commit/mirrors-prettier/issues/29 - repo: https://github.com/pre-commit/pre-commit-hooks rev: v4.3.0 # Use the ref you want to point at hooks: diff --git a/client/package.json b/client/package.json index e00b5f2c2d1..4dd279efdb3 100644 --- a/client/package.json +++ b/client/package.json @@ -176,7 +176,7 @@ "json-loader": "^0.5.7", "mini-css-extract-plugin": "^2.5.3", "postcss-loader": "^7.0.2", - "prettier": "^2.8.3", + "prettier": "^2.8.8", "process": "^0.11.10", "raw-loader": "^4.0.2", "sass": "^1.58.0", diff --git a/client/yarn.lock b/client/yarn.lock index 88a5ef82341..0065797cdad 100644 --- a/client/yarn.lock +++ b/client/yarn.lock @@ -9196,10 +9196,10 @@ prelude-ls@~1.1.2: resolved "https://registry.npmjs.org/prettier/-/prettier-2.7.1.tgz" integrity sha512-ujppO+MkdPqoVINuDFDRLClm7D78qbDt0/NR+wp5FqEZOoTNAjPHWj17QRhu7geIHJfcNhRk1XVQmF8Bp3ye+g== -prettier@^2.8.3: - version "2.8.3" - resolved "https://registry.yarnpkg.com/prettier/-/prettier-2.8.3.tgz#ab697b1d3dd46fb4626fbe2f543afe0cc98d8632" - integrity sha512-tJ/oJ4amDihPoufT5sM0Z1SKEuKay8LfVAMlbbhnnkvt6BUserZylqo2PN+p9KeljLr0OHa2rXHU1T8reeoTrw== +prettier@^2.8.8: + version "2.8.8" + resolved "https://registry.yarnpkg.com/prettier/-/prettier-2.8.8.tgz#e8c5d7e98a4305ffe3de2e1fc4aca1a71c28b1da" + integrity sha512-tdN8qQGvNjw4CHbY+XXk0JgCXn9QiF21a55rBe5LJAU+kDyC4WQn4+awm2Xfk2lQMk5fKup9XgzTZtGkjBdP9Q== pretty-bytes@^6.0.0: version "6.0.0"