Skip to content
This repository has been archived by the owner on Jun 30, 2024. It is now read-only.

Commit

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

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

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Apr 1, 2024
1 parent 86194e0 commit f2afe4f
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 7 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"minify-svg": "svgo --config=.svgo.config.js -q -r -f images/"
},
"devDependencies": {
"@prettier/plugin-xml": "^2.2.0",
"@prettier/plugin-xml": "^3.1.0",
"@wdio/cli": "^7.29.1",
"@wdio/dot-reporter": "^8.0.0",
"@wdio/junit-reporter": "^7.23.0",
Expand Down
17 changes: 11 additions & 6 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -34,13 +34,13 @@
"@types/yargs" "^16.0.0"
chalk "^4.0.0"

"@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.1.0":
version "3.1.0"
resolved "https://registry.yarnpkg.com/@prettier/plugin-xml/-/plugin-xml-3.1.0.tgz#dd0cc9750df5fd21728783e3886e5d35db620f29"
integrity sha512-0RskvTvwQzTOq3nKXjHT7mnTUs/b8xh1iONC0lEYyWRtSHseE2N8pEvdYSy/7dIKEA34aPHKGrSAmKjK2xPAtQ==
dependencies:
"@xml-tools/parser" "^1.0.11"
prettier ">=2.4.0"
prettier ">=3.0.0"

"@sindresorhus/is@^4.0.0":
version "4.6.0"
Expand Down Expand Up @@ -2522,7 +2522,12 @@ pkg-dir@4.2.0:
dependencies:
find-up "^4.0.0"

prettier@>=2.4.0, prettier@^2.8.1:
prettier@>=3.0.0:
version "3.2.5"
resolved "https://registry.yarnpkg.com/prettier/-/prettier-3.2.5.tgz#e52bc3090586e824964a8813b09aba6233b28368"
integrity sha512-3/GWa9aOC0YeD7LUfvOG2NiDyhOWRvt1k+rcKhOuYnMY24iiCphgneUfJDyFXd6rZCAnuLBv6UeAULtrhT/F4A==

prettier@^2.8.1:
version "2.8.1"
resolved "https://registry.yarnpkg.com/prettier/-/prettier-2.8.1.tgz#4e1fd11c34e2421bc1da9aea9bd8127cd0a35efc"
integrity sha512-lqGoSJBQNJidqCHE80vqZJHWHRFoNYsSpP9AjFhlhi9ODCJA541svILes/+/1GM3VaL/abZi7cpFzOpdR9UPKg==
Expand Down

0 comments on commit f2afe4f

Please sign in to comment.