Update Deps

This commit is contained in:
Ben C 2023-11-29 12:00:04 -05:00
parent 1548b58f57
commit 6a00362f7d
No known key found for this signature in database
4 changed files with 7306 additions and 4896 deletions

View File

@ -1,7 +1,7 @@
import { defineConfig } from "astro/config"; import { defineConfig } from "astro/config";
import starlight from "@astrojs/starlight"; import starlight from "@astrojs/starlight";
import rehypeExternalLinks from 'rehype-external-links'; import rehypeExternalLinks from "rehype-external-links";
import { generateSchema } from "./src/schema_generator"; import { generateSchema } from "./src/schema_generator";
@ -15,9 +15,9 @@ const schemas = [
"dialogue_schema.xsd", "dialogue_schema.xsd",
"text_schema.xsd", "text_schema.xsd",
"shiplog_schema.xsd" "shiplog_schema.xsd"
] ];
schemas.forEach(schema => { schemas.forEach((schema) => {
console.log(`Generating pages for ${schema}...`); console.log(`Generating pages for ${schema}...`);
generateSchema(schema); generateSchema(schema);
}); });

View File

@ -13,9 +13,9 @@
}, },
"dependencies": { "dependencies": {
"@astrojs/starlight": "^0.13.1", "@astrojs/starlight": "^0.13.1",
"astro": "3.6.1", "astro": "3.6.3",
"rehype-external-links": "^3.0.0", "rehype-external-links": "^3.0.0",
"sharp": "^0.32.6" "sharp": "^0.33.0"
}, },
"devDependencies": { "devDependencies": {
"@apidevtools/json-schema-ref-parser": "^11.1.0", "@apidevtools/json-schema-ref-parser": "^11.1.0",

12190
docs/pnpm-lock.yaml generated

File diff suppressed because it is too large Load Diff