Skip to content

Commit 3a5f24a

Browse files
author
Oleksandr Dzhychko
committed
chore(deps): raise version of typescript-eslint/* packages in ts-model-api
1 parent cf85878 commit 3a5f24a

File tree

4 files changed

+67
-293
lines changed

4 files changed

+67
-293
lines changed

.pre-commit-config.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -39,13 +39,13 @@ repos:
3939
files: ^(vue-model-api)|(model-api-gen-gradle-test/vue-integration)/
4040
- repo: https://github.com/pre-commit/mirrors-eslint
4141
# IMPORTANT: keep versions of hook and additional dependencies in sync with the versions configured in `vue-model-api/package.json`
42-
rev: v8.50.0
42+
rev: v8.56.0
4343
hooks:
4444
- id: eslint
4545
additional_dependencies:
4646
4747
48-
- "@typescript-eslint/eslint-plugin@7.0.1"
49-
- "@typescript-eslint/parser@7.0.1"
48+
- "@typescript-eslint/eslint-plugin@7.4.0"
49+
- "@typescript-eslint/parser@7.4.0"
5050
files: ^(vue-model-api)|(ts-model-api)/src/
5151
types: [ts]

0 commit comments

Comments
 (0)