mirror of https://github.com/ColorlibHQ/AdminLTE
chore(deps-dev): bump the prettier group with 1 update (#5391)
Bumps the prettier group with 1 update: [prettier-plugin-astro](https://github.com/withastro/prettier-plugin-astro). - [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.1) --- updated-dependencies: - dependency-name: prettier-plugin-astro dependency-type: direct:development update-type: version-update:semver-patch dependency-group: prettier ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>pull/5403/head
parent
6f772a8781
commit
9e17d4f511
|
@ -35,7 +35,7 @@
|
|||
"postcss": "^8.4.31",
|
||||
"postcss-cli": "^10.1.0",
|
||||
"prettier": "^3.0.3",
|
||||
"prettier-plugin-astro": "^0.12.0",
|
||||
"prettier-plugin-astro": "^0.12.1",
|
||||
"rollup": "^4.2.0",
|
||||
"rtlcss": "^4.1.1",
|
||||
"sass": "^1.69.5",
|
||||
|
@ -9531,9 +9531,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.1",
|
||||
"resolved": "https://registry.npmjs.org/prettier-plugin-astro/-/prettier-plugin-astro-0.12.1.tgz",
|
||||
"integrity": "sha512-1mlNIU/cV+25oB4z5wXzOz2fSDcawG3MsVUwgw2i8VSy7voLSENMSpR1juu3U5MAVUo3owuyax11QuylbpuqOQ==",
|
||||
"dev": true,
|
||||
"dependencies": {
|
||||
"@astrojs/compiler": "^1.5.5",
|
||||
|
@ -20205,9 +20205,9 @@
|
|||
"dev": true
|
||||
},
|
||||
"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.1",
|
||||
"resolved": "https://registry.npmjs.org/prettier-plugin-astro/-/prettier-plugin-astro-0.12.1.tgz",
|
||||
"integrity": "sha512-1mlNIU/cV+25oB4z5wXzOz2fSDcawG3MsVUwgw2i8VSy7voLSENMSpR1juu3U5MAVUo3owuyax11QuylbpuqOQ==",
|
||||
"dev": true,
|
||||
"requires": {
|
||||
"@astrojs/compiler": "^1.5.5",
|
||||
|
|
|
@ -83,7 +83,7 @@
|
|||
"postcss": "^8.4.31",
|
||||
"postcss-cli": "^10.1.0",
|
||||
"prettier": "^3.0.3",
|
||||
"prettier-plugin-astro": "^0.12.0",
|
||||
"prettier-plugin-astro": "^0.12.1",
|
||||
"rollup": "^4.2.0",
|
||||
"rtlcss": "^4.1.1",
|
||||
"sass": "^1.69.5",
|
||||
|
|
Loading…
Reference in New Issue