diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index f27d640..035d504 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -1,6 +1,6 @@ repos: - repo: https://github.com/pre-commit/pre-commit-hooks - rev: v4.5.0 + rev: v4.6.0 hooks: - id: end-of-file-fixer exclude: 'src/icons/.*\.svg' @@ -18,7 +18,7 @@ repos: additional_dependencies: - prettier@3 - repo: https://github.com/pre-commit/mirrors-eslint - rev: "v9.0.0-alpha.2" + rev: "v9.1.1" hooks: - id: eslint files: \.([jt]s|astro)$ # *.js, *.ts and *.astro