mirror of https://github.com/ColorlibHQ/AdminLTE
chore(deps-dev): bump eslint-plugin-astro from 0.27.0 to 0.27.1 (#5142)
Bumps [eslint-plugin-astro](https://github.com/ota-meshi/eslint-plugin-astro) from 0.27.0 to 0.27.1. - [Release notes](https://github.com/ota-meshi/eslint-plugin-astro/releases) - [Changelog](https://github.com/ota-meshi/eslint-plugin-astro/blob/main/CHANGELOG.md) - [Commits](https://github.com/ota-meshi/eslint-plugin-astro/compare/v0.27.0...v0.27.1) --- updated-dependencies: - dependency-name: eslint-plugin-astro dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>pull/5147/head
parent
ccb2d8a738
commit
9fcd1a9466
|
@ -23,7 +23,7 @@
|
|||
"eslint": "^8.41.0",
|
||||
"eslint-config-xo": "^0.43.1",
|
||||
"eslint-config-xo-typescript": "^0.57.0",
|
||||
"eslint-plugin-astro": "^0.27.0",
|
||||
"eslint-plugin-astro": "^0.27.1",
|
||||
"eslint-plugin-import": "^2.27.5",
|
||||
"eslint-plugin-unicorn": "^47.0.0",
|
||||
"fs-extra": "^11.1.1",
|
||||
|
@ -3835,9 +3835,9 @@
|
|||
}
|
||||
},
|
||||
"node_modules/eslint-plugin-astro": {
|
||||
"version": "0.27.0",
|
||||
"resolved": "https://registry.npmjs.org/eslint-plugin-astro/-/eslint-plugin-astro-0.27.0.tgz",
|
||||
"integrity": "sha512-r3PizFY+xwQMRWcEvRKCWQkfHNl2Q+7ANN1ZIpnvJZP97KUX8F2WUnTvPuk2jJGqnRa+zQ5NgoJ9aenFKcGP9A==",
|
||||
"version": "0.27.1",
|
||||
"resolved": "https://registry.npmjs.org/eslint-plugin-astro/-/eslint-plugin-astro-0.27.1.tgz",
|
||||
"integrity": "sha512-xt02HVlj5lBoAPzYOKDfVa3swjFr2Vh0Rj6TsInWmfcmQcjEkDMnu9olUAF8Q+LqHr0wQr5z6GmcxJskSqOmjQ==",
|
||||
"dev": true,
|
||||
"dependencies": {
|
||||
"@eslint-community/eslint-utils": "^4.2.0",
|
||||
|
@ -13899,9 +13899,9 @@
|
|||
}
|
||||
},
|
||||
"eslint-plugin-astro": {
|
||||
"version": "0.27.0",
|
||||
"resolved": "https://registry.npmjs.org/eslint-plugin-astro/-/eslint-plugin-astro-0.27.0.tgz",
|
||||
"integrity": "sha512-r3PizFY+xwQMRWcEvRKCWQkfHNl2Q+7ANN1ZIpnvJZP97KUX8F2WUnTvPuk2jJGqnRa+zQ5NgoJ9aenFKcGP9A==",
|
||||
"version": "0.27.1",
|
||||
"resolved": "https://registry.npmjs.org/eslint-plugin-astro/-/eslint-plugin-astro-0.27.1.tgz",
|
||||
"integrity": "sha512-xt02HVlj5lBoAPzYOKDfVa3swjFr2Vh0Rj6TsInWmfcmQcjEkDMnu9olUAF8Q+LqHr0wQr5z6GmcxJskSqOmjQ==",
|
||||
"dev": true,
|
||||
"requires": {
|
||||
"@eslint-community/eslint-utils": "^4.2.0",
|
||||
|
|
|
@ -71,7 +71,7 @@
|
|||
"eslint": "^8.41.0",
|
||||
"eslint-config-xo": "^0.43.1",
|
||||
"eslint-config-xo-typescript": "^0.57.0",
|
||||
"eslint-plugin-astro": "^0.27.0",
|
||||
"eslint-plugin-astro": "^0.27.1",
|
||||
"eslint-plugin-import": "^2.27.5",
|
||||
"eslint-plugin-unicorn": "^47.0.0",
|
||||
"fs-extra": "^11.1.1",
|
||||
|
|
Loading…
Reference in New Issue