chore(deps-dev): bump prettier-plugin-astro from 0.11.0 to 0.12.0 (#5297)

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

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

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
pull/5288/head
dependabot[bot] 2023-08-23 14:29:24 +05:30 committed by GitHub
parent a46e8f5196
commit 854c0d2faa
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 9 additions and 10 deletions

17
package-lock.json generated
View File

@ -34,7 +34,7 @@
"postcss": "^8.4.28",
"postcss-cli": "^10.1.0",
"prettier": "^3.0.1",
"prettier-plugin-astro": "^0.11.0",
"prettier-plugin-astro": "^0.12.0",
"rollup": "^3.28.0",
"rtlcss": "^4.1.0",
"sass": "^1.66.1",
@ -8676,9 +8676,9 @@
}
},
"node_modules/prettier-plugin-astro": {
"version": "0.11.0",
"resolved": "https://registry.npmjs.org/prettier-plugin-astro/-/prettier-plugin-astro-0.11.0.tgz",
"integrity": "sha512-rl2hJ4Kty/aEfGjk3i4JS+bpng9MjgvwqLRNzeb9NqYhqKoWNwOR39cIJXFjU1vR3zYOPnwWNRMelKb0orunYA==",
"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==",
"dev": true,
"dependencies": {
"@astrojs/compiler": "^1.5.5",
@ -8686,8 +8686,7 @@
"sass-formatter": "^0.7.6"
},
"engines": {
"node": "^14.15.0 || >=16.0.0",
"pnpm": ">=7.14.0"
"node": "^14.15.0 || >=16.0.0"
}
},
"node_modules/pretty-hrtime": {
@ -17890,9 +17889,9 @@
"dev": true
},
"prettier-plugin-astro": {
"version": "0.11.0",
"resolved": "https://registry.npmjs.org/prettier-plugin-astro/-/prettier-plugin-astro-0.11.0.tgz",
"integrity": "sha512-rl2hJ4Kty/aEfGjk3i4JS+bpng9MjgvwqLRNzeb9NqYhqKoWNwOR39cIJXFjU1vR3zYOPnwWNRMelKb0orunYA==",
"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==",
"dev": true,
"requires": {
"@astrojs/compiler": "^1.5.5",

View File

@ -82,7 +82,7 @@
"postcss": "^8.4.28",
"postcss-cli": "^10.1.0",
"prettier": "^3.0.1",
"prettier-plugin-astro": "^0.11.0",
"prettier-plugin-astro": "^0.12.0",
"rollup": "^3.28.0",
"rtlcss": "^4.1.0",
"sass": "^1.66.1",