Skip to content

Commit

Permalink
Bump @prettier/plugin-xml from 2.2.0 to 3.4.1
Browse files Browse the repository at this point in the history
Bumps [@prettier/plugin-xml](https://github.com/prettier/plugin-xml) from 2.2.0 to 3.4.1.
- [Changelog](https://github.com/prettier/plugin-xml/blob/main/CHANGELOG.md)
- [Commits](prettier/plugin-xml@v2.2.0...v3.4.1)

---
updated-dependencies:
- dependency-name: "@prettier/plugin-xml"
  dependency-type: direct:development
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Jul 1, 2024
1 parent 95c9830 commit 12efd5d
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 7 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"fix": "prettier . --write"
},
"devDependencies": {
"@prettier/plugin-xml": "^2.2.0",
"@prettier/plugin-xml": "^3.4.1",
"grunt-banana-checker": "0.13.0",
"prettier": "^3.3.2"
}
Expand Down
11 changes: 5 additions & 6 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,12 @@
# yarn lockfile v1


"@prettier/plugin-xml@^2.2.0":
version "2.2.0"
resolved "https://registry.yarnpkg.com/@prettier/plugin-xml/-/plugin-xml-2.2.0.tgz#2bc2ae667aa817369fdb939aa7d36ea88105483d"
integrity sha512-UWRmygBsyj4bVXvDiqSccwT1kmsorcwQwaIy30yVh8T+Gspx4OlC0shX1y+ZuwXZvgnafmpRYKks0bAu9urJew==
"@prettier/plugin-xml@^3.4.1":
version "3.4.1"
resolved "https://registry.yarnpkg.com/@prettier/plugin-xml/-/plugin-xml-3.4.1.tgz#6c3be1184871a983d08c9f81c8a8796f62a19568"
integrity sha512-Uf/6/+9ez6z/IvZErgobZ2G9n1ybxF5BhCd7eMcKqfoWuOzzNUxBipNo3QAP8kRC1VD18TIo84no7LhqtyDcTg==
dependencies:
"@xml-tools/parser" "^1.0.11"
prettier ">=2.4.0"

"@xml-tools/parser@^1.0.11":
version "1.0.11"
Expand Down Expand Up @@ -63,7 +62,7 @@ has-flag@^4.0.0:
resolved "https://registry.yarnpkg.com/has-flag/-/has-flag-4.0.0.tgz#944771fd9c81c81265c4d6941860da06bb59479b"
integrity sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ==

prettier@>=2.4.0, prettier@^3.3.2:
prettier@^3.3.2:
version "3.3.2"
resolved "https://registry.yarnpkg.com/prettier/-/prettier-3.3.2.tgz#03ff86dc7c835f2d2559ee76876a3914cec4a90a"
integrity sha512-rAVeHYMcv8ATV5d508CFdn+8/pHPpXeIid1DdrPwXnaAdH7cqjVbpJaT5eq4yRAFU/lsbwYwSF/n5iNrdJHPQA==
Expand Down

0 comments on commit 12efd5d

Please sign in to comment.