1
0
Fork 0

Bump prettier-plugin-astro from 0.12.2 to 0.12.3 (#880)

Bumps [prettier-plugin-astro](https://github.com/withastro/prettier-plugin-astro) from 0.12.2 to 0.12.3.
- [Release notes](https://github.com/withastro/prettier-plugin-astro/releases)
- [Changelog](https://github.com/withastro/prettier-plugin-astro/blob/main/CHANGELOG.md)
- [Commits](https://github.com/withastro/prettier-plugin-astro/compare/v0.12.2...v0.12.3)

---
updated-dependencies:
- dependency-name: prettier-plugin-astro
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
dependabot[bot] 2024-01-26 10:18:37 +00:00 committed by GitHub
parent f1dc3acab6
commit e13c09627a
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 5 additions and 5 deletions

8
package-lock.json generated
View File

@ -68,7 +68,7 @@
"npm-run-all": "^4.1.5",
"ora": "^8.0.1",
"prettier": "^3.1.1",
"prettier-plugin-astro": "^0.12.2",
"prettier-plugin-astro": "^0.12.3",
"sharp-ico": "^0.1.5",
"stylelint": "^15.11.0",
"stylelint-config-css-modules": "^4.3.0",
@ -14773,9 +14773,9 @@
}
},
"node_modules/prettier-plugin-astro": {
"version": "0.12.2",
"resolved": "https://registry.npmjs.org/prettier-plugin-astro/-/prettier-plugin-astro-0.12.2.tgz",
"integrity": "sha512-1OXSEht27zrnX7rCa0bEpLdspeumFW4hnj4+JzPuG5bRlSOAhD0rbXBNZfRD9q0Qbr00EcCcnjd6k6M8q+GfTA==",
"version": "0.12.3",
"resolved": "https://registry.npmjs.org/prettier-plugin-astro/-/prettier-plugin-astro-0.12.3.tgz",
"integrity": "sha512-GthUSu3zCvmtVyqlArosez0xE08vSJ0R1sWurxIWpABaCkNGYFANoUdFkqmIo54EV2uPLGcVJzOucWvCjPBWvg==",
"devOptional": true,
"dependencies": {
"@astrojs/compiler": "^1.5.5",

View File

@ -108,7 +108,7 @@
"npm-run-all": "^4.1.5",
"ora": "^8.0.1",
"prettier": "^3.1.1",
"prettier-plugin-astro": "^0.12.2",
"prettier-plugin-astro": "^0.12.3",
"sharp-ico": "^0.1.5",
"stylelint": "^15.11.0",
"stylelint-config-css-modules": "^4.3.0",