Compare commits

...

2 Commits

Author SHA1 Message Date
b859b63e17
update prettier 2024-07-13 16:46:12 +03:00
7f3c432347
pre-commit autoupdate && corepack up 2024-07-13 16:45:34 +03:00
2 changed files with 3 additions and 3 deletions

View File

@ -32,7 +32,7 @@ repos:
- id: check-pre-commit-ci-config - id: check-pre-commit-ci-config
- repo: https://github.com/python-jsonschema/check-jsonschema - repo: https://github.com/python-jsonschema/check-jsonschema
rev: 0.28.6 rev: 0.29.0
hooks: hooks:
- id: check-dependabot - id: check-dependabot
- id: check-github-workflows - id: check-github-workflows

View File

@ -1,7 +1,7 @@
{ {
"devDependencies": { "devDependencies": {
"prettier": "3.3.2", "prettier": "3.3.3",
"prettier-plugin-sh": "0.14.0" "prettier-plugin-sh": "0.14.0"
}, },
"packageManager": "pnpm@9.4.0+sha512.f549b8a52c9d2b8536762f99c0722205efc5af913e77835dbccc3b0b0b2ca9e7dc8022b78062c17291c48e88749c70ce88eb5a74f1fa8c4bf5e18bb46c8bd83a" "packageManager": "pnpm@9.5.0+sha512.140036830124618d624a2187b50d04289d5a087f326c9edfc0ccd733d76c4f52c3a313d4fc148794a2a9d81553016004e6742e8cf850670268a7387fc220c903"
} }