Merge pull request #5320 from ColorlibHQ/dependabot/npm_and_yarn/astro-3.0.8

chore(deps-dev): bump astro from 2.10.14 to 3.0.8
pull/5321/head
Daniel 2023-09-10 16:33:24 +05:30 committed by GitHub
commit 67edc03dab
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 1820 additions and 1412 deletions

3226
package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@ -24,7 +24,7 @@
"docs-compile": "astro --config src/config/astro.config.mjs build",
"docs-lint": "astro --config src/config/astro.config.mjs check",
"docs-format": "js-beautify --file \"dist/pages/**/*.html\"",
"docs-serve": "astro --config src/config/astro.config.mjs dev --open",
"docs-serve": "astro --config src/config/astro.config.mjs dev --open --port 3000",
"assets": "node src/config/assets.config.mjs",
"lint": "npm-run-all --aggregate-output --continue-on-error --parallel js-lint css-lint docs-lint lockfile-lint",
"compile": "npm-run-all docs-compile docs-format assets css js",
@ -57,11 +57,11 @@
"url": "https://github.com/ColorlibHQ/AdminLTE/issues"
},
"devDependencies": {
"@astrojs/mdx": "^0.19.7",
"@astrojs/mdx": "^1.0.3",
"@rollup/plugin-typescript": "^11.1.3",
"@typescript-eslint/eslint-plugin": "^6.5.0",
"@typescript-eslint/parser": "^6.5.0",
"astro": "^2.10.14",
"astro": "^3.0.8",
"autoprefixer": "^10.4.15",
"bootstrap": "^5.3.1",
"bundlewatch": "^0.3.3",