summaryrefslogtreecommitdiff
path: root/packages
diff options
context:
space:
mode:
authorGravatar Matthew Phillips <matthew@skypack.dev> 2023-03-07 14:38:23 -0500
committerGravatar GitHub <noreply@github.com> 2023-03-07 14:38:23 -0500
commit1e6559ab701b5df3d97d010ac39aff9928f8a0d6 (patch)
treebec9da8085685a6912ae99766a7b90c2380fced1 /packages
parenta82157b3177a9364ba671fd7e554952ce1f863d5 (diff)
downloadastro-1e6559ab701b5df3d97d010ac39aff9928f8a0d6.tar.gz
astro-1e6559ab701b5df3d97d010ac39aff9928f8a0d6.tar.zst
astro-1e6559ab701b5df3d97d010ac39aff9928f8a0d6.zip
Fix markdoc version (#6450)
Diffstat (limited to 'packages')
-rw-r--r--packages/astro/performance/fixtures/mdoc/package.json2
-rw-r--r--packages/integrations/markdoc/package.json2
2 files changed, 2 insertions, 2 deletions
diff --git a/packages/astro/performance/fixtures/mdoc/package.json b/packages/astro/performance/fixtures/mdoc/package.json
index 576d0673b..b49f4194a 100644
--- a/packages/astro/performance/fixtures/mdoc/package.json
+++ b/packages/astro/performance/fixtures/mdoc/package.json
@@ -14,7 +14,7 @@
"author": "",
"license": "unlicensed",
"dependencies": {
- "@astrojs/markdoc": "^0.0.1",
+ "@astrojs/markdoc": "^0.0.0",
"@astrojs/react": "^2.0.2",
"@performance/utils": "^0.0.0",
"@types/react": "^18.0.21",
diff --git a/packages/integrations/markdoc/package.json b/packages/integrations/markdoc/package.json
index bccfb530f..d41ca0ef1 100644
--- a/packages/integrations/markdoc/package.json
+++ b/packages/integrations/markdoc/package.json
@@ -1,7 +1,7 @@
{
"name": "@astrojs/markdoc",
"description": "Use Markdoc within Astro",
- "version": "0.0.1",
+ "version": "0.0.0",
"type": "module",
"types": "./dist/index.d.ts",
"author": "withastro",