浏览代码

Update versions of eslint plugins to match package.json

Matt Westcott 1 年之前
父节点
当前提交
9c34b60fb2
共有 1 个文件被更改,包括 2 次插入2 次删除
  1. 2 2
      .pre-commit-config.yaml

+ 2 - 2
.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