Skip to content

Commit

Permalink
Bump @prettier/plugin-xml from 2.2.0 to 3.2.0
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.2.0.
- [Changelog](https://github.com/prettier/plugin-xml/blob/main/CHANGELOG.md)
- [Commits](prettier/plugin-xml@v2.2.0...v3.2.0)

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Aug 8, 2023
1 parent 581c207 commit 99fd223
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 @@ -9,7 +9,7 @@
"minify-svg": "svgo --config=.svgo.config.js -q -r -f resources/"
},
"dependencies": {
"@prettier/plugin-xml": "^2.2.0",
"@prettier/plugin-xml": "^3.2.0",
"prettier": "^3.0.0",
"svgo": "^3.0.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.2.0":
version "3.2.0"
resolved "https://registry.yarnpkg.com/@prettier/plugin-xml/-/plugin-xml-3.2.0.tgz#4fff675eab134dcfd65dd42491fe8c53e4a22f4f"
integrity sha512-1SgnoMIOLjGcKqstr6gmly7J6VoVSXULz0kMDimBE36yj59GrNvaOBPjoeYUmcpU3/IwLiCIJRaCX8qiVSvy/A==
dependencies:
"@xml-tools/parser" "^1.0.11"
prettier ">=2.4.0"

"@trysound/[email protected]":
version "0.2.0"
Expand Down Expand Up @@ -135,7 +134,7 @@ picocolors@^1.0.0:
resolved "https://registry.yarnpkg.com/picocolors/-/picocolors-1.0.0.tgz#cb5bdc74ff3f51892236eaf79d68bc44564ab81c"
integrity sha512-1fygroTLlHu66zi26VoTDv8yRgm0Fccecssto+MhsZ0D/DGW2sm8E8AjW7NU5VVTRt5GxbeZ5qBuJr+HyLYkjQ==

prettier@>=2.4.0, prettier@^3.0.0:
prettier@^3.0.0:
version "3.0.0"
resolved "https://registry.yarnpkg.com/prettier/-/prettier-3.0.0.tgz#e7b19f691245a21d618c68bc54dc06122f6105ae"
integrity sha512-zBf5eHpwHOGPC47h0zrPyNn+eAEIdEzfywMoYn2XPi0P44Zp0tSq64rq0xAREh4auw2cJZHo9QUob+NqCQky4g==
Expand Down

0 comments on commit 99fd223

Please sign in to comment.