Fixed missing @markdoc dependency
Some checks failed
Build and Deploy DAVE | DMGs Site / deploy (push) Failing after 1m20s
Some checks failed
Build and Deploy DAVE | DMGs Site / deploy (push) Failing after 1m20s
This commit is contained in:
7
package-lock.json
generated
7
package-lock.json
generated
@@ -19,6 +19,7 @@
|
|||||||
"@keystar/ui": "^0.7.19",
|
"@keystar/ui": "^0.7.19",
|
||||||
"@keystatic/astro": "^5.0.6",
|
"@keystatic/astro": "^5.0.6",
|
||||||
"@keystatic/core": "^0.5.48",
|
"@keystatic/core": "^0.5.48",
|
||||||
|
"@markdoc/markdoc": "^0.5.5",
|
||||||
"@types/react": "^19.0.8",
|
"@types/react": "^19.0.8",
|
||||||
"@types/react-dom": "^19.0.3",
|
"@types/react-dom": "^19.0.3",
|
||||||
"astro": "^5.2.5",
|
"astro": "^5.2.5",
|
||||||
@@ -3673,9 +3674,9 @@
|
|||||||
"license": "MIT"
|
"license": "MIT"
|
||||||
},
|
},
|
||||||
"node_modules/@markdoc/markdoc": {
|
"node_modules/@markdoc/markdoc": {
|
||||||
"version": "0.5.4",
|
"version": "0.5.5",
|
||||||
"resolved": "https://registry.npmjs.org/@markdoc/markdoc/-/markdoc-0.5.4.tgz",
|
"resolved": "https://registry.npmjs.org/@markdoc/markdoc/-/markdoc-0.5.5.tgz",
|
||||||
"integrity": "sha512-36YFNlqFk//gVNGm5xZaTWVwbAVF2AOmVjf1tiUrS6tCoD/YSkVy2E3CkAfhc5MlKcjparL/QFHCopxL4zRyaQ==",
|
"integrity": "sha512-WvFMmSFHy3MQYagWhqkaE1hBl4h7z3YTNufhzQjBngweY52de6DcoYIwjVln/OtNw939SzpImj3ZQUF/4DWkdQ==",
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
"engines": {
|
"engines": {
|
||||||
"node": ">=14.7.0"
|
"node": ">=14.7.0"
|
||||||
|
|||||||
@@ -18,6 +18,7 @@
|
|||||||
"@keystar/ui": "^0.7.19",
|
"@keystar/ui": "^0.7.19",
|
||||||
"@keystatic/astro": "^5.0.6",
|
"@keystatic/astro": "^5.0.6",
|
||||||
"@keystatic/core": "^0.5.48",
|
"@keystatic/core": "^0.5.48",
|
||||||
|
"@markdoc/markdoc": "^0.5.5",
|
||||||
"@types/react": "^19.0.8",
|
"@types/react": "^19.0.8",
|
||||||
"@types/react-dom": "^19.0.3",
|
"@types/react-dom": "^19.0.3",
|
||||||
"astro": "^5.2.5",
|
"astro": "^5.2.5",
|
||||||
|
|||||||
Reference in New Issue
Block a user