mirror of https://github.com/ColorlibHQ/AdminLTE
chore(deps-dev): bump astro from 2.8.0 to 2.8.3 (#5236)
Bumps [astro](https://github.com/withastro/astro/tree/HEAD/packages/astro) from 2.8.0 to 2.8.3. - [Release notes](https://github.com/withastro/astro/releases) - [Changelog](https://github.com/withastro/astro/blob/main/packages/astro/CHANGELOG.md) - [Commits](https://github.com/withastro/astro/commits/astro@2.8.3/packages/astro) --- updated-dependencies: - dependency-name: 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/5233/head
parent
927c007e88
commit
1a3df15817
|
@ -13,7 +13,7 @@
|
|||
"@rollup/plugin-typescript": "^11.1.2",
|
||||
"@typescript-eslint/eslint-plugin": "^6.0.0",
|
||||
"@typescript-eslint/parser": "^6.0.0",
|
||||
"astro": "^2.8.0",
|
||||
"astro": "^2.8.3",
|
||||
"autoprefixer": "^10.4.14",
|
||||
"bootstrap": "^5.3.0",
|
||||
"bundlewatch": "^0.3.3",
|
||||
|
@ -2278,9 +2278,9 @@
|
|||
}
|
||||
},
|
||||
"node_modules/astro": {
|
||||
"version": "2.8.0",
|
||||
"resolved": "https://registry.npmjs.org/astro/-/astro-2.8.0.tgz",
|
||||
"integrity": "sha512-bqdhE9039dzi0mqaWGO9rMk5HKxTn5TckxFmRPUdsV1qmbpghXtwuERHblfJu5etQofV6WVEyTrouG+BLRkqfA==",
|
||||
"version": "2.8.3",
|
||||
"resolved": "https://registry.npmjs.org/astro/-/astro-2.8.3.tgz",
|
||||
"integrity": "sha512-UopGl3WubMnl15TWlR6PTCcH54TooZ+JoAloErfoXQtz4PAvmEEqEVc7tHoJ45iC7rhKgzILsvDhqzitBeRihw==",
|
||||
"dev": true,
|
||||
"dependencies": {
|
||||
"@astrojs/compiler": "^1.5.3",
|
||||
|
@ -12898,9 +12898,9 @@
|
|||
"dev": true
|
||||
},
|
||||
"astro": {
|
||||
"version": "2.8.0",
|
||||
"resolved": "https://registry.npmjs.org/astro/-/astro-2.8.0.tgz",
|
||||
"integrity": "sha512-bqdhE9039dzi0mqaWGO9rMk5HKxTn5TckxFmRPUdsV1qmbpghXtwuERHblfJu5etQofV6WVEyTrouG+BLRkqfA==",
|
||||
"version": "2.8.3",
|
||||
"resolved": "https://registry.npmjs.org/astro/-/astro-2.8.3.tgz",
|
||||
"integrity": "sha512-UopGl3WubMnl15TWlR6PTCcH54TooZ+JoAloErfoXQtz4PAvmEEqEVc7tHoJ45iC7rhKgzILsvDhqzitBeRihw==",
|
||||
"dev": true,
|
||||
"requires": {
|
||||
"@astrojs/compiler": "^1.5.3",
|
||||
|
|
|
@ -61,7 +61,7 @@
|
|||
"@rollup/plugin-typescript": "^11.1.2",
|
||||
"@typescript-eslint/eslint-plugin": "^6.0.0",
|
||||
"@typescript-eslint/parser": "^6.0.0",
|
||||
"astro": "^2.8.0",
|
||||
"astro": "^2.8.3",
|
||||
"autoprefixer": "^10.4.14",
|
||||
"bootstrap": "^5.3.0",
|
||||
"bundlewatch": "^0.3.3",
|
||||
|
|
Loading…
Reference in New Issue