chore: fix prettier plugin astro

This commit is contained in:
Corbin Crutchley
2023-07-24 01:09:38 -07:00
parent 8bf0125fa0
commit 3f11d2e066
2 changed files with 7 additions and 22 deletions

27
package-lock.json generated
View File

@@ -68,7 +68,7 @@
"postcss-csso": "^6.0.1",
"preact-render-to-string": "^6.1.0",
"prettier": "^2.8.8",
"prettier-plugin-astro": "^0.11.0",
"prettier-plugin-astro": "^0.10.0",
"probe-image-size": "^7.2.3",
"rehype-raw": "^6.1.1",
"rehype-retext": "^3.0.2",
@@ -26630,13 +26630,13 @@
}
},
"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.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.5.5",
"prettier": "^3.0.0",
"@astrojs/compiler": "^1.5.0",
"prettier": "^2.8.8",
"sass-formatter": "^0.7.6"
},
"engines": {
@@ -26644,21 +26644,6 @@
"pnpm": ">=7.14.0"
}
},
"node_modules/prettier-plugin-astro/node_modules/prettier": {
"version": "3.0.0",
"resolved": "https://registry.npmjs.org/prettier/-/prettier-3.0.0.tgz",
"integrity": "sha512-zBf5eHpwHOGPC47h0zrPyNn+eAEIdEzfywMoYn2XPi0P44Zp0tSq64rq0xAREh4auw2cJZHo9QUob+NqCQky4g==",
"dev": true,
"bin": {
"prettier": "bin/prettier.cjs"
},
"engines": {
"node": ">=14"
},
"funding": {
"url": "https://github.com/prettier/prettier?sponsor=1"
}
},
"node_modules/pretty-bytes": {
"version": "5.6.0",
"resolved": "https://registry.npmjs.org/pretty-bytes/-/pretty-bytes-5.6.0.tgz",

View File

@@ -90,7 +90,7 @@
"postcss-csso": "^6.0.1",
"preact-render-to-string": "^6.1.0",
"prettier": "^2.8.8",
"prettier-plugin-astro": "^0.11.0",
"prettier-plugin-astro": "^0.10.0",
"probe-image-size": "^7.2.3",
"rehype-raw": "^6.1.1",
"rehype-retext": "^3.0.2",