mirror of
https://github.com/Outer-Wilds-New-Horizons/new-horizons.git
synced 2025-12-11 20:15:44 +01:00
Update Deps
This commit is contained in:
parent
1548b58f57
commit
6a00362f7d
@ -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);
|
||||||
});
|
});
|
||||||
|
|||||||
@ -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",
|
||||||
|
|||||||
5010
docs/pnpm-lock.yaml
generated
5010
docs/pnpm-lock.yaml
generated
File diff suppressed because it is too large
Load Diff
Loading…
x
Reference in New Issue
Block a user