Pin versions

This commit is contained in:
Nikita Karamov 2024-01-20 15:30:07 +01:00
parent d3915fea4a
commit 2a66e00dfd
No known key found for this signature in database
GPG Key ID: 41D6F71EE78E77CD
1 changed files with 6 additions and 4 deletions

View File

@ -15,6 +15,8 @@ repos:
rev: "v4.0.0-alpha.8"
hooks:
- id: prettier
additional_dependencies:
- prettier@3
- repo: https://github.com/pre-commit/mirrors-eslint
rev: "v9.0.0-alpha.1"
hooks:
@ -22,9 +24,9 @@ repos:
files: \.([jt]s|astro)$ # *.js, *.ts and *.astro
types: [file]
additional_dependencies:
- eslint
- eslint-config-prettier
- eslint-plugin-unicorn
- eslint@8
- eslint-config-prettier@9
- eslint-plugin-unicorn@49
- prettier@3
- repo: local
hooks:
@ -35,4 +37,4 @@ repos:
files: 'src/icons/.*\.svg'
language: node
additional_dependencies:
- "svgo"
- svgo