Fixed missing @markdoc dependency
Some checks failed
Build and Deploy DAVE | DMGs Site / deploy (push) Failing after 1m20s

This commit is contained in:
2026-03-05 12:36:14 +01:00
parent 3dec403492
commit ce4e973a89
2 changed files with 5 additions and 3 deletions

7
package-lock.json generated
View File

@@ -19,6 +19,7 @@
"@keystar/ui": "^0.7.19",
"@keystatic/astro": "^5.0.6",
"@keystatic/core": "^0.5.48",
"@markdoc/markdoc": "^0.5.5",
"@types/react": "^19.0.8",
"@types/react-dom": "^19.0.3",
"astro": "^5.2.5",
@@ -3673,9 +3674,9 @@
"license": "MIT"
},
"node_modules/@markdoc/markdoc": {
"version": "0.5.4",
"resolved": "https://registry.npmjs.org/@markdoc/markdoc/-/markdoc-0.5.4.tgz",
"integrity": "sha512-36YFNlqFk//gVNGm5xZaTWVwbAVF2AOmVjf1tiUrS6tCoD/YSkVy2E3CkAfhc5MlKcjparL/QFHCopxL4zRyaQ==",
"version": "0.5.5",
"resolved": "https://registry.npmjs.org/@markdoc/markdoc/-/markdoc-0.5.5.tgz",
"integrity": "sha512-WvFMmSFHy3MQYagWhqkaE1hBl4h7z3YTNufhzQjBngweY52de6DcoYIwjVln/OtNw939SzpImj3ZQUF/4DWkdQ==",
"license": "MIT",
"engines": {
"node": ">=14.7.0"