diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 7b19680..d66cb7a 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -1,7 +1,7 @@ --- repos: - repo: https://github.com/pre-commit/pre-commit-hooks - rev: v5.0.0 + rev: v6.0.0 hooks: - id: trailing-whitespace - id: end-of-file-fixer @@ -14,7 +14,7 @@ repos: - id: prettier types_or: [javascript, jsx, ts, tsx, json] - repo: https://github.com/pre-commit/mirrors-eslint - rev: v9.17.0 + rev: v10.0.0-beta.0 hooks: - id: eslint files: \.[jt]sx?$ # *.js, *.jsx, *.ts and *.tsx @@ -25,7 +25,7 @@ repos: - '@typescript-eslint/eslint-plugin@6.18.1' - '@eslint/js@8.56.0' - repo: https://github.com/lyz-code/yamlfix - rev: 1.17.0 + rev: 1.19.1 hooks: - id: yamlfix types: [yaml]