update prettier, remove unused xml

This commit is contained in:
Aminda Suomalainen 2024-06-03 10:29:45 +03:00
parent eb369d13b1
commit dd0fea4a4f
Signed by: Mikaela
SSH Key Fingerprint: SHA256:CXLULpqNBdUKB6E6fLA1b/4SzG0HvKD19PbIePU175Q
3 changed files with 7 additions and 13 deletions

View File

@ -63,16 +63,10 @@ repos:
# - id: reuse # - id: reuse
- repo: https://github.com/rbubley/mirrors-prettier - repo: https://github.com/rbubley/mirrors-prettier
rev: "v3.2.5" rev: "v3.3.0"
hooks: hooks:
- id: prettier - id: prettier
exclude_types: [json] exclude_types: [json]
additional_dependencies: [
# https://www.npmjs.com/package/prettier
"prettier@3.2.5",
# https://www.npmjs.com/package/@prettier/plugin-xml
"@prettier/plugin-xml@3.4.1",
]
- repo: https://github.com/editorconfig-checker/editorconfig-checker.python - repo: https://github.com/editorconfig-checker/editorconfig-checker.python
rev: "2.7.3" rev: "2.7.3"

View File

@ -1,5 +1,5 @@
{ {
"devDependencies": { "devDependencies": {
"prettier": "3.2.5" "prettier": "3.3.0"
} }
} }

View File

@ -8,17 +8,17 @@ importers:
.: .:
devDependencies: devDependencies:
prettier: prettier:
specifier: 3.2.5 specifier: 3.3.0
version: 3.2.5 version: 3.3.0
packages: packages:
prettier@3.2.5: prettier@3.3.0:
resolution: resolution:
{ {
integrity: sha512-3/GWa9aOC0YeD7LUfvOG2NiDyhOWRvt1k+rcKhOuYnMY24iiCphgneUfJDyFXd6rZCAnuLBv6UeAULtrhT/F4A==, integrity: sha512-J9odKxERhCQ10OC2yb93583f6UnYutOeiV5i0zEDS7UGTdUt0u+y8erxl3lBKvwo/JHyyoEdXjwp4dke9oyZ/g==,
} }
engines: { node: ">=14" } engines: { node: ">=14" }
hasBin: true hasBin: true
snapshots: snapshots:
prettier@3.2.5: {} prettier@3.3.0: {}