Skip to content

Commit

Permalink
build(deps-dev): bump prettier-plugin-ini from 1.1.0 to 1.2.0
Browse files Browse the repository at this point in the history
Bumps [prettier-plugin-ini](https://github.com/kddnewton/prettier-plugin-ini) from 1.1.0 to 1.2.0.
- [Changelog](https://github.com/kddnewton/prettier-plugin-ini/blob/main/CHANGELOG.md)
- [Commits](kddnewton/prettier-plugin-ini@v1.1.0...v1.2.0)

---
updated-dependencies:
- dependency-name: prettier-plugin-ini
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored and Tatsh committed May 29, 2024
1 parent e77ff37 commit 2a2a74f
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"cspell": "^8.8.1",
"markdownlint-cli2": "^0.13.0",
"prettier": "^3.2.5",
"prettier-plugin-ini": "^1.1.0",
"prettier-plugin-ini": "^1.2.0",
"prettier-plugin-sort-json": "^4.0.0",
"prettier-plugin-toml": "^2.0.1"
},
Expand Down
12 changes: 6 additions & 6 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1022,12 +1022,12 @@ picomatch@^2.3.1:
resolved "https://registry.yarnpkg.com/picomatch/-/picomatch-2.3.1.tgz#3ba3833733646d9d3e4995946c1365a67fb07a42"
integrity sha512-JU3teHTNjmE2VCGFzuY8EXzCDVwEqB2a8fsIvwaStHhAWJEeVd1o1QD80CU6+ZdEXXSLbSsuLwJjkCBWqRQUVA==

prettier-plugin-ini@^1.1.0:
version "1.1.0"
resolved "https://registry.yarnpkg.com/prettier-plugin-ini/-/prettier-plugin-ini-1.1.0.tgz#922fc10398a72e1bfe2d742c702b58060da43eb5"
integrity sha512-xlWM//GrLYU5CX3Qdn5isOlxz1LHnTi4fdSHZX/UYV/C5ipbcFfdCglENoOPGp4N5EvtA5Q1FuVhg95K58TMRg==
prettier-plugin-ini@^1.2.0:
version "1.2.0"
resolved "https://registry.yarnpkg.com/prettier-plugin-ini/-/prettier-plugin-ini-1.2.0.tgz#265d8736d37414183eb969c2de98ff213007fc64"
integrity sha512-8RR2n3AGlObQ11NCpyvv1N+xkTe/RdGp1vko8xeuXubWUa9NrOEZMX463H1AvnhnUX8b1NeJk3TKFkgvWunApg==
dependencies:
prettier ">=2.3"
prettier ">=3.0.0-alpha.3"

prettier-plugin-sort-json@^4.0.0:
version "4.0.0"
Expand All @@ -1041,7 +1041,7 @@ prettier-plugin-toml@^2.0.1:
dependencies:
"@taplo/lib" "^0.4.0-alpha.2"

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

0 comments on commit 2a2a74f

Please sign in to comment.