chore: lets do a deps update
Node.js CI / Lint and Test (pull_request) Successful in 1m33s

This commit is contained in:
2025-10-29 18:51:21 -07:00
parent f540fe9581
commit 8398dcdf5e
11 changed files with 1678 additions and 1334 deletions
+7 -7
View File
@@ -12,15 +12,15 @@
"test": "vitest --run"
},
"dependencies": {
"@astrojs/check": "^0.9.4",
"@astrojs/starlight": "^0.32.0",
"astro": "^5.3.0",
"astro-mermaid": "1.0.4",
"mermaid": "11.11.0",
"typescript": "^5.7.3"
"@astrojs/check": "0.9.5",
"@astrojs/starlight": "0.36.1",
"astro": "5.15.2",
"astro-mermaid": "1.1.0",
"mermaid": "11.12.1",
"typescript": "5.9.3"
},
"devDependencies": {
"cspell": "8.17.3",
"cspell": "9.2.2",
"gray-matter": "4.0.3",
"vitest": "4.0.5"
}