From c0216d258cea38c2e16ec9973714d3b988ddaecd Mon Sep 17 00:00:00 2001 From: Aminda Suomalainen Date: Mon, 13 Nov 2023 11:01:10 +0200 Subject: [PATCH] .pre-commit-config.yaml: update prettier --- .pre-commit-config.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 9801be7..2279f55 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -63,15 +63,15 @@ repos: - id: reuse - repo: https://github.com/pre-commit/mirrors-prettier - rev: "v3.0.3" + rev: "v3.1.0" hooks: - id: prettier exclude_types: [json] additional_dependencies: [ # https://www.npmjs.com/package/prettier - "prettier@3.0.3", + "prettier@3.1.0", # https://www.npmjs.com/package/@prettier/plugin-xml - "@prettier/plugin-xml@3.2.1", + "@prettier/plugin-xml@3.2.2", ] - repo: https://github.com/editorconfig-checker/editorconfig-checker.python