mirror of https://github.com/ColorlibHQ/AdminLTE
astro upgrade fix
parent
a6b924b8ba
commit
ba5f6ed4c7
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-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,7 +57,7 @@
|
|||
"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",
|
||||
|
|
Loading…
Reference in New Issue