1
0
Fork 0

Bump prettier-plugin-astro from 0.12.0 to 0.12.2 (#868)

Bumps [prettier-plugin-astro](https://github.com/withastro/prettier-plugin-astro) from 0.12.0 to 0.12.2.
- [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.0...v0.12.2)

---
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] 2023-12-11 23:28:31 +00:00 committed by GitHub
parent 9f1cc825b6
commit 7839d0eb16
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 5 additions and 5 deletions

8
package-lock.json generated
View File

@ -67,7 +67,7 @@
"npm-run-all": "^4.1.5",
"ora": "^7.0.1",
"prettier": "^3.0.3",
"prettier-plugin-astro": "^0.12.0",
"prettier-plugin-astro": "^0.12.2",
"sharp-ico": "^0.1.5",
"stylelint": "^15.11.0",
"stylelint-config-css-modules": "^4.3.0",
@ -14649,9 +14649,9 @@
}
},
"node_modules/prettier-plugin-astro": {
"version": "0.12.0",
"resolved": "https://registry.npmjs.org/prettier-plugin-astro/-/prettier-plugin-astro-0.12.0.tgz",
"integrity": "sha512-8E+9YQR6/5CPZJs8XsfBw579zrwZkc0Wb7x0fRVm/51JC8Iys4lBw4ecV8fHwpbQnzve86TUa4fJ08BJzqfWnA==",
"version": "0.12.2",
"resolved": "https://registry.npmjs.org/prettier-plugin-astro/-/prettier-plugin-astro-0.12.2.tgz",
"integrity": "sha512-1OXSEht27zrnX7rCa0bEpLdspeumFW4hnj4+JzPuG5bRlSOAhD0rbXBNZfRD9q0Qbr00EcCcnjd6k6M8q+GfTA==",
"devOptional": true,
"dependencies": {
"@astrojs/compiler": "^1.5.5",

View File

@ -107,7 +107,7 @@
"npm-run-all": "^4.1.5",
"ora": "^7.0.1",
"prettier": "^3.0.3",
"prettier-plugin-astro": "^0.12.0",
"prettier-plugin-astro": "^0.12.2",
"sharp-ico": "^0.1.5",
"stylelint": "^15.11.0",
"stylelint-config-css-modules": "^4.3.0",