diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 57e9d7eea..f5813793f 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.15.0' # Use the sha / tag you want to point at + rev: 'v8.19.0' # Use the sha / tag you want to point at hooks: - id: eslint types: [file] @@ -21,7 +21,7 @@ repos: - '@vue/eslint-config-typescript@11.0.0' - repo: https://github.com/pre-commit/mirrors-prettier - rev: 'v2.6.2' # Use the sha / tag you want to point at + rev: 'v2.7.1' # Use the sha / tag you want to point at hooks: - id: prettier ci: