diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 1b5ba5e..2722788 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -63,13 +63,13 @@ repos: - id: reuse - repo: https://github.com/pre-commit/mirrors-prettier - rev: "v4.0.0-alpha.3-1" + rev: "v4.0.0-alpha.4" hooks: - id: prettier exclude_types: [json] additional_dependencies: [ # https://www.npmjs.com/package/prettier - "prettier@3.1.0", + "prettier@3.1.1", # https://www.npmjs.com/package/@prettier/plugin-xml "@prettier/plugin-xml@3.2.2", ]