update dependencies
This commit is contained in:
parent
3811fe280a
commit
e6d4e21b0b
|
@ -6,12 +6,12 @@ ci:
|
|||
|
||||
node: "lts"
|
||||
# Remember .python-version !
|
||||
python: "3.12"
|
||||
python: "3.13"
|
||||
ruby: ".ruby-version"
|
||||
|
||||
repos:
|
||||
- repo: https://github.com/pre-commit/pre-commit-hooks
|
||||
rev: v4.6.0
|
||||
rev: v5.0.0
|
||||
hooks:
|
||||
- id: check-added-large-files
|
||||
- id: check-case-conflict
|
||||
|
@ -39,7 +39,7 @@ repos:
|
|||
language: system
|
||||
|
||||
- repo: https://github.com/editorconfig-checker/editorconfig-checker.python
|
||||
rev: "2.7.3"
|
||||
rev: "3.0.3"
|
||||
hooks:
|
||||
- id: editorconfig-checker
|
||||
alias: ec
|
||||
|
|
|
@ -1 +1 @@
|
|||
3.12.4
|
||||
system
|
||||
|
|
|
@ -2,6 +2,6 @@
|
|||
"devDependencies": {
|
||||
"@aminda/global-prettier-config": "2024.28.4"
|
||||
},
|
||||
"packageManager": "pnpm@9.8.0+sha512.8e4c3550fb500e808dbc30bb0ce4dd1eb614e30b1c55245f211591ec2cdf9c611cabd34e1364b42f564bd54b3945ed0f49d61d1bbf2ec9bd74b866fcdc723276",
|
||||
"packageManager": "pnpm@9.12.2+sha512.22721b3a11f81661ae1ec68ce1a7b879425a1ca5b991c975b074ac220b187ce56c708fe5db69f4c962c989452eee76c82877f4ee80f474cebd61ee13461b6228",
|
||||
"prettier": "@aminda/global-prettier-config"
|
||||
}
|
||||
|
|
|
@ -109,10 +109,10 @@ packages:
|
|||
}
|
||||
engines: { node: ">=16.0.0" }
|
||||
|
||||
tslib@2.7.0:
|
||||
tslib@2.8.0:
|
||||
resolution:
|
||||
{
|
||||
integrity: sha512-gLXCKdN1/j47AiHiOkJN69hJmcbGTHI0ImLmbYLHykhgeN0jVGola9yVjFgzCUklsZQMW55o+dW7IXv3RCXDzA==,
|
||||
integrity: sha512-jWVzBLplnCmoaTr13V9dYbiQ99wvZRd0vNWaDRg+aVYRcjDF3nDksxFDE/+fkXnKhpnUUkmx5pK/v8mCtLVqZA==,
|
||||
}
|
||||
|
||||
snapshots:
|
||||
|
@ -169,6 +169,6 @@ snapshots:
|
|||
|
||||
sh-syntax@0.4.2:
|
||||
dependencies:
|
||||
tslib: 2.7.0
|
||||
tslib: 2.8.0
|
||||
|
||||
tslib@2.7.0: {}
|
||||
tslib@2.8.0: {}
|
||||
|
|
Loading…
Reference in New Issue