merge prettier dep bumps (#38)
Bumps [prettier-plugin-astro](https://github.com/withastro/prettier-plugin-astro) from 0.12.3 to 0.13.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.12.3...v0.13.0) --- updated-dependencies: - dependency-name: prettier-plugin-astro dependency-type: direct:development update-type: version-update:semver-minor ...
This commit is contained in:
commit
eb1d610c17
|
@ -49,8 +49,8 @@
|
||||||
"eslint": "^8.56.0",
|
"eslint": "^8.56.0",
|
||||||
"eslint-plugin-astro": "^0.29.1",
|
"eslint-plugin-astro": "^0.29.1",
|
||||||
"eslint-plugin-jsx-a11y": "^6.8.0",
|
"eslint-plugin-jsx-a11y": "^6.8.0",
|
||||||
|
"prettier-plugin-astro": "^0.13.0",
|
||||||
"prettier": "^3.2.5",
|
"prettier": "^3.2.5",
|
||||||
"prettier-plugin-astro": "^0.12.2",
|
|
||||||
"sharp": "^0.32.6",
|
"sharp": "^0.32.6",
|
||||||
"@matthiesenxyz/astro-ghostcms": "workspace:*"
|
"@matthiesenxyz/astro-ghostcms": "workspace:*"
|
||||||
},
|
},
|
||||||
|
|
|
@ -208,8 +208,8 @@ importers:
|
||||||
specifier: ^3.2.5
|
specifier: ^3.2.5
|
||||||
version: 3.2.5
|
version: 3.2.5
|
||||||
prettier-plugin-astro:
|
prettier-plugin-astro:
|
||||||
specifier: ^0.12.2
|
specifier: ^0.13.0
|
||||||
version: 0.12.3
|
version: 0.13.0
|
||||||
sharp:
|
sharp:
|
||||||
specifier: ^0.32.6
|
specifier: ^0.32.6
|
||||||
version: 0.32.6
|
version: 0.32.6
|
||||||
|
@ -7318,15 +7318,6 @@ packages:
|
||||||
engines: {node: '>= 0.8.0'}
|
engines: {node: '>= 0.8.0'}
|
||||||
dev: true
|
dev: true
|
||||||
|
|
||||||
/prettier-plugin-astro@0.12.3:
|
|
||||||
resolution: {integrity: sha512-GthUSu3zCvmtVyqlArosez0xE08vSJ0R1sWurxIWpABaCkNGYFANoUdFkqmIo54EV2uPLGcVJzOucWvCjPBWvg==}
|
|
||||||
engines: {node: ^14.15.0 || >=16.0.0}
|
|
||||||
dependencies:
|
|
||||||
'@astrojs/compiler': 1.8.2
|
|
||||||
prettier: 3.2.5
|
|
||||||
sass-formatter: 0.7.8
|
|
||||||
dev: true
|
|
||||||
|
|
||||||
/prettier-plugin-astro@0.13.0:
|
/prettier-plugin-astro@0.13.0:
|
||||||
resolution: {integrity: sha512-5HrJNnPmZqTUNoA97zn4gNQv9BgVhv+et03314WpQ9H9N8m2L9OSV798olwmG2YLXPl1iSstlJCR1zB3x5xG4g==}
|
resolution: {integrity: sha512-5HrJNnPmZqTUNoA97zn4gNQv9BgVhv+et03314WpQ9H9N8m2L9OSV798olwmG2YLXPl1iSstlJCR1zB3x5xG4g==}
|
||||||
engines: {node: ^14.15.0 || >=16.0.0}
|
engines: {node: ^14.15.0 || >=16.0.0}
|
||||||
|
|
Loading…
Reference in New Issue