Browse Source

chore(deps-dev): bump prettier-plugin-astro from 0.9.1 to 0.10.0 (#5158)

Bumps [prettier-plugin-astro](https://github.com/withastro/prettier-plugin-astro) from 0.9.1 to 0.10.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.9.1...v0.10.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/5186/head
dependabot[bot] 1 year ago committed by REJack
parent
commit
b1b3a054a2
  1. 40
      package-lock.json
  2. 2
      package.json

40
package-lock.json generated

@ -34,7 +34,7 @@
"postcss": "^8.4.24",
"postcss-cli": "^10.1.0",
"prettier": "^2.8.8",
"prettier-plugin-astro": "^0.9.1",
"prettier-plugin-astro": "^0.10.0",
"rollup": "^3.23.0",
"rtlcss": "^4.1.0",
"sass": "^1.62.1",
@ -59,9 +59,9 @@
}
},
"node_modules/@astrojs/compiler": {
"version": "1.4.0",
"resolved": "https://registry.npmjs.org/@astrojs/compiler/-/compiler-1.4.0.tgz",
"integrity": "sha512-Vav3a32Ct+omowV9X9kDM2ghWAvFdjZkv5BdvBjZCKYbFVT6//IZApDIVbHI1UPuLuD2sKyLWx2T+E7clqUJdg==",
"version": "1.5.0",
"resolved": "https://registry.npmjs.org/@astrojs/compiler/-/compiler-1.5.0.tgz",
"integrity": "sha512-k04X/7nlMklU0HQUScxbCTf5n8/Vr+0U0bawb9QWulWxd6qJf3FmBrNATgTYiltjB4pc5HBqmmttAfFi7m4lLg==",
"dev": true
},
"node_modules/@astrojs/language-server": {
@ -8618,15 +8618,14 @@
}
},
"node_modules/prettier-plugin-astro": {
"version": "0.9.1",
"resolved": "https://registry.npmjs.org/prettier-plugin-astro/-/prettier-plugin-astro-0.9.1.tgz",
"integrity": "sha512-pYZXSbdq0eElvzoIMArzv1SBn1NUXzopjlcnt6Ql8VW32PjC12NovwBjXJ6rh8qQLi7vF8jNqAbraKW03UPfag==",
"version": "0.10.0",
"resolved": "https://registry.npmjs.org/prettier-plugin-astro/-/prettier-plugin-astro-0.10.0.tgz",
"integrity": "sha512-dPzop0gKZyVGpTDQmfy+e7FKXC9JT3mlpfYA2diOVz+Ui+QR1U4G/s+OesKl2Hib2JJOtAYJs/l+ovgT0ljlFA==",
"dev": true,
"dependencies": {
"@astrojs/compiler": "^1.0.1",
"prettier": "^2.8.3",
"sass-formatter": "^0.7.5",
"synckit": "^0.8.4"
"@astrojs/compiler": "^1.5.0",
"prettier": "^2.8.8",
"sass-formatter": "^0.7.6"
},
"engines": {
"node": "^14.15.0 || >=16.0.0",
@ -11391,9 +11390,9 @@
}
},
"@astrojs/compiler": {
"version": "1.4.0",
"resolved": "https://registry.npmjs.org/@astrojs/compiler/-/compiler-1.4.0.tgz",
"integrity": "sha512-Vav3a32Ct+omowV9X9kDM2ghWAvFdjZkv5BdvBjZCKYbFVT6//IZApDIVbHI1UPuLuD2sKyLWx2T+E7clqUJdg==",
"version": "1.5.0",
"resolved": "https://registry.npmjs.org/@astrojs/compiler/-/compiler-1.5.0.tgz",
"integrity": "sha512-k04X/7nlMklU0HQUScxbCTf5n8/Vr+0U0bawb9QWulWxd6qJf3FmBrNATgTYiltjB4pc5HBqmmttAfFi7m4lLg==",
"dev": true
},
"@astrojs/language-server": {
@ -17377,15 +17376,14 @@
"dev": true
},
"prettier-plugin-astro": {
"version": "0.9.1",
"resolved": "https://registry.npmjs.org/prettier-plugin-astro/-/prettier-plugin-astro-0.9.1.tgz",
"integrity": "sha512-pYZXSbdq0eElvzoIMArzv1SBn1NUXzopjlcnt6Ql8VW32PjC12NovwBjXJ6rh8qQLi7vF8jNqAbraKW03UPfag==",
"version": "0.10.0",
"resolved": "https://registry.npmjs.org/prettier-plugin-astro/-/prettier-plugin-astro-0.10.0.tgz",
"integrity": "sha512-dPzop0gKZyVGpTDQmfy+e7FKXC9JT3mlpfYA2diOVz+Ui+QR1U4G/s+OesKl2Hib2JJOtAYJs/l+ovgT0ljlFA==",
"dev": true,
"requires": {
"@astrojs/compiler": "^1.0.1",
"prettier": "^2.8.3",
"sass-formatter": "^0.7.5",
"synckit": "^0.8.4"
"@astrojs/compiler": "^1.5.0",
"prettier": "^2.8.8",
"sass-formatter": "^0.7.6"
}
},
"pretty-hrtime": {

2
package.json

@ -82,7 +82,7 @@
"postcss": "^8.4.24",
"postcss-cli": "^10.1.0",
"prettier": "^2.8.8",
"prettier-plugin-astro": "^0.9.1",
"prettier-plugin-astro": "^0.10.0",
"rollup": "^3.23.0",
"rtlcss": "^4.1.0",
"sass": "^1.62.1",

Loading…
Cancel
Save