mirror of https://github.com/ColorlibHQ/AdminLTE
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.8pull/5321/head
commit
67edc03dab
File diff suppressed because it is too large
Load Diff
|
@ -24,7 +24,7 @@
|
||||||
"docs-compile": "astro --config src/config/astro.config.mjs build",
|
"docs-compile": "astro --config src/config/astro.config.mjs build",
|
||||||
"docs-lint": "astro --config src/config/astro.config.mjs check",
|
"docs-lint": "astro --config src/config/astro.config.mjs check",
|
||||||
"docs-format": "js-beautify --file \"dist/pages/**/*.html\"",
|
"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",
|
"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",
|
"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",
|
"compile": "npm-run-all docs-compile docs-format assets css js",
|
||||||
|
@ -57,11 +57,11 @@
|
||||||
"url": "https://github.com/ColorlibHQ/AdminLTE/issues"
|
"url": "https://github.com/ColorlibHQ/AdminLTE/issues"
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"@astrojs/mdx": "^0.19.7",
|
"@astrojs/mdx": "^1.0.3",
|
||||||
"@rollup/plugin-typescript": "^11.1.3",
|
"@rollup/plugin-typescript": "^11.1.3",
|
||||||
"@typescript-eslint/eslint-plugin": "^6.5.0",
|
"@typescript-eslint/eslint-plugin": "^6.5.0",
|
||||||
"@typescript-eslint/parser": "^6.5.0",
|
"@typescript-eslint/parser": "^6.5.0",
|
||||||
"astro": "^2.10.14",
|
"astro": "^3.0.8",
|
||||||
"autoprefixer": "^10.4.15",
|
"autoprefixer": "^10.4.15",
|
||||||
"bootstrap": "^5.3.1",
|
"bootstrap": "^5.3.1",
|
||||||
"bundlewatch": "^0.3.3",
|
"bundlewatch": "^0.3.3",
|
||||||
|
|
Loading…
Reference in New Issue