diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index bdfa233364..6970c3aa3f 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -22,7 +22,7 @@ repos: - id: prettier types_or: [javascript, jsx, css, scss, html] - repo: https://github.com/thibaudcolas/pre-commit-stylelint - rev: v17.1.0 + rev: v17.4.0 hooks: - id: stylelint additional_dependencies: [ @@ -39,7 +39,7 @@ repos: app/assets/stylesheets/common/_reset.scss )$ - repo: https://github.com/rubocop/rubocop - rev: v1.84.0 + rev: v1.85.0 hooks: - id: rubocop args: ["--autocorrect"]