Skip to content

Commit

Permalink
[MISC] Additional dependencies updated
Browse files Browse the repository at this point in the history
  • Loading branch information
ppfeufer committed Dec 2, 2024
1 parent e9828f1 commit 458f34e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -141,8 +141,8 @@ repos:
)
# additional_dependencies:
# # eslint itself needs to be here when using additional_dependencies.
# - eslint@9.14.0 # https://github.com/eslint/eslint/releases/latest
# - globals@15.12.0 # https://github.com/sindresorhus/globals/releases/latest
# - eslint@9.16.0 # https://github.com/eslint/eslint/releases/latest
# - globals@15.13.0 # https://github.com/sindresorhus/globals/releases/latest

- repo: https://github.com/thibaudcolas/pre-commit-stylelint
rev: v16.11.0
Expand All @@ -160,7 +160,7 @@ repos:
- --formatter=compact
additional_dependencies:
# stylelint itself needs to be here when using additional_dependencies.
- stylelint@16.10.0 # https://github.com/stylelint/stylelint/releases/latest
- stylelint@16.11.0 # https://github.com/stylelint/stylelint/releases/latest
- stylelint-config-standard@36.0.1 # https://github.com/stylelint/stylelint-config-standard/releases/latest

- repo: https://github.com/pre-commit/pygrep-hooks
Expand Down

0 comments on commit 458f34e

Please sign in to comment.