astro upgrade fix

pull/5320/head
Daniel 2023-09-10 16:29:34 +05:30
parent a6b924b8ba
commit ba5f6ed4c7
2 changed files with 225 additions and 2168 deletions

2389
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,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",