diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index efcc91152..5e7590170 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -1,6 +1,6 @@ repos: - repo: https://github.com/pre-commit/mirrors-eslint - rev: 'v8.11.0' # Use the sha / tag you want to point at + rev: 'v8.15.0' # Use the sha / tag you want to point at hooks: - id: eslint types: [file] @@ -17,6 +17,6 @@ repos: - typescript@4.5.4 - repo: https://github.com/pre-commit/mirrors-prettier - rev: 'v2.5.1' # Use the sha / tag you want to point at + rev: 'v2.6.2' # Use the sha / tag you want to point at hooks: - id: prettier