From 9c34b60fb2bc4309bab84249a72c557aa7f8d22e Mon Sep 17 00:00:00 2001 From: Matt Westcott Date: Tue, 20 Feb 2024 17:11:20 +0000 Subject: [PATCH] Update versions of eslint plugins to match package.json --- .pre-commit-config.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 7cd5bea5bc..09b64873c0 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -27,8 +27,8 @@ repos: additional_dependencies: # Keep in sync with package.json - eslint@8.56.0 - - '@typescript-eslint/eslint-plugin@6.2.1' - - '@typescript-eslint/parser@6.2.1' + - '@typescript-eslint/eslint-plugin@6.21.0' + - '@typescript-eslint/parser@6.21.0' - '@wagtail/eslint-config-wagtail@0.4.0' - repo: https://github.com/thibaudcolas/pre-commit-stylelint rev: v15.11.0